:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
address { font-style:normal }

html {margin:0px;padding:0px;}
body {margin:0px;padding:0px;font-family:Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;font-size: 16px;
background:#66ccff url("../img/homeBg.png") left top repeat-x}

#pestana
{
	background-color: #4AB0D7;
    padding: 5px 20px;
	margin: auto;
	text-align: left;
	float: right;
    font-size: 17px;
}

#pestana form input.text
{
  width: 70px;
  padding: 1px 3px;
}


.selectron
{
	height: 80px;
	text-align: left;
    color: black;
}

.selectron .inputGrande
{
width: 400px;
color: #330033;
background-color: #ffffff;
padding: 6px;
border: 1px solid #96c1d3;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 25px;
}

.nota

{
font-family: Georgia,"Times New Roman",Times,serif;
font-style: italic;
}

.selectron span.nota

{
display: block;
margin-left: 50px;
font-size: 12px;
color: #8796a6;
}

.selectron div
{
	float: left;
	width: 120px;
	height: 50px;
	padding: 10px;
	text-align: right;
	font-size: 22px;	
}

button, a.button, a.button:link, a.button:visited {
    	color: #fff;
    	background-color: #f64e2d; /* full secondary color */
    	margin: 0 0 0 1em;
    	padding: 8px 15px;
    	font-size: 1.3em;
    	border: 1px solid #CC0000; /* light secondary color */
    	border-right-color: #FF9933;
    	border-bottom-color: #FF9933;
    	cursor: pointer;
    }
		a.button:hover {
			text-decoration: none;
		}
    /* ff2 */
    button, a.button, x:-moz-any-link {
    	padding:.2em 8px .15em;
    }
    /* ff3 */
    button, a.button, x:-moz-any-link, x:default {
    	padding:.21em 8px .19em;
    }
    /* safari: */
    html[xmlns*=""] body:last-child button,
    html[xmlns*=""] body:last-child a.button {
    	padding:.25em 12px .25em;
    }
    /* ie: */
    button, a.button {
      *margin-left:4px;
    	*padding:0;
    }

    button.alt-button {
    	color: #00a8ff;
    	background-color: #fff;
    	border-color: #ccc #999 #999 #ccc
    }


#encabezado
{
  /*	background: #AF2B2E url('../img/fondoEncabezado.jpg') bottom left;*/
	color: white;
	position: relative;
    height: 130px;
    width: 860px;
    padding: 0  0px;
    margin: 0 auto;

}

#contenido, #contenido2
{
	width: 800px;
	margin: 20px auto;
	padding: 0 30px;
	color: #3F3F3F;
    background-color: #AFEAFF;
    border: 2px solid #D7F4FF;
}
#pie
{

    border-bottom: 0;
	height: 35px;
	text-align: center;
    margin: auto;
    margin-top: 50px;
	width: 860px;

}

/* TEXTOS */

a:link{color: mediumblue;}
a:visited{color: #3366ff}
a:hover{text-decoration: underline;}
a:active{background-color: #AF2B2E; color: white;}
.centrado {	text-align: center; }
.derecha {	text-align: right; }
.izquierda {	text-align: left; }

em
{
	font-style: normal;
	background-color: white;
	color: black;
	padding: 5px;
}

.small
{
	font-size: .8em;
}

#contenido h1 {
	font-weight:100;
	letter-spacing:-1px;
	font-size:2.5em;
	margin: 0px;
	padding-top:10px; 
	color: black;
	padding-bottom: 5px;
}

#contenido h2 {
	font-weight:100;
	letter-spacing:-1px;
	font-size:1.4em;
	margin:12px 0px 0px 0px;
	font-style:italic;
	color:#AF2B2E;
	border-bottom:3px solid whitesmoke ;
	padding-bottom: 5px;
}

h3 {
	font-weight:100;
	font-size:1.4em;
	margin-top:16px;
	padding-bottom: 5px;
	letter-spacing:-1px
}

#contenido p {
line-height:150%;
}

span.pregunta
{
	font-size: 1.5em;
	color:#333;
	font-weight: 100;

}
span.anotacion
{
	color: gray;
	font-size: .9em;
}

span.obligado
{
	color: #ff9966;	
}

ul
{
	margin-left: 25px;	
}
ul li
{
	padding: 5px;
	list-style-type: square;	
}

/* CREAR ENCUESTA */

.mono
{
  font-family: monospace;
}


.espacioPregunta
{
	border: 0px solid red;
	padding: 0 0 30px 0;
	border: 0px solid red;


}

