/* home */
body{
margin:0px;
background-color:#E5EAEC;
font-family:"Trebuchet MS", Arial;
}
.clear{
clear:both;
}
a img {
border: none;
}
/*top/////////////////////////////////////////////////////////////////////////////*/
.top-cont{
background-image: url(imagenes/back-top-ayudando.gif);
background-repeat:repeat-x;
}
.top{
background-image: url(imagenes/top-ayudando.gif);
background-repeat:no-repeat;
height:142px;
padding-top:5px;
padding-left:30px;
width:738px;
margin-right:auto;
margin-left:auto;
}
.botonera{
width:753px;
text-align:center;
height:40px;
padding-top:15px;
padding-right:15px;
margin-right:auto;
margin-left:auto;
background-image:url(imagenes/f-botonera.gif);
background-position:center;
background-repeat: no-repeat;
}
	.boton-links{
	width:auto;
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#194A82;
	font-size:13px;
	float:right;
	height:25px;
	padding-right:10PX;
	padding-left:10px;
	}
	.boton-links a{
		color:#fff;
		height:18px;
		padding-bottom:4px;
		padding-top:4PX;
		text-decoration:none;
	}
	.boton-links a:link{
		color:#fff;
		height:18px;
		padding-top:4PX;
		text-decoration:none;
	}
	.boton-links a:hover{
		color:#194A82;
		height:18px;
		padding-top:4PX;
		text-decoration:none;
		border-bottom:2px #fff solid;
	}

/*central/////////////////////////////////////////////////////////////////////////////*/
.cont-central{
	width:753px;
	background-image:url(imagenes/back-central.gif);
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
}
			
			.col-contenido{
			width:493px;
			float:left;
			font-size:13px;
			color: #444;
			padding-bottom:30px;
			padding-top:15px;
			padding-right:30px;
			line-height:22px;
			text-align:justify;
			}
			.col-blanco{
			float: left;
			padding-top:15px;
			margin-bottom:10px;
			padding-left:12px;
			padding-right:7px;
			padding-bottom:7px;
			font-size:12px;		
			width:211px;			
			}
.texto-contenido-resaltado{
font-size:13px;
color:#fff;
background-color:#6A98C6;
			
			}
.texto-titulos{
font-size:19px;
color:#194A82;
font-family:Georgia, "Times New Roman", Times, serif;
}
.texto-titulos-colblanca{
font-size:18px;
color:#437EB5;
font-family:Georgia, "Times New Roman", Times, serif;
}

ul {
	list-style: none;
	margin-top: 10px;
	padding-left:5px;
	padding: 0;
	margin:0px;
	margin-top:10px;
	}
li{
	margin: 0;
	padding-top:7px;
	list-style:inside disc;
	line-height:19px;
	font-size:13px;
	color:#666;
	}

.texto-resaltado{
font-size:15px;
color:#194A82;
font-weight:bold;
}
.texto-comentario{
font-size:13px;
color:#666666;
font-style:italic;
}
.texto-comentario-nom{
font-size:13px;
color:#666666;
text-align:right;
font-weight:bold;
}

/*bottom/////////////////////////////////////////////////////////////////////////////*/
.bottom-cont{
background-image: url(imagenes/back-bottom.gif);
background-repeat:repeat-x;
height:200px;
}
	.bottom-colab-int{
	width:753px;
	padding-left:15px;
	font-size:12px;
	padding-top:5px;
	color:#194A82;
	height: 66px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(imagenes/bttom-hoja.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
	.bottom-footer{
	width:753px;
	padding-top:8px;
	margin-right:auto;
	margin-left:auto;
}
	.bottom-footer-copy{
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	float:left;
}
			.bottom-footer-copy a{
				color:#FFFFFF;
			}
			.bottom-footer-copy a:link{
				color:#FFFFFF;
			}
			.bottom-footer-copy a:hover{
				color:#194A82;
				text-decoration:none;
				background-color:#A5B7CB;
			}
	.bottom-footer-bot{
	font-size:11px;
	width:500px;
	float:right;
	color:#FFFFFF;
	text-align:right;
}
			.bottom-footer-bot a{
				color:#FFFFFF;
			}
			.bottom-footer-bot a:link{
				color:#FFFFFF;
			}
			.bottom-footer-bot a:hover{
				color:#194A82;
				text-decoration:none;
				background-color:#A5B7CB;
			}
			
			
/*////////////////////contacto/////////////////////////////*/			
.cont-form{
	float:left;
	width:400px;
	margin-left:40px;
	margin-top:15px;
	font-family:"Trebuchet MS", Arial;
}
.marco-formurario{
	text-align: right;
	width:400px;
	padding-top:7px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	vertical-align:top;
	
}
.col1{
	float:left;
	width: 80px;
	margin-right:5px;
}
.col2{
	float:left;
	width:300px;
}
input { 
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color:#333333;
	background-color:#EFF3F4; 
	border:#194A82 solid 1px;
	width:300px;
	margin-left:15px;
}
.boton-contacto { 
	font-family: "Trebuchet MS", Arial; 
	font-size: 11px;
	color: #666666;
	background-color: #EAEAEA; 
	border:#194A82 solid 1px; 
	border-left-width: 1px;
	width:70px;
}
	
textarea { 
	font-family: "Trebuchet MS", Arial; 
	font-size: 11px;
	color:#333333; 
	background-color: #EFF3F4; 
	border:#194A82 solid 1px;
	width:300px;
	margin-left:15px;
	}