body{
	background: #ffffff;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#contenido h1{
	color: #B00233;
	font-size:20px;
	margin-bottom:15px;
	margin-top:10px;	
	font-weight:normal;
	padding-bottom: 3px;
	border-bottom:1px solid #8da1af;
	width:670px;
}

#contenido h2{
	color: #1D5F92;
	font-size:14px;
	margin-bottom:15px;
	margin-top:10px;	
	font-weight:normal;
	padding-bottom: 3px;	
	width:670px;
}


#contenido table {
	width:650px;
}

#contenido td, th {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding:3px 0px;
	border-bottom:1px dashed #AAAAAA;
}
#contenido th {
	text-align:center;
}

#contenido a {
	color: #1d5f92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:none;
}

#contenido a:hover {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration:underline;
}

#contenido p, li{

}

#contenido img {
	border:0px;
}

