*{
	padding:0;
	margin:0;
	}
code{
	margin:5px;
	font-size:11px;
	height:150px;
	overflow:auto;
	
	width:500px;
	display:block;
	padding:5px;
	}
#pagerank{
	width:790px;
	margin:5px auto;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	background-color:#FFFFFF;
	text-align:right;
	}
	#pagerank a{
		color:#669900;
		}
		#pagerank a:hover{
			color:#333333;
			}
#galleries{
	width:790px;
	margin:5px auto;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:right;
	}
	#galleries p{
		color:#FFFFFF;
		}
	#galleries a{
		color:#FFF;
		}
		#galleries a:hover{
			color:#669900;
			}
body{
	background-color:#000;
	background-image:url(..//images//fundo_repeat.jpg);
	}
#head{
	width:100%;
	height:145px;
	background-image:url(..//images//header_fundo.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}
#wrap{
	width:790px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	}
#menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height:35px;
	line-height:18px;
	text-align:center;
	background-image:url(..//images//menu_fundo.jpg);
	}
	#menu a{
		display:block;
		float:left;
		color:#98CB00;
		text-decoration:none;
		letter-spacing:1px;
		margin-left:5px;
		margin-right:5px;
		padding:5px;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
		#menu a:hover{
			color:#FFF;
			background-image:url(..//images//menu_a.jpg);
			background-repeat:repeat-x;
			}
		#menu a.current{
			background-image:url(..//images//menu_a.jpg);
			background-repeat:repeat-x;
			}
			#menu a.current:hover{
				color:#000000;
				}
br.clear{
	clear:both;
	}
img{
	border:0;
	}
#content{
	margin-top:5px;
	}
	#content #main{
		width:550px;
		background-image:url(..//images//fundo_content.jpg);
		background-repeat:repeat-x;
		float:left;
		}
	#content #main2{
		width:550px;
		background-image:url(..//images//fundo_content.jpg);
		background-repeat:repeat-x;
			margin:0 auto 0 auto;
		}	
	#content #aux{
		background-image:url(..//images//fundo_content.jpg);
		background-repeat:repeat-x;
		width:230px;
		margin-left:10px;
		float:left;
		}
		#content #aux a{
			text-decoration:none;
			}
#content #aux1{
		background-image:url(..//images//fundo_content.jpg);
		background-repeat:repeat-x;
		width:220px;
		margin-left:10px;
		float:left;
		}
		#content #aux a{
			text-decoration:none;
			}
#footer{
	margin:5px;
	background-image:url(..//images//header_fundo.jpg);
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-size:12px;
	text-align:center;
	background-position:bottom;
	}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:19px;
	margin:5px;
	color:#333333;
	}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#666666;
	margin:5px;
	
	padding-bottom:5px;
	
	font-weight:normal;
	}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#999999;
	font-weight:normal;
	text-align:center;
	
	line-height:20px;
	padding-bottom:5px;
	margin-top:6px;
	}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#666;
	margin:10px 5px 5px 5px;
	line-height:18px;
	padding-bottom:5px;
	
	font-weight:normal;
	}
#content a{
	color:#669900;
	}
	#content a:hover{
		color:#990066;
		}
ul{
	list-style-type:none;
	margin:10px;
	}
li{
	line-height:18px;
	padding-bottom:2px;
	
	margin-bottom:5px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	li a{
		text-decoration:none;
		}

div.client{
	width:255px;
	margin-left:5px;
	margin-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	
	float:left;
	}
		
.tusencuestas_encuesta
{
    /* Define aquí los estilos de la encuesta en general */
    /* Por ejemplo, dale un color de fondo:
    background-color: #f2f2f2;
    */
	background-color: #EFEFEF
}

.tusencuestas_pregunta
{
    /* Define aquí el estilo de la pregunta */
    /* Por ejemplo, haz que el título de la encuesta (la pregunta) esté en negrita
    font-weight: bold;
    */
	font-weight: bold;
}   

.tusencuestas_respuestas
{
    /* Define aquí el estilo de las respuestas */
    /* Por ejemplo, haz que las respuestas estén en azul:
    color: blue;
    */
	color: #990066;
} 

.tusencuestas_inferior
{
    /* Define aquí el estilo de la parte inferior de la encuesta */
    /* Por ejemplo:
    font-size: 9px;
    color: blue;
    */
	color: #000000;
}

a.tusencuestas_inferior
{
    /* También referido a la parte inferior, pero en particular a los enlaces*/
    /* Por ejemplo:
    color: red;
    */
	color: red;
}

input.tusencuestas_inferior
{
    /* También referido a la parte inferior, pero en particular al botón de votar */
    /* Por ejemplo:
    font-family: verdana,tahoma,sans-serif;
    font-size: 10px;    
    color:black;
    text-decoration:normal; 
    border: 1px groove black;
    */
	font-family: verdana,tahoma,sans-serif;
    font-size: 10px;    
    color:black;
    text-decoration:normal; 
    border: 1px groove black;
}	

/*---:[ video box styles ]:---*/
	#video_box { background:#700F42; border-bottom: 10px solid #700F42; border-top: 10px solid #700F42;}

.myForm td, input, select, textarea, checkbox {
		font-family: Century Gothic;
		font-size: 12px;
	}

	.myForm td {
		color: white;
	}

	.myForm {
		background-color: #98CB00;
		border: 3px solid #000000;
		padding: 5px;
	}

	.required {
		color: red;
	}

	#ssImg img {
		background: white;
		border: 1px gray;
	}

