@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#EBE8D5;
}

.campos {
	width:200px;
		
	
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/*text-align:justify;*/
}


#container {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
	height:auto;
	min-height:500px;
}


#header {
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}


#header .div1 {
	height: 80px;	
}


#header .div2 {
	position: relative;
	left: 0px;
}


#header .banner_top {
	width: 788px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}


#column_left {
	float: left;
	width: 203px;
	margin-left: 15px;
	padding-top:10px;	
	min-height:500px;
	height: auto;
}


#content {
	float: left;
	width: 761px;
	min-height:500px;
	padding-top:12px;
	padding-left:12px;
	height:auto;
	min-height:200px;
	border-left: 1px solid #DDDDDD;
	text-align:justify;
}

#content .top_content{
	height:145px;
	width:100%;
	float:left;
	margin-bottom:12px;
}


#content .left{
	float:left;
	width:374px;
	min-height:200px;
	height:auto;
	margin-right:12px;
	margin-bottom:12px;
	text-align:justify;
}


#content .right{
	float:left;
	width:374px;
	height:auto;
	min-height:200px;
	margin-bottom:12px;
	text-align:justify;
}

#content .una_columna{
	float:left;
	width:761px;
	min-height:200px;
	height:auto;
	margin-bottom:12px;
	text-align:justify;
}


#footer {
	width: 100%;
	clear: both;
	padding-top: 12px;
	border-top: 1px solid #DDDDDD;
	height:136px;
}


.titulos{
	color:#035078;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
}

.subtitulos{
	color: #333;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
}

.titulos_interno{
	color:#0270ad;
	font-size:16px;
	font-weight:bold;
}

.consejos{
	font-weight:bold;
	color:#333333;
	line-height:20px;
	background-image:url(/micros/centro/images/consejos.png);
	background-repeat:no-repeat;
	min-height:21px;
	width:374px;
	text-align:left;
	text-indent:30px;
}

.numeros{
	color:#0270ad;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	text-align:left;
}

.img{
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	border:solid 1px #000;
}

.img3{
	float:left;
	border:solid 1px #000;
}


.img2{
	float:left;
	margin-bottom:12px;
}

#tabla{	
	background-image:url(images/tabla-bg_09.jpg);
	background-repeat:repeat-y;
	width:753px;
	padding-left:8px;
	padding-bottom:8px;
}


#tabla .subtop{
	width:100%;
	background-color:#075b90;
	color:#FFF;
	text-indent:10px;
	font-size:12px;
	line-height:28px;
	text-align: left;
	font-weight:bold;
	height:28px;
	vertical-align:middle;
}

#tabla .subtop2{
	background-color:#075b90;
	color:#FFF;
	text-indent:10px;
	font-size:12px;
	text-align: center;
	font-weight:bold;
	vertical-align:middle;
}

#tabla .linea1{
	width:100%;
	background-color:#fafafa;
	color: #333;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	line-height:18px;
}

#tabla .linea2{
	width:100%;
	background-color:#dfdfdf;
	color: #333;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	line-height:18px;
}

a, a:visited {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color:#45A7D8;
}
a img {
	border: none;
}

.tb table{
	border: #FFF solid;
	border-width:1px;
}

.tb td {
	border: #FFF solid;
	border-width:1px;
	}

.borde{
	border: #FFF solid;
	border-width:1px;
	}

.fotos_intercambio {
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	border: solid 1px #000;
}

.regresar{
	float:left;
	text-align:left; 
	font-weight:bold;
	height:auto;
	width:300px;
}




