/* POSICIONAMIENTO GENERAL */
html, body {
	margin: 0;
	padding: 0;
	background-color: #FBFFE1;
	font-size: 13px;
	}
#contenedor {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	}
#cab {
	height: 50px;
	text-align: center;
	background-image: url(img/fondocab.gif);
	color: #fff;
	background-color: #de0000;
	}
#cab h1 {
	margin: 0;
	padding-top: 5px;
	font-size: 2.2em;
	}
#centro {
	background-image: url(img/fondocontent.gif);
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 20px;
	min-height: 300px;
	margin-top: 10px;
	}
#pie {
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-image: url(img/fondocab.gif);
	background-color: #de0000;
	clear: both;
	}
#pie p {
	margin: 0;
	}
#pie a {
	color: #fff;
	}

div.col {
	width: 240px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 20px;
	float: left;
	background-image: url(img/fincol.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fbffe1;
	margin-bottom: 10px;
	}

div.col h2 {
	padding: 0;
	color: #fff;
	height: 23px;
	text-align: center;
	margin: 0;
	font-size: 1.3em;
	background-image: url(img/fondotitulo.gif);
	background-repeat: no-repeat;
	background-color: #de0000;
	padding-top: 2px;
	}
div.col ul {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 15px;
	list-style-type: none;
	border-left: 1px solid #f3ffa6;
	border-right: 1px solid #f3ffa6;
	background-image: url(img/fondoul.gif);
	}
div.col ul li{
	padding-bottom: 5px;
	}
div.col ul.ads {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	}
div.col ul.ads li {
	padding-top: 5px;
	border-bottom: 1px solid #f3ffa6;
	}
div.col ul.ads li a img {
	border: 0;
	}
a {
	color: #3545c0;
	color: #c43c3c;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
ul.logos {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul.logos li {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	width: 175px;
	}
ul.logos li a {
	text-decoration: none;
	}
ul.logos li a img {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	}
h2 {
	background-image: url(img/fondotitulogr.gif);
	background-color: #34353c;
	height: 28px;
	margin: 0;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 10px;
	color: #fff;
	}
div.volver {
	text-align: center;
	}
div.volver a {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	padding-top: 5px;
	display: block;
	background-image: url(img/fondotitulo.gif);
	clear: both;
	color: #fff;
	}
#flags {
	width: 100px;
	height: 20px;
	position: absolute;
	margin-left: 650px;
	margin-top: 15px;
	*margin-left: 280px;
	}
#flags img {
	border: 1px solid #fff;
	}
#flagsizq {
	width: 100px;
	height: 20px;
	position: absolute;
	margin-left: 25px;
	margin-top: 15px;
	*margin-left: -380px;
	}
#flagsizq img {
	border: 1px solid #fff;
	}
#links {
	text-align: center;
}

