html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el c�digo HTML es necesario a�adir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0px;
}

/* FIN RESET */

* p{
	text-align:justify;
	line-height: 15px !important;
}

* a:link, * a:visited
{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

* a:hover, * a:active
{
	color: #f30004;
	
}

* li {
	line-height: 20px;
}

* .anterior{
	left: -23px;
	position: relative;
	background: url('../img/btn_izq.png') no-repeat;
	background-position: top;
	width: 16px;
	line-height: 19px;
	height: 19px;
	margin:0px;
	
	padding: 0px;
	
}

* .anterior:hover{
	
	background: url('../img/btn_izq_hover.png') no-repeat;
		
}

* .numeros{
	position: relative;
	top: -19px;
	background: url('../img/btn_background.png') no-repeat;
	background-position: top;
	font-weight: bold;
	color: black;
	width: 30px;
	height: 19px;
	margin:0px;
	padding-top: 1px;
	overflow: hidden;
	line-height: 19px;
}

* .random{
	position: relative;
	top: -19px;
	background: url('../img/ramdom-image.png') no-repeat;
	background-position: top;
	font-weight: bold;
	color: black;
	width: 30px;
	height: 19px;
	margin:0px;
	padding-top: 1px;
	overflow: hidden;
	line-height: 19px;
}

* .siguiente{
	top: -39px;
	left: 23px;
	position: relative;
	background: url('../img/btn_drcha.png') no-repeat;
	width: 16px;
	height: 19px;
	margin:0px;
	padding: 0px;
	line-height: 19px;
}

* .siguiente:hover{
	
	background: url('../img/btn_drcha_hover.png') no-repeat;
		
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

* img { padding:0px; margin:0px;}



#fondo-top{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	background: url('../img/fondo-top.jpg') repeat-x;
	height: 542px;
	z-index: 0;
}


#contenedor{
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	background: url('../img/fondo-bottom.jpg') repeat-x;
	background-position:bottom;
	
}


#contenido{
	z-index: 100;
	position:relative;
	width: 976px;
	margin: 0px;
	padding-left: 14px;
	padding-right: 14px;
	background: url('../img/fondo-cuerpo.png') repeat-y;
	clear: both;
}

#contenido h1
{
	color: #ff0000;
	font-size: 19px;
	font-family: Helvetica, sans-serif;
	margin-bottom: 20px;
}

#contenido h2
{
	color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

#contenido h3{
	color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

#contenido h4{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}

#contenido * p
{
	color: #666;
	font-size: 11px;
}

#lateral
{
	float: left;
	
	width: 240px;
}

#lateral img
{
	margin-bottom: 20px;
}

#centro
{
	float: right;
	width: 656px;
	padding-left: 40px;
	padding-right: 40px;
	
}

#tele
{
	height:553px;
	background: url('../img/tele.jpg') no-repeat bottom;
	padding-left:35px;
}
#centro * .bloque
{
	width: 656px;
	background: url('../img/degradado-bloque.png') no-repeat bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#centro * .bloque img
{
	border: 1px solid #ccc;
}

#centro * .texto
{
	width: 100%;
	background: none;
	padding-top: 20px;
}

#centro * .texto-noticia
{
	width: 425px;
	background: none;
	margin-bottom: 20px;
	padding-right: 20px;
	position: absolute;
}

#centro * .resumen-noticia
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	background: none;
	margin-bottom: 20px;

}


#centro * .bloque2
{
	text-align: left;
	background: url('../img/degradado-bloque2.png') no-repeat bottom;
}


#header
{
	height: 176px;
	margin: 0px;
	padding: 0px;
	width: 1004px;
	z-index: 100;
}

#pie{
	margin:auto;
	z-index: 100;
	width: 1004px;
}

.lista ul li{
	background: url('../img/download.png') no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
	text-indent: 18px;
	margin-bottom:12px;
}

.lista ul li:hover{
	background-position: 0px -16px;
	color: #f30004 !important;
}

a.sobre:link, a.sobre:visited
{
	display:inline-block;
	background: url('../img/sobre.png') no-repeat;
	background-position: 0px 0px;
	line-height: 17px;
	text-indent: 30px;
	margin-bottom:12px;	
}

a.sobre:hover, a.sobre:active
{
	background-position: 0px -17px !important;
	color: #f30004 !important;
}

a.mail:link, a.mail:visited
{
	display:inline-block;
	background: url('../img/mail.png') no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
	text-indent: 24px;
	margin-bottom:12px;	
}

a.mail:hover, a.mail:active
{
	background-position: 0px -16px !important;
	color: #f30004 !important;
}

a.doc:link, a.doc:visited
{
	display:inline-block;
	background: url('../img/download.png') no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
	text-indent: 18px;
	margin-bottom:12px;	
}

a.doc:hover, a.doc:active
{
	background-position: 0px -16px !important;
	color: #f30004 !important;
}

a.descarga:link, a.descarga:visited
{
	display:inline-block;
	background: url('../img/descarga.png') no-repeat;
	background-position: 0px 0px;
	line-height: 15px;
	text-indent: 28px;
	margin-bottom:12px;	
}

a.descarga:hover, a.descarga:active
{
	background-position: 0px -29px !important;
	color: #f30004 !important;
}

 #errmsg, #errmsg2 { color:red; }

#bot_enviar a
{
	width: 58px;
	height: 15px;
	margin-bottom: 0px;
	display: block;
}

#enviar_form:link, #enviar_form:visited
{
	background: url('../img/enviar.png') no-repeat;
}

#enviar_form:hover, #enviar_form:active
{
	background: url('../img/enviar_active.png') no-repeat;
}

/* FORMULARIOS DE CONTACTO */
* #form b{ font-size: 14px; font-style: italic;}

* #form img { margin-top: 2px;}

* #form input{ border: none; margin:0px;}

* #form textarea { border: none; width: 654px; height: 90px;}

* #form a:link, * #form a:visited { font-weight:bold; color:#000;}
* #form a:active, * #form a:hover { font-weight:bold; color:#f00;}

#mail{
	color:#666;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#mail input, #mail textarea{
	color:#666;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4.4px;
}
/* FIN FORMULARIOS */

 #formulario_fernando td{
	text-align:left;
 	padding:10px;
	padding-bottom:4px;
	border: 0px;
	margin:0px;
 }

