/* CSS Document */

body { 
	margin:5px;
	background-color:#eee;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 775px;
	height:auto;
	margin:0px auto 0px auto;
	outline:solid 0px #dfdfdf;
	background-color:#fff;
}

#top {
	width: 100%;
	height: 120px;
}
	.logo {
		width:220px;
		margin-top: 8px;
		margin-left: 5px;
		float:left;
	}

	.band {
		width:530px;
		margin-top:15px;
		margin-right:5px;
		float:left;
		color:#a7c1c2;
		font-size:11px;
	}

	.band img {margin-left:2px; width:35px;}
	
	.band a:link, .band a:visited {
		color:#5a8c9c;
		text-decoration:none;
	}

	.band a:hover, .band a:active {
		color:#C00;
		text-decoration:none;
	}

	.paises {
		width:775px;
		height:30px;
		margin-top:15px;
		text-align:center;
		float:right;
		color:#a7c1c2;
		font-size:11px;
		border:solid 0px #dfdfdf;
	}

	.paises a:link, .paises a:visited {
		color:#5a8c9c;
		text-decoration:none;
	}

	.paises a:hover, .paises a:active {
		color:#C00;
		text-decoration:none;
	}
	
#banners { 
	width:100%;
	height:150px;
	margin-left:10px;
	float:left;
	}

#contents {
	width:100%;
	height:auto;
	float:left;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	border-bottom:solid 0px #dfdfdf;
	background-color:#fff;
}

	#menuVert {
		width: 165px;
		float:right;
		margin-top:  25px;
		margin-left: 5px;
		margin-right:10px;
		padding-top:10px;
		padding-left:10px;
		background-color:#eee;
	}
	
	#content { 
		width: 65%;
		height:auto;
		float:left;
		margin-top:  15px;
		margin-left: 10px;
		margin-right:10px;
		margin-bottom:5px;
		padding-left:10px;
		padding-bottom:15px;
		border:solid 0px #dfdfdf;
		background-color:#fff;
	}

	.column01 {
		width:45%;
		height:175px;
		float:left;
		margin-top: 5px;
		margin-left:0px;
		padding-left: 10px;
		border:solid 1px #dfdfdf;
		background: white url(../images/fondotarjeta.jpg) right bottom no-repeat;
	}

	.column02 { 
		width:45%;
		height:175px;
		float:right;
		margin-top: 5px;
		margin-left:5px;
		margin-right:10px;
		padding-left: 10px;
		padding-right:10px;
		border:solid 1px #dfdfdf;
		background: white url(../images/fondotarjeta.jpg) right bottom no-repeat;
	}

	.column03 {
		width:45%;
		height:175px;
		float:left;
		margin-left:0px;
		margin-right:10px;
		padding-top:10px;
	}

#bottom {
	width:100%;
	height:20px;
	color:#666;
	font-size:11px;
	text-align:left;
	padding-top:10px;
	padding-left: 10px;
	padding-right:10px;
	border-left:solid 5px #eee;
	border-right:solid 5px #eee;
	background-color:#eee;
}

	#bottom a:link, #bottom a:visited {
		color:#666;
		text-decoration:none;
	}

	#bottom a:hover, #bottom a:active {
		color:#666;
		text-decoration:none;
	}
		
.pusher { 
	clear:both; 
	margin:0px;
}

/* ESTILOS COMUNES */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#5a8c9c;
	margin-top:15px;
	margin-bottom:12px;
	text-align:center;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#c50d0b;
	margin-top:5px;
	margin-bottom:5px;
}

a:link, a:visited { 
	color:#5a8c9c;
	text-decoration:none;
}
a:hover, a:active { 
	color:#c00;
	text-decoration:none;
}

ul.list01, ul.list02 {
	font-size:11px;
	color:#565656;

	}
	ul.list01 li { 
		list-style-image:url(../images/dot.gif);
		margin-left:-5px;
		padding-bottom:5px;
	}
	ul.list02 li { 
		list-style-image:url(../images/dot.gif);
		margin-left:-25px;
		padding-bottom:3px;
		margin-bottom:3px;
	}

/* FONDOS, BORDES Y TEXTOS DE COLORES */

.dcha {
	float:right;
	margin-right:15px;
}

.centrar-imagen {text-align: center;}

img {	border:0;
	text-align: center;
	
}

.txtRed { color:#c50d0b;
	font-size:11px;
	margin-top:8px;
	margin-bottom:8px;
}

.txt {
	color:#565656;
	font-size:11px;
	margin-top:8px;
	margin-bottom:8px;
}









