@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:#FFF;
	margin-bottom:15px;
}
a{
}
h1{
	color:#FFF;
	font-size:26px;
	margin-bottom:15px;
}
#contenido{
	background-color:#58719F;
	padding:15px 35px 30px 35px;
	height:1%;
	overflow:hidden;
}
#botonera{
}
#botonera ul{
	list-style:none;
	background-color:#040404;
}
#botonera ul li{
}
#botonera ul li a{
	color:#FFF;
	float:left;
	width:144px;
	text-align:center;
	text-decoration:none;
	padding:12px 0;
	font-size:18px;
}
#botonera ul li a:hover{
	background-color:#069;
}
.pre_titulo{
	color:#FFF;
	text-transform:uppercase;
	font-size:13px;
}
#box_disertantes_home{
}
#box_disertantes_home h3{
	margin-bottom:15px;
}
.item_disertante_home{
	width:384px;
	margin-bottom:25px;
	height:1%;
	overflow:hidden;
}
.item_disertante_home .foto{
	width:64px;
	float:left;
}
.item_disertante_home .descr{
	margin-left:10px;
	width:300px;
	float:left;
}
.item_disertante_home h2{
	line-height:15px;
	font-size:12px;
}
#box_disertantes_home .item_disertante_home h3{
	font-size:15px;
	margin-bottom:0;
}
.item_disertante_home p{
	font-size:11px;
	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{
	border-radius:8px;
	border:solid 1px #ffffff;
	position:relative;
	padding:45px 10px 10px 10px;
	margin-bottom:10px;
	margin-top:30px;
}
#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:#00E2E3;

}

.campo {
	font-size: 12px;
	margin-bottom: 10px;
	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:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}
.item_disertante .foto{ 
	width:110px;
	float:left;
}
.item_disertante .descr_disertante{
	width:500px;
	float:left;
	margin-left:25px;
}
.item_disertante .descr_disertante h2{
	font-size:18px;
	margin-bottom:5px;
	
}