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

body
{
	background:url(images/fondo_general.jpg) top center no-repeat fixed #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin:0 auto;
}

ul, li
{
	margin:0; 
	padding:0; 
	list-style-type:none;
	list-style:none;
}

img{border:none;}

a{outline-style:none;}
/*===================================================*/
#wrapper
{
	position:relative;
	width:900px;
	margin:0 auto;
}

#header
{
	width:900px;
	height:330px;
}

#logo{
	position:absolute;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:209px;
	width:439px;
	top: 43px;
	left: -50px;
	z-index: 10;
}

/*============================================= navegador*/
#navegador
{
	position:absolute;
	background-image:url(images/navigator_bg.jpg);
	background-repeat:no-repeat;
	height:41px;
	width:900px;
	top:258px;
	z-index: 11;
}

#navegador-menu
{
	position:absolute;
	height:20px;
	width:788px;
	top:10px;
	left:49px;
}

#navegador-menu li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-align:left;
	float:left;
	padding:0 15px 0 20px;
}

#navegador-menu a
{
	height:20px;
	color:#fff;
	padding-right:5px;
	text-decoration:none;
}

#navegador-menu a:hover
{
	text-decoration:underline;
}
/*============================================= fin navegador*/

#contenido
{
	width:900px;
	background:url(images/contenido_bg.jpg) top repeat-x #fda;
	clear:both;
	overflow:hidden;
}

#contenido-enviar
{
	width:900px;
	height:350px;
	background:url(images/contenido_bg.jpg) top repeat-x #fff;
	clear:both;
}

/*============================================= menu lateral*/
#menu-l
{
	background:url(images/menu-lateral_bg.png) no-repeat;
	width:238px;
	height:391px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 15px 0 0 15px;
	margin:0 0 0 10px;
	float:left;
}
/*============================================= fin menu lateral*/
/*============================================= textos*/
#texto-A
{
	padding:0 10px 10px 10px;
	width:388px;
	text-align:justify;
	float:left;
}

#texto-A h1
{
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	color:#300;
	text-align:justify;
	margin-top:5px;
}

#texto-A h2, #texto-B h2
{
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#300;
	text-align:justify;
	margin-top:5px;
}

#texto-A ul li
{
	list-style-image:url(images/visto.png);
	margin:10px 0;
}

#texto-A a
{
	color:#666666;
	text-decoration:none;
}

#texto-A a:hover
{
	color:#000;
	text-decoration:underline;
}

#texto-B, #texto-C
{
	padding:0 10px 10px 10px;
	width:610px;
	text-align:justify;
	float:left;
}

#texto-B a
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#texto-B a:hover
{
	color:#000;
	text-decoration:underline;
}

#texto-B h1, #texto-C h1
{
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	color:#300;
	text-align:center;
	margin-top:5px;
}

#texto-A h3, #texto-B h3, #texto-C h3
{
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#300;
	text-align:right;
	margin-top:5px;
}

#texto-B ul li
{
	list-style-image:url(images/visto.png);
	margin:10px 0;
}

#texto-B td, #texto-C td
{
	padding:5px;
	border:#000 solid 1px;
}

#texto-C img
{
	border:#fe9b02 solid 5px;
}

#texto-C ul li
{
	list-style-image:url(images/visto.png);
}

.noticias-fotos
{
	width:303px;
	height:228px;
	margin:5px 0 5px 10px;
	float:right;
}

.noticias-fotos2
{
	width:210px;
	height:240px;
	margin:5px 0 5px 10px;
	float:right;
}

.noticias-fotos3
{
	width:330px;
	height:292px;
	margin:5px 0 5px 10px;
	float:right;
}
/*============================================= fin textos*/
/*============================================= lateral image*/
#lateral-img
{
	width:223px;
	height:629px;
	float:left;
}
/*============================================= fin lateral image*/
/*============================================= footer*/
#footer
{
	background:url(images/footer.jpg) top repeat-x #673301;
	width:900px;
	height:60px;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:10px 0;
	clear:both;
}

.direccion
{
	width:900px;
	float:left;
}

.webmaster
{
	padding:10px 0 0 0;
	width:900px;
	font-size:11px;
	float:left;
}

.webmaster a
{
	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
	color:#000;
}

.webmaster a:hover
{
	text-decoration:underline;
}

.webmaster ul
{
	padding:0 0 0 48px;
}

.webmaster li
{
	padding:0 0 0 60px;
	float:left;
}
/*============================================= fin footer*/

/*============================================= formulario*/
#formulario
{
	width:600px;
	margin:10px 0 10px 30px;
	float:left;
}

form
{
	width:600px;
	height:400px;
}

.label
{
	width:170px;
	margin:10px 0;
	font-weight:bolder;
	float:left;
}

.campo
{
	width:300px;
	margin:10px 0;
	float:left;
}

.text-area
{
	width:300px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:10px 0;
	float:left;
}

.boton
{
	width:130px;
	margin:20px 125px;
	float:right;
	clear:both;
}

.aviso
{
	width:600px;
	font-size:11px;
}
/*============================================= formulario*/
/*============================================= vídeo*/
#video
{
	background-image:url(images/rollo_bg.gif);
	background-repeat:repeat-y;
	width: 364px;
	color:#fff;
	float:right;
}

#video h1
{
	font-weight:bold;
	text-align:center;
	color:#fff;
}

#video-reproductor
{
	margin:10px 0 0 70px;
	padding:10px 0 0 0;
	background-image:url(images/rollo2_bg.gif);
	background-repeat:repeat-y;
	width: 485px;
	color:#fff;
}

#video-reproductor h1
{
	font-weight:bold;
	text-align:center;
	color:#fff;
}

#video-reproductor a{
	color:#fff;
}

#boton-descargas
{
	margin:50px 0 0 0;
	width:173px;
	float:left;
}

#boton-descargas h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}
/*============================================= vídeo*/

