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

body
{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d6d;
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #6d6d6d;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

#foroPHPBB
{
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#seccion
{
	padding-left: 13px;
	padding-right: 13px;
	text-align:justify;
}

#fondo_seccion
{
	border: 1px solid #c8c8c8;
	background: #dfdfdf url(img/fondoCaja.jpg) repeat-x left top;
}

#principal
{
	background: url(img/fondo.jpg) repeat-x left top;
}

#listado_noticias
{
	border: 1px solid #a3a3a3;
	background: #535353 url(img/fondoCajaInferior.jpg) repeat-x left top;
}

#listado_noticias a
{
	color:#FFF;
}

.titulo
{
	text-align: right;
	padding-top: 10px;
	font-size:32px;
	color:#c1c1c1;
}

.sub_titulo
{
	/*margin-top: -15px;*/
	text-align: left;
	font-size:22px;
	color:#6d6d6d;
	text-transform:uppercase;
}

.texto p
{
	text-indent: 20px;
}

.enlace_info
{
	text-transform:uppercase;
}

#tabla_noticias
{
	background-color:#FFF;
}

.titular_principal_noticia
{
	font-size: 22px;
	font-weight:bold;
	color: #75180d;/*#6d6d6d;*/
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
}
.fecha_principal_noticia
{
	color: #6d6d6d;
	text-align:right;
	padding-bottom: 4px;
}
.titular_noticia
{
	font-size: 18px;
	font-weight:bold;
	color:#6d6d6d;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbcbcb;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 4px;
}

.borde_noticias
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbcbcb;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.borde_foto_noticia
{
	border-width: 1px;
	border-style: solid;
	border-color: #cbcbcb;
	margin-bottom: 10px;
}

.texto_noticia
{
	font-size: 12px;
	color:#000000;
	padding-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
	text-align:justify;
}

.paginador_noticias
{
	text-align:center;
}

.flotante
{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.btn_volver
{
	padding: 2px;
	background:#CCC;
	border:#000 1px solid;
	color:#000;
}

.consulta
{
	background:#838383;
	border:#555 1px solid;
	color:#FFFFFF;
	display:block;
	width: 610px;
	height: 15px;
	overflow:hidden;
	cursor: pointer;
	padding: 10px;
}

.tituloConsulta
{
	color:#333;
}

.leerMasConsultas
{
	float:right;
	background:#CCC;
	padding-left: 10px;
	padding-right: 10px;
}

.respuesta
{
	margin-left: 50px;
	background:#FFFFFF;
	border:#AAA 1px solid;
	color:#333;
	display:none;
	width: 560px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.sincontestar
{
	background-color:#838383;
	color:#3a3a3a;
}

.fecha
{
	color:#CCC;
}

.respuesta .fecha
{
	color:#666;
	float: right;
	padding-top: 10px;
}

.especialista
{
	color:#666;
}

.respondido
{
	color:#c41c00;
}

.paginador_consultas
{
	text-align:right;
}

.buscador
{
	height: 20px;
	vertical-align:middle;
	float: right
}

.especialistas
{
	text-align: center;
}

.especialista
{
	display: inline-block;
	padding: 10px;
	text-align: left;
}

.sombra_imagen
{
	display:block;
	width: 124px;
	height: 124px;
	background:url(/img/sombra.gif) top left no-repeat;
}

.sombra_imagen img
{
	margin-top: 1px;
	margin-left: 1px;
}

.ultimasNoticias
{
	text-align: left;
	font-size:12px;
	color:#FFFFFF;
}

.idiomas, .idiomas a
{
	color:#FFF;
	text-transform:capitalize;
}

.idiomas a:hover
{
	color:#CCC;
	text-decoration: underline;
}


.idiomaSeleccionado, a.idiomaSeleccionado
{
	color:#CCC;
	text-decoration: underline;
}

.aviso
{
	color:#F00;
}