@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto', sans-serif;
}
a{
	color: #09C;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
.container {
	background-color: #eceded;
	padding: 20px 40px;
}
.campo{
	margin-bottom:20px;
}
.campo input, .campo select{
	height:22px;
	border:#999;
	margin-left:15px;
	border:1px solid #999;
	font-size:14px;
}
h1{
	font-weight:300;
}
h2{
	margin-bottom:25px;
	border-bottom:1px solid #999;
	padding-bottom:15px;
}
h3{
	margin:25px 0;
}
#botonera{
	background-color:#000;
	margin-top:5px;	
}
#botonera ul{
	list-style: none;
	height:1%;
	overflow: hidden;
}
#botonera ul li{
	float:left;
}
#botonera ul li a{
	color:#FFF;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	width:266px; 
	text-align:center;
	padding:15px 0;
}
#botonera ul li a:hover{
	background-color: #666;	
}
.container{
	height:1%;
	overflow:hidden;
}
.colizq{
	width:510px;
	float:left;
}
.colder{
	width:210px;
	float:left;
}
.colder h2{
	font-size:36px;
	line-height:35px;
	margin-bottom:15px;
}
.btn_inscr{
	float:left;
	display:block;
	background-color:#333;
	color:#FFF;
	font-size:15px;
	padding:10px 30px;
	width:85px;
	margin-right:15px;
	margin-top:20px;
}
.entrada{
	float:left;
	display:block;
	width:350px;
	margin-top:20px;
}
.lugar{
	font-size:13px;
	line-height:26px;
}
.horario{
	margin-bottom:10px;
}
.item_anterior{
	margin-bottom:15px; 
	padding:15px;
	border:1px dashed #999999;
	width:80%;
}
.item_anterior:hover{
	background-color:#ddd;
}
.btn{
	background-color:#333;
	color:#FFF;
	padding:7px 20px;
}
#marca, #desfile_de_prendas, #expositor{
	display:none;
}
textarea{
	width:100%;
	border:1px solid #999;
}