*{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial, helvetica, sans-serif;
	color:#333;
}
.clear{
	clear:both;	
}

a{
 	color:#9A002F;
	text-decoration:none;
	border-bottom:dashed 1px #9A002F;
}
#main{
	width: 960px;
	margin: auto;
}
#header{
	background-color: #999;
	background-image: url('../img/bg_header.png');
	height: 150px;
	-moz-border-radius:5px;
}
#nav{
	background-color: #9A002F;
	-moz-border-radius:5px;
	margin:5px 0;
	float:left;
	width: 100%;
}
ul#navlist
{
	padding-left: 0px;
	margin-left: 0;
}
#navlist li{
	display: inline;	
	list-style-type: none;
	font-size:80%;
}
#navlist a{
	padding: 0.5em 1em;
	background-color: #9A002F;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	border-bottom:none;
}

a .resaltar{
	background-color: #333;
}
.first{
	-moz-border-radius:5px 0px 0 5px;
}
#navlist a:hover{
	background-color: #4C4C4C;
	color: #fff;	
}
#content{
}

#l_sidebar{
	float:left;
	width:20%;
	margin-right:1%;
	background-color: #999;
	padding:1%;
	-moz-border-radius:5px;
}
.items p{
	margin:10px 0;
}
#central_content,#colaboradores{
	float:left;
	background-color: #999;
	-moz-border-radius:5px;
	width:75%;
	padding:1%;
}
#central_content h2,#l_sidebar h2, #colaboradores h2{
	color:#9A002F;
	background-color:#FFF;
	padding:5px;
	margin-bottom:10px;
	font-size:120%;
	-moz-border-radius:5px;
}

.new, .items, #form, .texto, #slider{
	background-color:#FFF;	
	-moz-border-radius:5px;
	padding:10px;
}
.new .title, .texto .title{
	font-size:120%;
}
.new .date{
	font-size:80%;
	margin-bottom:10px;
}
.new p{
	font-size:90%;	
}

.texto .title{
	color: #9A002F;
}

.texto p{
	margin:10px 0;	
	text-align:justify;
	font-size:80%;	
}

.listado li{
	list-style:square inside;	
	margin-bottom:5px;
	font-size:80%;	
}

#colaboradores{
float:left;
width:75%;
margin-bottom:10px;
}

#footer{
	clear:both;
	background-color: #9A002F;
	-moz-border-radius:5px;
	margin:5px 0;
	float:left;
	width: 100%;
	font-size:80%;
	color:#FFF;
}
#footer p{
	padding:0.5em;
	text-align:right;
}

.items img, .items a{
	border:none;	
}

.patrocinadores{
	text-align:center;	
}

/*inscripcion*/

#form label, #form input, #form select, #form p, .items label, .items input{
	float:left;	
	clear:left;
}
#form p{
	font-size:80%;	
	padding:10px 0;
}

#form label, .items label{
	font-size:90%;
	margin:10px 0 3px 0;
}

#form input, #formt input, #form select, .items input{
	border:1px solid #CCC;
	padding:2px;
	font-size:90%;
	letter-spacing:1px;
	color:#9A002F;
}

#form select{width:240px;}



.button{
	margin:10px 0 0 0;	
}

.error{
	background-color:#FFF;
	background-image:url(../img/error.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	-moz-border-radius:5px;
	padding:10px;
	margin-bottom:10px;
	text-indent:35px;
	font-size:120%;
	color:#C00;
}
	
.info{
	float:right;
	width:400px;
	font-size:90%
}

.pdatos{
font-size:70%;	
}
	

