@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size:10px;
	color: #666;
}
#headconv{
	position:relative;
	background-image: url(img/body.jpg);
	background-repeat: repeat-y;
	width:970px;
	height:80px;
}
#headbann{
	position:relative;
	background-color:none;
	top:0px;
	left:11px;
	width:948px;
	height:220px;
}
#headconvoca{
	position:relative;
	background-color:none;
	top:0px;
	left:11px;
	width:948px;
	height:80px;
}
#contenedor{
	position:relative;
	background-image: url(img/body.jpg);
	background-repeat: repeat-y;
	width:970px;
}

#down{
	position:relative;
	background-image: url(img/bottom.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:16px;
}
#evento {
	font-family: Verdana, Geneva, sans-serif;
	width: 600px;
	list-style-type: square;
	position: relative;
	color: #333;
	left: 75px;
	border: 1px solid #CCC;
}
#evento_nombre {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-decoration: none;
}
#evento_destino {
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	color: #333;
	text-decoration: none;
}
#evento_sector {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-decoration: none;
}
#evento_descripcion {
	font-size: 14px;
	font-weight: 200;
	color: #000;
}
#evento_costo {
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	text-align: left;
}
#evento_sede {
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	text-align: left;
}
#evento_fecha {
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	text-align: left;
}
#evento_aportacion {
	font-size: 12px;
	font-weight: 200;
	color: #000;
	text-decoration: none;
	text-align: center;
}


#mmenu{
	position:relative;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-x;
	top:0px;
	left:10px;
	width:949px;
	height:30px;
	font-family: Verdana;
	font-size:10px;
	color:#FFF;
}
#mmenu a {
	text-decoration:none;
	color: #FFF;
}
#mmenu a:hover{
	text-decoration:underline;
	color: #FFF;
}
#izq{
	position:relative;
	background-color: #FFF;
	left:0px;
	width:165px;
	line-height:17px;
}
#izq a {
	text-decoration:none;
	color: #666;
	font-weight:bold;
}
#izq a:hover{
	text-decoration:underline;
	color: #666;
	font-weight:bold;
}
#centroconv{
	position: relative;
	background-color: #FFF;
	width:950px;
	left:10px;
	margin-right: 2px;
}
#der{
	position:relative;
	background-color:#FFF;
	left:8px;
	width:165px;

}
#foot{
	position:relative;
	background-color:#FFF;
	top:0px;
	width:900px;

}
#foot a {
	text-decoration:none;
	color: #000;
}
#foot a:hover{
	text-decoration:underline;
	color: #000;
}
#cont{
	font-size:16px;
	font-weight:bold;
	
}
#mensaje{
	font-size:12px;
	font-weight:bold;
	color:#F00;
}
#caja{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #999;
	background: #FFF;
}
.titulo{
	font-size:12px;
	font-weight:bold;
	
}
