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%;
  vertical-align: baseline;
  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: 0;
}

/* FIN RESET */

* p{
	line-height: 15px !important;
	color: #9d9d9d !important;
}

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

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

* li {
	line-height: 20px;
}

body{
	margin: 0px;
	padding: 0px;
	color: #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
}

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


#contenedor{
	/*width: 100%;*/
	padding: 0px;
	margin: 0px;
	z-index: 100;
	background-position:bottom;
	overflow:hidden !important;
	
}

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

}


#contenido{
	z-index: 100;
	position:relative;
	width: 1010px;
	margin: 0px;
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	overflow:hidden !important;
}

#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;
	text-align: right;
	
	width: 111px;
}

#lateral img.logo
{
	margin-bottom: 50px;
}

#centro
{
	float: left;
	width: 671px;
	margin-left: 35px;
	margin-right: 35px;
	overflow: hidden !important;
	/*border: 1px solid black;*/
	
}

.cuadro
{
	width: 206px;
	height: 206px;
	margin-left: 23px;
	margin-bottom: 23px;
	cursor: pointer;
	
	float: left;
	overflow: hidden !important;
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;
	-ms-border-radius: 9px 9px 9px 9px;
	-khtml-border-radius: 9px;

}

.primero{
	margin-left: 0px !important;
}


.cuadro div{
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	padding: 12px;
	height: 36px;
	position:relative; top:208px;
	
}


.imgDes{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-bottom-radius: 0px;
	padding: 0px;
	height: 45px;
	width: 123px;
	background: #333;
	border: 1px solid #dedede;
	cursor: pointer;
	
}

.hr{ 
background: none; border-top: none; border-bottom: 1px solid #dedede; 
border-left: none; border-right: none; color: #fff; margin-top: 1px; 
padding-top:1px; margin-bottom: 10px;
height: 2px;
line-height: 2px;

}

.tituloDes{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9d9d9d;
	margin-top: 8px;
}

.tituloDes a:link, .tituloDes a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9d9d9d;
	margin-top: 8px;

}

.tituloDes a:hover, .tituloDes a:active{
	
	color: black;

}

.fechaDes{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	color: #9d9d9d;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

.cuadro div *{
	position: relative;
	left: -200px;
}


.imgHor
{
	width: 597px;
	height: 357px;
	background: #333;
	margin-bottom: 20px;
	
	overflow: hidden !important;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px 12px 12px 12px;
	-khtml-border-radius: 12px;
	border: 1px solid  #dedede;

}

.imgVer
{
	width: 358px;
	height: 597px;
	background: #333;
	margin-bottom: 20px;
	position: relative;
	float: right;
	
	overflow: hidden !important;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px 12px 12px 12px;
	-khtml-border-radius: 12px;
	border: 1px solid  #dedede;
	margin-left: 35px;
	margin-bottom: 30px;

}

.hr3{ 
background: none; border-top: none; border-bottom: 1px solid #000; 
border-left: none; border-right: none; color: #fff; margin-top: 1px; 
padding-top:1px; margin-bottom: 20px;
height: 2px;
line-height: 2px;

}

.tituloVer{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	margin-top: 8px;
}

.fechaVer{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 13px;
	color: #000;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

.textoVer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9d9d9d;
	text-align:justify;
	line-height: 16px;
	margin-bottom: 20px;
}

#derecha{
	float: left; width: 125px;
}

#derecha h1{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 1px #000;
	color: #000;
}

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

#paginador a{
  font-size: 14px !important;
}

