@charset "utf-8";
/* CSS Document */
#sidebar input{
	margin-bottom:6px;
}
.requerido{
	color:#ec008c;
}
/*FORMS---------------------------*/
#formulario{
	width:490px;
	padding:0 0 10px 90px;
	border-bottom:1px solid #000;
}
#formulario .separador{
	border-bottom:1px solid #ddd;
	float:right;
}
#formulario .last{
	border:0;
	float:right;
}
.separador p{
	margin:5px 0;
	line-height:26px;
}
.form-izq{
	width:150px;
	float:left;
}
.form-der{
	width:340px;
	float:right;
}
/*INVITACIONES-------------------------------*/
#invitaciones legend{
	font-size:1.8em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-right:5px;
}
#invitaciones fieldset{
	border-top:1px solid #ec008c;
}
.invi{
	border-bottom:1px solid #ec008c;
	padding-bottom:5px;
	margin-bottom:35px;
}
/*POPUPS-------------------------------------*/
body#popup{
	background-color:#FFF;
	background-image:none;
}
#popup table{
	background-color:#FFF;
	text-align:center;
	margin:0 auto;
}
#popup p {
	margin:5px 0;
}
#popup table td{
	vertical-align:top;
	line-height:20px;
}
#popup h2{
	font-family:Century Gothic,Verdana,Arial,Sans-Serif;
	color:#F60;
	border-bottom:2px solid #F60;
	font-weight:bold;
	font-size:1.6em;
	padding:16px 0 6px 0;
}
#popup h3{
	font-size:2.0em;
	color:#000;
}
#popup .pequeno{
	text-align:center;
	font-size:0.7em;
	color:#CCCCCC;
}
#popup .error p{
	border-top:1px solid #F60;
	border-bottom:1px solid #F60;
	padding:10px;
}
/*MINI ENCUESTAS----------------*/
#sidebar h5{
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar #encuesta p{
	font-size:1.1em;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
/*Texto en FLYER-----------------------*/
#flyerText {
	position:absolute;
	left:120px;
	padding:5px;
	top:430px;
	width:150px;
	height:11px;
	z-index:1;
	color:#FF00FF;
	background-color:#FFFFFF;
}
#flyerText p{
	font-size:10px;
	line-height:10px;
	margin:0;
}