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

body {
    margin:0;
    padding:0;
    background:#EBEBEB url(../multimedia/source/imagenes/body/fondo.png) repeat-x;
    font-family: "Times New Roman", Times, serif;;
}

a img {
	border:0;
}

.leyenda
{
	font-weight:bold;
	font-size:12px;
	color:#474747;
}

.rojo
{
	color:#CC2222;
}
/* Formato enlaces */
a {
	color:#006699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#006699;
}
a:hover {
	text-decoration: underline;
	color:#003366;
}
a:active {
	text-decoration: none;
	color:#006699;
}

.boton_mas
{
	width:81px;
	height:28px;
	display:inline-block;
	line-height:28px;
	padding:0 15px;
	margin:10px 0;
	background:url(../multimedia/source/imagenes/boton_mas.jpg);
	font-size:13px;
	color:white;
	text-decoration:none;
	text-align:left;
	float:right;
}
.boton_mas:hover
{
	color:#BDBDBD;
}

.boton_ver
{
	width:44px;
	height:28px;
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	/*margin:10px 0;*/
	background:url(../multimedia/source/imagenes/boton_ver.jpg);
	font-size:13px;
	color:white;
	text-decoration:none;
	float:right;
	text-transform: none;
}
.boton_ver:hover
{
	color:#BDBDBD;
}

#sitio {
	width:1010px;
	position:relative;
	margin:0 auto;
	min-height:600px;
    overflow:hidden;
}
#linksuperior{
    position:absolute;
    width:150px;
    height:43px;
    top:25px; left:840px;
    z-index:2;
	text-align:left;
	border-left:2px solid #003366;
	padding-left:15px;
	color: #003366;
}
#linksuperior a {
	color:#003366;
}
#linksuperior a:link {
	text-decoration: none;
}
#linksuperior a:visited {
	text-decoration: none;
	color:#003366;
}
#linksuperior a:hover {
	text-decoration: none;
	color:#003366;
	font-weight:bold;
}
#linksuperior a:active {
	text-decoration: none;
	color:#003366;
}

#header_top {
    position:relative;
    width:1010px;
    height:104px;
    margin:0 auto;
    padding:0;
    text-align:center;
    float:left;
}
#header_top h1 {
	margin:0;
	padding:0;
	width:1010px;
	height:104px;
}

#header_top .menu
{
	float:left;
	width:950px;
	height:76px;
	text-align:left;
	padding:0 5px;
	background:url(../multimedia/source/imagenes/body/menu.jpg);
	color:#5d5c3e;
}
#header_top .menu a
{
	color:#CB782D;
	font-size:16px;
	font-family:Arial;
	line-height:70px;
	height:70px;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	width:115px;
}
#header_top .menu a:hover
{
	color:white;
}
#header_top .menu .primero
{
	width:50px;
	background:url(../multimedia/source/imagenes/body/home1.png) center no-repeat;
	_background:url(../multimedia/source/imagenes/body/home1.gif) center no-repeat;
}
#header_top .menu .primero:hover
{
	background:url(../multimedia/source/imagenes/body/home2.png) center no-repeat;
	_background:url(../multimedia/source/imagenes/body/home2.gif) center no-repeat;
}
#header_top .menu .segundo
{
}
#header_top .menu .segundo:hover
{
}
#header_top .menu .tercero
{
}
#header_top .menu .tercero:hover
{
}
#header_top .menu .cuarto
{
}
#header_top .menu .cuarto:hover
{
}
#header_top .menu .quinto
{
}
#header_top .menu .quinto:hover
{
}
#header_top .sub_menu
{
	position:absolute;
	bottom:-29px;
	left:0;
	width:1001px;
	height:30px;
	background:url(../multimedia/source/imagenes/menu/bg_submenu.png);
	text-align:left;
}
#header_top .sub_menu .celda
{
	width:90px;
	height:30px;
	display:inline-block;
	line-height:30px;
	color:#630606;
	text-decoration:none;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	margin:0 10px;
	text-align:center;
}
#header_top .sub_menu .celda:hover
{
	text-decoration:underline;
}

#contenedor {
    width:950px;
    margin:0 auto;
    float:left;
}

#cuerpo {
    float:left;
    min-height:600px;
	background: none;
	width:100%;
}

