@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }

img,form {border:0; margin:0}

.fondo_izq {
	background-repeat: no-repeat;
	background-position: left top;
}

.fondo_der {
	background-repeat: no-repeat;
	background-position: right top;
}

.fondoverticalderecharepe {
	background-repeat: repeat-y;
	background-position: right bottom;
}
.fondoverticalizquierdarepe {
	background-repeat: repeat-y;
	background-position: left bottom;
}

.texto_uno {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.texto_uno a:link {
	text-decoration: none;
	color: #CCCCCC;
}

.texto_uno a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.texto_uno a:hover {
	text-decoration: none;
	color: #CC9999;
}

.texto_cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size:12px;
}

.texto_cabecera a:link {
	text-decoration: none;
	color: #CCCCCC;
}

.texto_cabecera a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.texto_cabecera a:hover {
	text-decoration: none;
	color: #CC9999;
}

.texto_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EFEFEF;
}

.texto_mini a:link {
	color: #EFEFEF;
	text-decoration: none;
}

.texto_mini a:visited {
	color: #EFEFEF;
	text-decoration: none;
}

.texto_mini a:hover {
	color: #CC9999;
	text-decoration: none;
}

.texto_rosa {
	color: #FF99CC;
}

.texto_rosa a:link{
	color: #FF99CC;
}

.texto_rosa a:visited{
	color: #FF99CC;
}

.texto_rosa a:hover{
	color: #CC6699;
}

/* ----------------------------------------------*/
/* ------------ Estilos de Boton --------------- */

.boton_enviar_comentario {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6666;
	width:200px;
    /* background:#86BEA7;
    border:0px;
	font-weight:bold;
	height:19px; */
    }    

/* ----------------------------------------------*/
/* ------------ Estilos de Formularios --------------- */

.input
{
	border: 1px solid #ce271c;
	background-color:#8b1714;
	width:130px;
	height:12px;
	padding:2px;
	padding-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:-1px;
	color:#fff;
	margin-bottom:5px;
}

.entrada_form	{ 
	color: #333333;
	background-image: url(../images/deg_textarea_rosa.gif);
	background-repeat:  repeat-x;
	BORDER: #999999 1px solid 
}

.entrada_form type:file	{ 
	color: #333333;
	background-image: url(../images/deg_textarea_rosa.gif);
	background-repeat:  repeat-x;
	BORDER: #999999 1px solid 
}

.textarea_form	{ 
	color: #333333;
	background-image: url(../images/deg_textarea_rosa.gif);
	background-repeat:  repeat-x;
	BORDER: #CC9999 1px solid 
}

/* ----------------------------------------------*/


/* ---------------- DIV CSS --------------------- */

#contenedor_total {
    display: table;
	background:url(../images/fondo_joana_00.jpg) no-repeat;
    height: 100%;
    width: 100%;
    margin: 0;
}

#contenido {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#contenedor_flash
{
	margin: 0 auto;
	width:880px;
	height:600px;
}

#correccion_flash{ 
   position:absolute; 
   top:50%; 
   left:50%; 
   width:880px; 
   height:600px; 
   margin-left:-440px; 
   margin-top:-300px; 
}

#horizonte        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility:hidden;
	display: block
	}

#contenedor_horizonte    
	{
	margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible
	}
