@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
*{
	margin:0px;
	padding:0px;
	border:0px;
	list-style-position:inside;
}
body{
	background-color:#CCC;
	font-family: 'Monda', sans-serif;
	color:#FFF;
}
#wrapper{
	width:720px;
	margin:0 auto;
}
p{
	font-size:14px;
	color:#553130;
	margin-bottom:15px;
}
a{
	color:#fff;
}
h1{
	color:#FFF;
	font-size:32px;
	margin-bottom:3px;
	line-height:25px;
}
.titulo h1{
	margin:15px 0 25px 0;
}
h2{
	font-size:21px;
	margin-bottom:10px;
}
#contenido{
	background-color:#FF7259;
	padding:15px 35px 30px 35px;
	height:1%;
	overflow:hidden;
}
#botonera{
	border-bottom:1px solid #CCC;
}
#botonera ul{
	list-style:none;
	background-color:#040404;
}
#botonera ul li{
}
#botonera ul li a{
	color:#FFF;
	float:left;
	width:180px;
	text-align:center;
	text-decoration:none;
	padding:12px 0;
	font-size:18px;
}
#botonera ul li a:hover{
	background-color:#FF5B5F;
}
.pre_titulo{
	color:#553130;
	text-transform:uppercase;
	font-size:13px;
	display:block;
	border-bottom:1px solid #553130;
	padding-bottom:5px;
	margin-bottom:10px;
}
#box_disertantes_home{
}
#box_disertantes_home h3{
	margin-bottom:5px;
}
.item_disertante_home{
	width:384px;
	margin-bottom:5px;
	height:1%;
	overflow:hidden;
}
.item_disertante_home .foto{
	width:64px;
	float:left;
}
.item_disertante_home .descr{
	width:300px;
	float:left;
}
.item_disertante_home h2{
	line-height:15px;
	font-size:12px;
}
#box_disertantes_home .item_disertante_home h3{
	font-size:17px;
	line-height:17px;
	margin-bottom:0;
}
.item_disertante_home p{
	font-size:12px;
	margin-bottom:5px;
}
.item_disertante_home .ver_mas{
	margin-top:5px;
}
#contenido #colizq{
	width:364px;
	float:left;
}
#contenido #colder{
	width:266px;
	float:left;
	margin-left:20px;
}
#box_home{
}
#box_home h4{
	color:#553130;
	font-size:20px;
}
#box_home p{
	color:#fff;
}
#box_home ul li{
	font-size:12px;
	margin-bottom:5px;
}
#box_home ul li span{
	font-size:11px;
}
.box_fecha{
	position:absolute;
	top:-20px;
	left:-7px;
}
.lista_programa{
}
.lista_programa ul li{
	margin-bottom:15px;
	font-size:14px;
	font-weight:normal;
}
.lista_programa ul li strong{
	color:#553130;

}

.campo {
	font-size: 12px;
	margin-bottom: 15px;
	height: 1%;
	overflow: hidden;
}
.campo label {
	width: 110px;
	float: left;
	display: block;
}
.campo input, .campo select {
	border: 1px solid #CCC;
	height: 19px;
	width: 250px;
	float: left;
}
.item_disertante{
	height:1%;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:0px;
	border-bottom:1px solid #ccc;
}
.item_disertante .foto{ 
	width:110px;
	float:left;
}
.item_disertante .descr_disertante{
	width:100%;
	
}
.item_disertante .descr_disertante h2{
	font-size:18px;
	margin-bottom:5px;	
}
.item_disertante .descr_disertante h3{
	font-size:15px;
	margin-bottom:5px;	
}
#box_disertantes_home{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #FFAA9B;
}
.masinfo{
	font-size:13px;
}