/* --------------------- RESET -----------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-weight: normal;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border: none;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --------------------- LAYOUT -----------------------*/
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000 url(../images/fondo_body2.jpg) top center no-repeat;
	height: 100%;
}
#contenedor-principal {
	width: 277px;
	margin: 20px auto 10px auto;
}
#contenedor-principal2 {
	width: 277px;
	margin: 40px auto 10px auto;
	padding-top:40px;
}
#borde-superior-azul {
	width: 277px;
	height: 22px;
	background: url(../images/borde_superior.gif) bottom no-repeat;
}
.imagen img {

}
.contenedor-interno {
	width: 230px;
	padding: 10px 23px 5px 24px;
	background: url(../images/fondo_trama.gif) repeat;
	clear: both;
}
#contenedor-pregunta {
	width: 204px;
	padding: 7px 13px 0 13px;
	background: #F7F7F7 url(../images/fondo_caja_pregunta.gif) repeat-y;
	color: #333;
	font-weight: bold;
}
#contenedor-pregunta p {
	font-weight: bold;
}
select, input {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	border-left:1px solid #DEDEDE;
	border-top:1px solid #DEDEDE;
	border-right:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
}
input {
	margin-left: 5px;
	padding-left: 3px;
	width: 195px;
}
#borde-inferior-pregunta {
	width: 230px;
	height: 16px;
	background: url(../images/borde_inferior_caja_pregunta.gif) top no-repeat;
}
.acierta {
	font-weight: bold;
	margin: 10px 35px 10px 13px;
	font-size: 13px;
	line-height: 110%;
}
.borde-blanco {
	padding: 5px;
	background: #FFF;
	margin-left: 13px;
}
.amarillo {
	font-weight: bold;
	margin: 10px 40px 10px 13px;
	color: #F0CE0F;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 10px 0 0 13px;
}
#contenedor-responder {
	width: 277px;
	background: url(../images/fondo_responder.gif) no-repeat;
	height:46px;
	margin:0;
	padding:0;
}
.boton-form {
	height: 24px;
	width: 121px;
	background:url(../images/boton_responder.gif) top;
	border: none;
	overflow: visible;
	cursor: pointer;
	margin: 10px 0 0 140px;
}

.b-enviar {
	height: 24px;
	width: 121px;
	background:url(../images/boton_responder.gif) top;
	margin: 10px 0 0 140px;
}
.b-enviar:hover {
	
	background:url(../images/boton_responder_on.gif) top;
	
}
.b-enviar2 {
	height: 24px;
	width: 121px;
	background:url(../images/boton_entrar.gif) top;
	margin: 10px 0 0 140px;
}
.b-enviar2:hover {
	
	background:url(../images/boton_entrar_on.gif) top;
	
}
.b-ing {
	width: 208px;
	margin: 10px 0 0 53px;
}
.centrado {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}
.centrado a:link, .centrado a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.centrado a:hover {
	color: #F0CE0F;
}
#degr-separador {
	width: 230px;
	height: 20px;
	background: url(../images/fondo_degr_separador.gif) no-repeat;
}

#dos-borde-superior-azul {
	width: 277px;
	height: 10px;
	margin-top: 60px;
}

.visita, .visitados, .visitados2 {
	font-size: 11px;
	font-weight: bold;
	color: #F0CE0F;
	padding-top: 18px;
}
.visitadosxp {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	margin:0 0 0 -10px;
}
.visita {
	margin: 0 0 35px 5px;
}
.visitados {
	margin: 5px 5px 0 5px;
	padding:0;
}
.visitados2 {
	margin: 10px 5px 0 5px;
	padding:0;
}
.visita a:link, .visita a:visited, .visitados a:link, .visitados a:visited {
	color: #F0CE0F;
	font-weight: bold;
}
.visita a:hover, .visitados a:hover {
	color: #FFF;
}
.visitados2 a:link, .visitados2 a:visited {
	color: #F0CE0F;
	font-weight: bold;
}
.visitados2 a:hover {
	color: #FFF;
}

.imagen {
	width:100%;
	height:304px;
	display:block;
	clear:both;
	margin:0;
}
.med1 {
	height:309px;
}
.med4 {
	height:197px;
}
.logo_b {
	margin:20px 0;
}
.margT {
	margin-top:20px;
}
.imag3 {
	margin:20px 0 0 -25px;
}
.forca {
	color:#FF0000;
	font-size:22px;
	font-weight:bold;
	margin-top:20px;
}
.sm_txt {
	font-size:10px;
	text-align:left;
}

.aviso {
	background: url(../images/fondo_trama.gif) repeat;
	text-align:center;
	padding:0 0 0 0;
	margin:0;
}
.aviso p{
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
	margin:0;
	padding:0;
}
.med5 {
	height:170px;
}
.imag_supe {
	height:22px;
	overflow:hidden;
}
.b-enviar2z {
	height: 24px;
	width: 121px;
	background:url(../images/boton_enviar.gif) top;
	margin: 10px 10px 0 0;
	float:right;
}
.b-enviar2z:hover {

	/*background:url(../images/boton_entrar_on.gif) top;*/

}
a.al_cent {
	margin:0 auto 0 auto;
	display:block;
	width:121px;
	padding-top:10px;
}
a.al_let {
	margin:10px 0 0 10px;
	float:left;
}
.med455 {
	height:181px;
}
.med44 {
	height:197px;
}