body {
	background-color: #C1C7C5;
	margin: 0 auto;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

h1 {
	font-size: 28px;
	font-family: 'Open Sans Condensed';
	display: block;
	border-bottom: 1px solid #C1C7C5;
}
h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed';
}

p {
	font-size: 12px;
}

a {
color: #333;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.wrapp {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #000;
	border-top: 5px solid #353535;
}

.content {

}

.header {
	_margin: 11px 16px 16px 16px;
}

.header img {
border: none; 
}



.texto{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.texto p img {
	margin-right: 10px;
	float: left;
}

.nota {
font-size: 11px;
}

.titulo{
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
}


#form {
		  font-size: 11px;
}

label{
font-weight: bold;
}
	#form h2{
			font-size:16px;
			color: #51265A;
			margin: 0 auto;
			padding: 0;}


	#form .campo {
	border: 1px solid #999;
	padding: 5px;
	font-size: 12px;
}

	#form .error {
			border: 1px solid #e5331f;
			padding: 0.3em;
			font-size: 12px;}

	#form .com {
			border: 1px solid #e5331f;
			padding: 0.3em;
			font-size:12px;
		width:22em;
			height: 6em;
			;}

	#form .com-error {
			border: 1px solid #e5331f;
			padding: 0.3em;
			font-size: 12px;
		
			}
			
	#form br {
	line-height: 20px;
	}

  
	 #error {
		  border: 1px dashed #e5331f;
		  background-color: #ffffff;
		  padding: 5px;}

	 #ok {
			font-size: 18px;
			color: #51265A;

		}
		
table p {
margin-bottom: 10px;
}

.patrocinadores {
	background-color:#FFFFFF;
	color: #000000;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 5px solid #C1C7C5;
}



#cssmenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	font-size:14px;
	font-weight:bold;
	background:transparent url(../img/nav_bg.png) repeat-x top left;
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

#cssmenu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
#cssmenu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
#cssmenu li a:hover
{
	color:#FFFFFF;
	height:22px;
	background:transparent url(../img/nav_bg.png) 0px -30px no-repeat;
}
	

#cssmenu li.active a
{
	display:inline;
	height:22px;
	background:transparent url(../images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
	color:#FFFFFF;
}

.masinfo{
	color: #363636;
	padding: 20px 0px 0;
	font-weight: bold;
	text-align: right;
	font-family: 'Open Sans Condensed', arial, "sans serif";
	font-size: 14px;
}

.fecha{
	color: #000000;
	padding: 10px;
	text-align: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	background-color: #C1C7C5;
	border-top: 1px solid #353535;
}

.patrocina {
	margin: 0 0 10px;
	font-weight: bold;
}

.verde {
	color: #333333;
	font-size: 13px;
}

#ponente{
	width: 100%;
	margin-bottom: 15px;
}

#ponente h3{
	font-size: 16px;
	text-transform: uppercase;
}
#ponente strong{
	font-size: 14px;
}
.ponente {
	width: 250px;
}


#ponente  img {
	margin-right: 10px;
	float: left;
}
.clear{
clear: both;
}

input[type="button"] {background:#C1C7C5; font-size:16px; line-height:20px; color:#333; display:inline-block; padding:6px 20px 5px 20px; border-radius:5px; box-shadow:0 1px 1px #fff;

font-family: 'Open Sans Condensed';
font-weight: bold;
cursor: pointer;
}
input[type="button"]:hover {background:#000; color:#fff;}