/* CSS Document */

body {margin:0; padding:0;
	background-color:#4A4A4A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
	background-image:url(../Images/fondo2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

.contenedor {width:780px; height:auto;
	margin:0 auto;
	background-color:#FFF;
	color:#FF0000;
	}
	
	/* TOP----> */
	
.top {width:780px; height:239px;
	background-color:#FFFFF;
	}
	
.arriba {width:780px; height:66px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	}
	
	/* <----TOP */
	

	/* MAIN----> */	
.main {width:780px; height:auto;
	background-color:#FFFFFF;
	float:left;
	}
	
.titulos {width:480px; height:27px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:300px;
	background-color:#FFFFFF;
	}

.menu {width:175px; height:82px;
	background-color:#666666;
	float:left;
	}
	
.col_izq {width:250px; height:auto;
	background-color:#FFF;
	margin-top:10px;
	float:left;
	}
		
.texto {width:280px; height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
	float:left;
	background-color:#FFFFFF;
	}	
	
.texto2 {width:460px; height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
	float:left;
	background-color:#FFFFFF;
	}	
	
/* <----MAIN  */


/* PIE----> */	

.pie {width:780px; height:50px;
	border-top:30px solid #FFFFFF;
	float:left;
	background-image:url(../Images/pie.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
input {background-color:#F0F8FF;
	width:123px; height:15px;
	border:1px solid #C5E2E2;
	}

.campo {width:360px; height:auto;
	background-color:#F0F8FF;
	border-left:1px solid #C5E2E2;
	border-bottom:1px solid #C5E2E2;
	}
	
.boton {width:70px; height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3A7489;
	background-color:#AED3E3;
	margin-left:10px;
	border:1px solid #66ABCA;
	}
/* <----PIE  */


/* VINCULOS----> */	
a:link {
	color:#3A7489;
}

a:visited {
	color:#4A4A4A;
}

	
/* <----VINCULOS  */


/* NO---->
.campos {width:310px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.campos1 {width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
input {background-color:#E1E4D1;}

*/