﻿/* REQUISITOS */

html { font-family: Verdana;font-size:0.9em; }

#requisitos {
	/*background-color:#fff;
	border: 1px #005197 solid;
	margin:20px;*/
	margin:0 20px;
	color:#666;
}
#requisitos ul{
	list-style: none;
	margin:0;
	padding:0;
}
#requisitos h2 {
	font-size:1.1em;
	height:30px;
	color:#005197;
	background:#ededee url(images/TableHeader.gif) repeat-x;
	padding:5px 5px 10px 5px;
	margin:20px 0 0 0;
	border: 1px solid #9EADBA;
/*	border-top:2px #fff solid;
	border-bottom:0px #C4CACC solid;*/
}
#verDetalles {
	display:none;
	font-weight:normal;
}


#requisitos li{
	border: 1px #C4CACC solid;
	border-top:1px #fff solid;
	border-bottom:1px #C4CACC solid;
	height:25px;
	padding:6px;
	background:transparent;
	font-size:1.0em;
}

/** */

