
body{
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	padding:0em;
	margin:0em;
}
h1{
	font-size:180%;
	color:#000;
	margin-left:1em;
	float:left;
}
ul{
	font-size:120%;
	color:#000;
	display:inline;
	float:left;
	width:90%;
	position:relative;
	list-style-type:none;
	line-height:2em;
	margin-left:0em;
	padding-left:2em;
	margin-bottom:1em;
}
ul li{
	float:left;
	position:relative;
	width:100%;
}

ul ul{
	font-size:110%;
}


#lista_check ul{
	/*border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	display:block;
	/*float:left;*/
	width:100%;
	position:relative;
	list-style-type:none;
	background-color:#fff;
	padding:0em;
	margin:0em;
}
#lista_check ul li{
	width:30%;
	display:inline-block;
	float:left;
	padding-left:1.2em;
}
#lista_check ul li label{
	margin-top:5em;
}
#contenido table {
	position:relative;
	float:left;
	width:100%;
	border-collapse:collapse;
	clear:both;
	margin:0.5em 0em 0em 0;
	background-color:#fff;
}
#contenido caption {
	font-size:140%;
	font-weight:bold;
	text-indent:0em!important;
	/*display:table-caption!important;
	*/color:#ffffff;
	font-weight:bold;
	background-color:#646464;
	text-align:center;
	width:100%;
	background-image: url(../img/bg_caption.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0.5em 0;
}
#contenido table tr th {
	font-size:120%;
	background-color:#fff;
	font-weight:bold;
	padding:0.5em 1em;
	text-align:left;
	padding:0.5em 0.5em 0.5em 1em;
	color:#000000;
	border-bottom:1px solid #f5f5f5;
}
#contenido table tr td {
	font-size:120%;
	padding:0.5em 0.5em 0.5em 1em;
	font-weight:normal;
}
.Celdagris{
	background-color:#f5f5f5;
}
#contenido table .txt_center {
	text-align:center;
}
#contenido table .amarillo{
	background-color:#FFF8E0;
	font-size:120%;
}
#contenido table .negro{
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	/*text-transform:uppercase;
	*/font-size:140%;
	font-weight:bold;
}
#contenido table .txt_left {
	text-align:left;
}
#contenido table .txt_right {
	text-align:right;
}
#contenido table p {
	font-size:80%;
}
#contenido #recuadro {
	border:1px solid #000;
	margin-bottom:0.5em;
	float:left;
	position:relative;
}
.fondo{
	/*width:96%;*/
	float:left;
	position:relative;
	background-color:#ededed;
	padding:0.5em;
	margin-bottom:1em;
	margin-left:2em;
	margin-right:2em;
}
#contenido table{
	background-color:#fff;
	margin-bottom:0em;
}

#contenido{
	background-color:#fff;
	float:left;
	margin:0.5em 2em 2em 2em;
	clear:both;
}
.medio{
	vertical-align:middle;
}


