/* UCR */
*{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
span{
	display: none;
}
a{
	text-decoration: none;
	outline: none;
	color: #ff0000;
}
a:hover{
	color: #ccc;
}
p{
	font: 0.7em Arial, Tahoma,Verdana, sans-serif;
	color: #000;
	margin: 10px 15px 0 20px;
}
body{
	background: url(bg-body.gif) repeat-x;
	padding-bottom: 10px;
}
h2{
	height: 24px;
	margin: 10px 0 0 20px;
	font: 2em/0.65em Trebuchet MS, Arial, Tahoma, sans-serif;
	letter-spacing: -2px;
	color:#D8241C;	

}
h3{
	height: 15px;
	margin: 5px 0 0 20px;
	font: 1.15em/0.8em Trebuchet MS, Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	color:#777;
	text-transform: uppercase;
}
h3#encuesta{
	background: url(../img/h3-encuestas.gif) no-repeat;
	width: 86px;
}
h3#spec{
	background: url(../img/h3-especial.gif) no-repeat;
	width: 71px;
}
h3#link{
	background: url(../img/h2-enlaces.gif) no-repeat;
	width: 68px;
}
h6{
	font: bold 0.7em Arial, Tahoma, Verdana, sans-serif;
	margin:15px 0  0 20px ;
	
}
/*h2#editorial{
	background: url(../img/h2-editorial.gif) no-repeat;
	width: 130px;
}
h2#noticias{
	background: url(../img/h2-noticias.gif) no-repeat;
	width: 116px;
}

h2#actividades{
	background: url(../img/h2-actividades.gif) no-repeat;
	width: 116px;
}

h2#libros{
	background: url(../img/h2-libros.gif) no-repeat;
	width: 116px;
}

h2#contacto{
	background: url(../img/h2-contacto.gif) no-repeat;
	width: 116px;
}*/

#main{
	width: 744px;
	margin: 10px auto;
	background: url(bg-main.gif) center repeat-y;
}
#head{
	width: 734px;
	height: 93px;
	margin: 0 auto;
	background: url(bg-head.gif) no-repeat;
}
#head img{
	margin: 10px 25px;
}
#menu{
	width: 732px;
	height: 31px;
	margin: 0 auto;
	background: url(bg-menu.gif) repeat-x;
}
#nav{
	list-style: none;
	text-transform: uppercase;
}
#nav li{
	float: left;
	margin: 4px 0 0 10px;
	font: 0.75em Arial, Tahoma, Verdana, sans-serif; 
	color: #fff; 
	display: block;
}
#nav li a{
	color: #fff;
}
#nav li a:hover{
	color: #FC899A;
}
#line{
	width: 734px;
	height: 11px;
	margin-left: 5px; 
	background: url(line.gif) no-repeat;
}
#content{
	width: 485px;
	float: left;
}
#poll{
	height: 164px;
	width: 210px;
	margin: 50px 0 25px 20px;
	background: url(bg-poll.gif) repeat-x;
	border-right: 1px solid #ccc;
	float: left; 
}
.poll{
	margin: 5px 0 0 10px; 
}
.poll input{
	margin-right: 10px;
}

p.info{
	
}
#special{
	height: 164px;
	width: 235px;
	background: url(bg-poll.gif) repeat-x;
	float: left;
	margin: 30px 0 25px 0;
	position: relative;
}
*html #poll{
	margin: 50px 0 25px 10px;
}
#special img{
	position: absolute;
	bottom: 0;
	right: 0;
}
#sidebar{
	width: 250px;
	float: left;
	border-left: 1px solid #ccc;
}
#sidebar img{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 20px; 
}
#foot{
	width: 734px;
	height: 42px;
	margin: 20px auto 0;
	padding-top: 15px;
	text-align: center; 
	clear: both;
	background: url(bg-foot.gif) no-repeat;
}
#foot p{
	color: #ff0000;
}
.anterior{
	width: 160px;
	height: 20px;
	background: url(../img/anteriores.gif) no-repeat;
	float: right;
}
.break{
	width: 225px;
	height: 3px;
	clear: both;
	margin: 5px auto;
	background: url(../img/break.gif) no-repeat;
}
#enlaces{
	font: 0.7em Arial, Tahoma, Verdana, sans-serif;
	margin-left: 20px;
	list-style: none;
}
#enlaces li{
	background: url(../img/li.gif) 0 5px no-repeat;
	padding-left: 10px;
}
*html #enlaces li{
	background: url(../img/li.gif) -1px 10px no-repeat;
	padding-left: 10px;
}

#enlaces li{
	margin-top: 5px;
} 
#enlaces li a{
	color: #0000cc;
	text-decoration: underline;
}

input{
		margin: 10px 15px 0 20px;
		width:350px;
}

textarea{
		margin: 10px 15px 0 20px;
		width:350px;
		height: 150px;
}
input.enviar{
		width:100px;	
}