.numeroPregunta
{
	font-size: 50px;
	text-align: center;
	height: 80px;
	width: 70px;
    float: left;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 80px;
	background: orange url("../img/fondoPie.jpg") 0 -10px;
    border: 1px solid #FF3300;
    border: 1px solid #FF3300;
	color: white;
}

.textoPregunta
{
	margin-left: 100px;
      border: 0px solid #FF3300;

}

.opcionesRespuesta
{
	margin-left: 100px;
	border: 0px solid black;	
}

.respuestasPosibles
{
	margin-left: 100px;
}

td.estrella
{
	border: 0px solid silver;
	text-align: centeR;
	width: 50px;
	padding-top: 15px;
	background: transparent url('../img/estrella.png') center top no-repeat;
	line-height: 50px;	
}


td.sionosi
{
	border: 0px solid silver;
	text-align: centeR;
	width: 100px;
	line-height: 50px;
	font-size: 30px;
	color: green;	
}

td.sionono
{
	border: 0px solid silver;
	text-align: centeR;
	width: 120px;
	line-height: 50px;
	font-size: 30px;
	color: red;	
}

/* INDEX */

.divDerecha
{
	background-color: whitesmoke;
	padding: 0 20px;
	margin: 20px 0;
	border-left: 5px dotted gainsboro;
}
td.central
{
	background: transparent url('../img/fondoZigZag.gif') center top repeat-y;
}

#botonMain {

	clear: both;
	}
#botonMain a:link,
#botonMain a:visited {
	display: block;
	margin: 10px 0 30px 0;
	padding: 23px 0 28px;
	text-align: center;
	color: #fff;
	font-size: 30px;

	background: url('../img/botonzaso.gif') center top no-repeat;
	}
#botonMain a:hover {
	   text-decoration: underline;
	   color: black;
	}
#botonMain a:link span,
#botonMain a:visited span,
#botonMain a:hover span {
	color: beige;
	font-size: 16px;
	text-decoration: none;
	}

#botonMain a:hover span
{
	color: black;
	text-decoration: underline;
}

#todoAcerca {
	overflow: hidden;
	clear: both;
	padding: 30px 0;
	}
#todoAcerca h1, h2 {
	font-size: 1.1em;
	color: #600;
	font-weight: normal;
	line-height: 1em;
	font-style: normal;
}

#todoAcerca h1 {
	font-size: 2em;
	color: #D31900;
    margin-bottom: 15px;
}

#todoAcerca h2{
    font-weight: bold;
color: black;
    margin-top: 15px;
}


#todoAcerca a
{
	text-decoration: underline;
}

#todoAcerca em
{
	background-color: white;
    padding: 0;
}

#todoAcerca p
{
	margin-bottom: 2em;
    line-height: 150%;
    color: #3F5667
}



/* PASO III*/
#tablaPaso3 td
{
	padding: 20px;
		
}

/* VER ENCUESTA */
#mensajeSaludo
{
	background: url('../img/fondoRojo.png');
	padding: 20px;
    margin-top: 20px;
	font-size: 1.3em;
	color: white;	
}
#nombreSaludo
{
	background: url('../img/fondoSaludo.png') left top no-repeat;
	float: right;
	padding-left: 50px;
	padding-top: 30px;
		font-size: 200%;
	color: #4b4740; 
}

/* VER RESULTADOS */
.respuestasOpcionMultiple
{
	border-collapse: collapse;
}
.respuestasOpcionMultiple td
{	
	padding: 5px;
	border-bottom: 1px solid linen;
}
.contenedorResultadosAbiertas
{
	height: 150px;
	overflow: auto;
	border: 1px solid silver;	
}
.contenedorResultadosAbiertas ul li
{
	padding-bottom: 0;	
}

/* MENSAJERĶA */

.mensaje
{
	padding: 10px;
	margin-top: 10px;
}
.error
{
	background-color:  beige;
	color: red;
	border: 1px solid red;
}

.alerta
{
	padding: 20px;
	margin-bottom: 20px;
	background-color: Moccasin;
	color: #300;	
}
.exito
{
	border: 1px solid green;
	color: green;
	background-color: greenyellow;
}

/* FORMAS */
.gigantona
{
    font-size: 21px;
    font-weight: normal;

}

input, textarea
{
	font-family:Monospace;
	color: black;
}

.boton
{
	color: black;
	margin: 0;	
   /*	padding: .2em;  */
}
