@charset "utf-8";
/* CSS Document */

.barra{
    /*background: #ff3019; color de la barra*/
	background:#0099CC;
    background: -moz-linear-gradient(top, #0099CC 0%, #0066CC 100%);
    background: -webkit-linear-gradient(top, #0099CC 0%,#0066CC 100%);
    background: linear-gradient(to bottom, #0099CC 0%,#0066CC 100%);
    clear: both;
    height: 25px;
    color: white; /*color de la fuente*/
    font-weight: bold;
    text-align: right;
    padding: 6px;
    border-radius: 4px;
    max-width: 356px;
    min-width: 25px;
 }

.invitados{ /*ESTILO DEL TEXTO VOTOS: 2*/
    float: right;
	font-size:12px;
	
}

*{
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
}

body{
/*    background: #464646;     
	background-image:url(images/Fondo.jpg);*/
	background:#FFFFFF;
	
}
a{/*estilo de los href*/
    text-decoration: none;
    /*color: red;*/
	font-size:16px;
}
.fr{ /*ESTILO DEL TEXTO VOTOS: 2*/
    float: right;
	font-size:12px;
	
}
.fl, .votar{ /*CAMBIAR ESTILO*/
    /*float: left;*/
	font-size:10px;
}
.cf{
    clear: both;
}
.wrap{
    padding: 25px;
	background-image:url(../encuesta/images/interface.jpg);
    margin: 0 auto;
    /*
	background: #F3F3F3;
	width: 600px;
	border-radius: 4px;
	border: 1px solid #E0E0E0;*/
	width:1000px;  
    height:600px; 
    position:relative; 
	
	/*   */
    
    margin-top: 0px;    
	background-repeat: no-repeat;
}
.result{
    padding: 25px;
    margin: 0 auto;
    /*
	background: #F3F3F3;
	width: 600px;
	border-radius: 4px;
	border: 1px solid #E0E0E0;*/
	width:400px;  
    height:200px; 
    /*position:relative; */
	
	/*   */
    
    margin-top: 10px;    
	background-repeat: no-repeat;
}
h1{ /*CAMBIAR ESTILO*/
    margin-bottom: 20px;
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    text-align: center;
}
h2{
    margin-bottom: 20px;
    font-size: 38px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    text-align: center;
}
form > div{
    margin-bottom: 20px;
}
form .titulo{
    margin-right: 20px;
}
form label{
    display: block;
}
form input[type='text'], select{
    border: 1px solid #E0E0E0;
    padding: 6px;
    resize: none;
}
form input[type="submit"]{
    padding: 8px 16px;
    background: gray;
    border: 0;
    display: block;
    font-weight: bold;
    color: white;
    border-radius: 6px;
}
form input[type="submit"]:hover{
    background: #505050;
}
ul.votacion{
    margin-bottom: 25px;
    list-style: none;
}
.votacion li{
    padding: 8px;    
	background-color:#E9E9E9; /*background de las respuetas*/
    border-radius: 5px;
    margin-bottom: 5px;
}
.votacion li:hover{
    background: white;
}
.votacion li a{
    color: gray;	
    font-weight: bold;
    font-size: 16px;
}
.votacion li a:hover{
    color: black;
}
.votacion li span{
    margin-left: 10px;
}
.votacion .fl{
    margin-bottom: 5px;
}
.volver{
    display: block;
    padding-top: 15px;
    clear: both;
}
.resultado{
    /*float: left;*/
    margin-left: 10px;
    margin-top: 7px;
    color: black;
}

input[type="radio"] + label span{
    display: inline-block;
    width: 19px;
    height: 19px;   
}