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, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: none;
}
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: 0;
}

/* FIN RESET */

* p{
	line-height: 20px !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;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: repeat url('../img/fondo.jpg') #eee;
	
	
}

.logo {
	margin-top: 30px;
	margin-left: 40px;
}

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


#contenedor{
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	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;
	
}

#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: 445px;
	background: none;
	margin-bottom: 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: 900px;
	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;
}

#contacto input, #contacto textarea{
	color: #454545;
	background-color: #a0a0a0;
	background: url('../img/linea.png') 0 4px;
	width: 140px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 3px;
	border: none;
}

.ui-slider-handle {
	z-index: 200;
	background-color: red;
	color: red;
	border: solid 1px red;}


