
body {
	background-color: #6E95AE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
/*	border: thin none #666666;*/
}
.titulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F4263;
	border-bottom-style: solid;
	border-bottom-color: #1F4263;
	font-weight: bold;
}
.subtitulo{
	font-size: 13px;
	color: #3A686C;
	text-align: left;
	width: auto;
	font-weight: bold;
	text-indent: 1pt;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 50px solid #3A686C;
	overflow: visible;
	height: 15px;
}
.advertencia
{
 	border: 1px solid #000000;
	font-size: 12px;
	color: #023402;
	background-color: #E8E5D8;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.subtitulosensor{
	border: 1px solid #000000;
	font-size: 12px;
	color: #1F4263;
	background-color: #DADFD9;
	text-align: center;
	width: 95%;
	font-weight: bold;
}

ul.item
{
	list-style-image: url('../images/arrow.jpg');
	font-style: italic;
	font-weight: bold;
}
ul.itemsimple
{
	list-style-image: url('../images/arrow.jpg');
	font-style: italic;
}

a {
	font-size: 12px;
	color: #1F4263;
}

.contenido
{
	font-size: 12px;
	margin: 0px;
	border: none;
	padding: 10px;
}




