@charset "utf-8";
/* CSS Document */
@import url('mime.css');
@import url('botonera.css');
@import url('lightbox.css');

body {
	background-color: #6a6b6d;
	text-align: center;
	color: #FFF;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

.recuadro {
	border: 1px solid #ffffff;
	padding: 10px;
	margin: 10px;
}

.subrayado {
	border: solid #DFEAF9;
	border-width: 0 0 1px 0;
	padding: 5px;
	margin: 10px 0;
}

#main {
	text-align: left;
	margin: auto;
	background-image:url(../img/bg.gif);
	background-repeat: repeat-y;
}

#headbanner {
	height: 174px;
	padding: 0 0 3px 0;
	overflow: hidden;
	text-align: center;
}

#botonera{
	width: 229px;
	float: left;
	background-color: #545454;
	border: solid #e1f4ff;
	border-width: 0 1px 0 0;
}

#contenido {
	float: right;
	padding: 50px 20px;
	background-color: #596876;
	line-height: 150%;
	background-image: url(../img/bgContenido.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 350px;
}
#contenido h2 {
	font-size: 16px;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
	color: #a1b9d1;
	font-weight: bold;
}

#contenido a:hover {
	color: #FFF;
}

#barra-idioma {
	background-color: #000;
	font-size: 11px;
	padding: 5px;
	color: #dfeaf9
}

#barra-idioma a:link, #barra-idioma a:active, #barra-idioma a:visited {
	color: #dfeaf9;
}

#barra-idioma a:hover {
	color: #FFF;
}