#cuerpo .contenido_principal {
    /*width:991px;*/
    width:100%;
    margin:0px auto;
}
#cuerpo .contenido_principal .columna_izquierda {
    float:left;
    width:285px;
    padding:0 5px 0 10px;
    border-right:1px solid #DDD;
}
#cuerpo .contenido_principal .columna_medio {
    float:left;
    width:370px;
    padding:0 5px;
}
#cuerpo .contenido_principal .columna_derecha {
    float:left;
    width:299px;
    padding:0 5px;
    border-left:1px solid #DDD;
}
#cuerpo .contenido_principal .desarrollo_noticia {
	float:left;
	width:666px;
	padding:0 5px 0 10px;
	margin:10px 0;
}
#cuerpo .contenido_principal .contacto {
	width:550px;
	/*height:300px;*/
	overflow:hidden;
	margin:10px 0 0 300px;
	display:inline;
	float:left;
	position:relative;
}
#cuerpo .contenido_principal .contacto .datos {
	width:240px;
	height:240px;
	bottom:140px;
	right:0;
	position:absolute;
	font-size:12px;
}
#cuerpo .contenido_principal .contacto .texto
{
	float:left;
	width:250px;
	font-size:18px;
	font-family:Arial;
	text-align:left;
	margin:0 5px;
	clear:left;
	color:#630606;
}
#cuerpo .contenido_principal .contacto .inputs
{
	float:left;
	width:300px;
	margin:10px 5px;
}
#cuerpo .contenido_principal .contacto input
{
	width:270px;
	border:1px solid #676647;
	font-size:20px;
}
#cuerpo .contenido_principal .contacto textarea
{
	width:270px;
	height:200px;
	border:1px solid #676647;
	font-size:20px;
}
#cuerpo .contenido_principal .contacto .inputs span
{
	font-family:Arial;
	color:red;
	font-weight:bold;
}
#cuerpo .titulo_seccion
{
	background:#640606;
	width:95%;
	margin:0 auto;
	padding:10px;
	text-transform:uppercase;
	color:#D08136;
	font-size:18px;
	font-family:Arial;
}
#footer
{
	width:1010px;
	height:350px;
	background:none;
	margin:0 auto;
	padding:0;
	font-family:Arial;
	text-align:center;
	float:left;
	position:relative;
}
#footer .menu
{
	text-align:center;
	position:absolute;
	left:0;
	bottom:30px;
	width:950px;
	height:100px;
}
#footer .menu a
{
	color:#F0F0F0;
	font-size:12px;
	text-decoration:none;
}
#footer .menu a:hover
{
	text-decoration:underline;
}
#footer .marcas
{
	text-align:center;
	font-size:14px;
	color:#525252;
	margin:10px auto;
}
#footer .marcas a
{
	font-size:14px;
	color:#525252;
	text-decoration:none;
}
#footer .marcas a:hover
{
	text-decoration:underline;
}


#galeria {
margin:0 0 0 0;
/*width:475px;*/
overflow:auto;
}
#galeria .desarrollo {
/*background:#999999;*/
/*float:left;*/
/*width:475px;*/
width:850px;
margin:0 auto;
}
#galeria .derecha {
float:left;
width:475px;
}
#galeria .desarrollo .titulo {
background:url(../multimedia/source/imagenes/titulo.png) no-repeat;
width:450px;
height:40px;
padding:12px 0 0 12px;
margin:12px 0 6px 0;
font-family:Helvetica;
font-size:15px;
font-weight:bold;
color:gray;	
}
#galeria .desarrollo .titulo a {
font-family:Helvetica;
font-size:14px;
font-weight:bold;
color:#999;
text-decoration:none;
}
#album {
border:1px solid #BBB;
width:120px;
height:185px; /* experimental */
margin:0 0 0 14px;
/*background:url(../multimedia/source/imagenes/fondo_album.png);*/
background:#c3ddee;
}
#album .nombre {
font-family:Verdana;
color:#999999;
font-size:10px;
}
#album .botonera img {
padding-left:3px;
}
.visitas {
color:#666666;
font-family:arial;
font-size:12px;
text-align:center;
}

#la-empresa
{
	width:890px;
	margin:0 auto;
}
#la-empresa .izquierda
{
	width:610px;
	float:left;
}
#la-empresa .derecha
{
	width:272px;
	float:left;
}
#la-empresa .post
{
	float: left; width: 100%;
}
#la-empresa .post .imagen
{
	width: 170px; float: left;
}
#la-empresa .post .texto
{
	width: 440px; float: left; color: #474747; font-size: 12px;
}
#la-empresa .medios
{
	width: 276px;
	height: 423px;
	background: url(../multimedia/source/imagenes/la-empresa/medios_bg.jpg);
	padding:30px 0 0;
	position: relative;
}
#la-empresa .medios .titulo
{
	background:none repeat scroll 0 0 #C3DDEE;
	display:block;
	font-size:15px;
	font-weight:normal;
	padding:5px;
	margin: 0 0 0 7px;
	width:254px;
}
#la-empresa .medios ul
{
	position:absolute;
	left:70px;
	top:105px;
	list-style-type: none;
	padding:0;
	margin:0;
}
#la-empresa .medios li
{
	height:45px;
	width:170px;
	color:white;
	font-size:14px;
	text-transform: uppercase;
	padding:0;
	margin:0;
}
#la-empresa .medios li .texto
{
	height:45px;
	width:100px;
	float:left;
}
#la-empresa .medios .btnAzul
{
	background: url(../multimedia/source/imagenes/boton_ver_azul.png);
	_background: url(../multimedia/source/imagenes/boton_ver_azul.gif);
}

#radio
{
	width:890px;
	margin:0 auto;
}
#radio .izquierda
{
	width:618px;
	float:left;
}
#radio .derecha
{
	width:272px;
	float:left;
}

#newsletter
{
	width:890px;
	margin:0 auto;
}
#newsletter .izquierda
{
	width:618px;
	float:left;
}
#newsletter .derecha
{
	width:272px;
	float:left;
}
#newsletter .contacto {
	width:550px;
	overflow:hidden;
	margin:10px 0 0 200px;
	float:left;
	position:relative;
	display:inline;
}
#newsletter .texto
{
	float:left;
	width:250px;
	font-size:18px;
	font-family:Arial;
	text-align:left;
	margin:0 5px;
	clear:left;
	color:#630606;
}
#newsletter .inputs
{
	float:left;
	width:300px;
	margin:10px 5px;
}
#newsletter input
{
	width:270px;
	border:1px solid #676647;
	font-size:20px;
}
#newsletter textarea
{
	width:270px;
	height:200px;
	border:1px solid #676647;
	font-size:20px;
}
#newsletter .inputs span
{
	font-family:Arial;
	color:red;
	font-weight:bold;
}


h1,h2,h3{ color:#003366; padding:0; margin:0px 0px 10px 0px;}

