body {  font-family: Arial, Helvetica, sans-serif; color: #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 20px;}

.cabecera { background: #fff; border-bottom: 1px solid #aaa }
.cabecera .titulo {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #5C6064; 
	text-decoration: none; 
	text-align: right; 
	vertical-align: bottom; 
	padding-right: 0px;
	padding-bottom: 5px;
}

.textoNormal, .textoNormal table { font-family: 'Lucida sans unicode', 'lucida grande', sans-serif; font-size: 12px; color: #000000; text-decoration: none; text-align: justify}

.seccion { border-color: #E6E6E6; border-bottom: 1px solid; font-family: 'lucida sans unicode', 'lucida grande', sans-serif; font-size: 16px; color: #1D608B; text-decoration: none ; font-weight: bold; text-align: left; vertical-align: middle; margin-top: 35px; margin-bottom: 20px; padding-top: 3px; padding-bottom: 3px;}

a { color: #D00315; text-decoration: none;}
a:hover { color: #999999; text-decoration: none;}

/*Financia curso*/
#InfoGeneral p.subseccion.financia{
	display:block;
	padding:10px 0;
	font-size:16px;
	font-weight:normal;
	line-height:28px;
	color:#036;
	text-align:left;
	margin: 0;
	padding:2px 0 2px 10px;
	background-color:#DDECF4;
}

#InfoGeneral{
	font-size:12px;
	color:#333;	
}
#InfoGeneral p{
	margin:5px 0 10px 10px;
	line-height:1.8em;
}

#formula ul li{
	display:block;
	list-style-type: none;
	color:#5e5e5e;
	padding:5px 0 15px 90px;
	margin:0 0 10px 0;
}

#formula ul li.icono1{
	background-image:url(/static/images/icono-reflexion3.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#formula ul li.icono2{
	background-image:url(/static/images/icono-flexible.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
.borde-tabla{
border:solid 1px #CCCCCC;
}

#tabla-intereses{
	width:270px;
	margin:0 0 20px 100px;
	border:solid 1px color:#f6f5f5;
}
#tabla-intereses th {
	color:#666666;
	background-color:#f6f5f5;
}
#tabla-intereses td {
	font-size:11px;
	line-height:12px;
	padding: 4px;
	margin: 0;
	text-align: center;
	color: #0099CC;
}
#tabla-intereses td.importe-gris{
	color:#666666;
}

#proceso {
	display:block;
	padding:20px 0;
	}

#proceso p{
	display:block;
	margin:10px 0 10px 20px;
	padding:0 0 0 40px;
	line-height:30px;
	background-image:url(/static/images/icono-visto-verde.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}