/******************************************************************************************************************/
/********************************************** REDALONE STYLE v.3.0 **********************************************/
/* Desarrollo por Pedro Bosch */
/* Modificado para Tu IVA */
/* 03/06/2010 */
/* http://www.nolose.es */
/* Esta obra está bajo una licencia Reconocimiento - NoComercial - SinObraDerivada 3.0 España de CreativeCommons. */
/******************************************************************************************************************/

body {
	margin-bottom: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.titulo_gris {
	font-family: arial;
	font-size: 18px;
	color: #252525;
}

.titulo_gris_link {
	font-family: arial;
	font-size: 18px;
	color: #252525;
}
.titulo_gris_link:link{color: #252525; text-decoration: none}
.titulo_gris_link:visited{color: #252525; text-decoration: none}
.titulo_gris_link:hover{color: #0D8FD9; text-decoration: none}
.titulo_gris_link:active{color: #0D8FD9; text-decoration: none}

.titulo_azul {
	font-family: arial;
	font-size: 18px;
	color: #0D8FD9;
}

.seccion_azul {
	font-family: arial;
	font-size: 60px;
	color: #0D8FD9;
}

.subseccion_gris {
	font-family: arial;
	font-size: 18px;
	color: #252525;
}

.subseccion_blanco {
	font-family: arial;
	font-size: 18px;
	color: #FFFFFF;
}

.texto {
	font-family: arial;
	font-size: 13px;
	color: #252525;
}

.texto_link {
	font-family: arial;
	font-size: 13px;
	color: #252525;
}
.texto_link:link{color: #252525; text-decoration: none}
.texto_link:visited{color: #252525; text-decoration: none}
.texto_link:hover{color: #0D8FD9; text-decoration: none}
.texto_link:active{color: #252525; text-decoration: none}

.texto_azul {
	font-family: arial;
	font-size: 13px;
	color: #0D8FD9;
}

.texto_azul_link {
	font-family: arial;
	font-size: 13px;
	color: #0D8FD9;
}
.texto_azul_link:link{color: #0D8FD9; text-decoration: none}
.texto_azul_link:visited{color: #0D8FD9; text-decoration: none}
.texto_azul_link:hover{color: #252525; text-decoration: none}
.texto_azul_link:active{color: #0D8FD9; text-decoration: none}

.texto_rojo {
	font-family: arial;
	font-size: 13px;
	color: #FF0000;
}

.texto_rojo_link {
	font-family: arial;
	font-size: 13px;
	color: #FF0000;
}
.texto_rojo_link:link{color: #FF0000; text-decoration: none}
.texto_rojo_link:visited{color: #FF0000; text-decoration: none}
.texto_rojo_link:hover{color: #FF0000; text-decoration: none}
.texto_rojo_link:active{color: #FF0000; text-decoration: none}

.texto_oferta {
	font-family: arial;
	font-size: 13px;
	color: #0D8FD9;
	letter-spacing: -0.3px;
}

.texto_mediano_azul {
	font-family: arial;
	font-size: 18px;
	color: #0D8FD9;
}

.texto_mediano_naranja {
	font-family: arial;
	font-size: 18px;
	color: #FF6600;
}

.gris_peque {
	font-family: arial;
	font-size: 11px;
	color: #252525;
}

.gris_peque_link {
	font-family: arial;
	font-size: 11px;
	color: #252525;
}
.gris_peque_link:link{color: #252525; text-decoration: none}
.gris_peque_link:visited{color: #252525; text-decoration: none}
.gris_peque_link:hover{color: #0D8FD9; text-decoration: none}
.gris_peque_link:active{color: #252525; text-decoration: none}

.gris_peque_claro {
	font-family: arial;
	font-size: 11px;
	color: #9A9A9A;
}

.error {
	font-family: arial;
	font-size: 22px;
	color: #FF0000;
}

.pago_no {
	font-family: arial;
	font-size: 18px;
	color: #FF0000;
}

.pago_ok {
	font-family: arial;
	font-size: 18px;
	color: #339900;
}

/********************************************************/
/**********************ALIENACIONES**********************/

.align_der {
	text-align: right;
}

.align_izq {
	text-align: left;
}

.align_cen {
	text-align: center;
}

.align_jus {
	text-align: justify;
}

/********************************************************/
/************************IMAGENES************************/

.head {
	background-image: url(../imagenes/fondo_top.gif);
	text-align: right;
}

.foot {
	background-image: url(../imagenes/fondo_foot.gif);
}

/********************************************************/
/*********************MENU JAVASCRIPT********************/

.buttonscontainer {width: 770px;}
.buttonscontainer2 {width: 200px;}

.buttons a {
color: #333333;
background-color: #CCCCCC;
padding-top: 9px; padding-bottom: 8px;

border-left: 4px solid #CCCCCC;
border-right: 4px solid #CCCCCC;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {
border-left: 4px solid #333333;
border-right: 4px solid #333333;
text-decoration: none;
color: #333333;}

A.menu:link{text-decoration:none;color:#333333}
A.menu:visited {text-decoration:none;color:#333333}
A.menu:active {text-decoration:none;color:#333333}
A.menu:hover {text-decoration:none;color:#FFFFFF; background-color: #333333}

/********************************************************/
/**********************ESTILOS AJAX**********************/

#capainicio{
	position:relative;
}

#capaautentificacion{
	position:relative;
	display:none;
}

#capaautentificacion2{
	position:relative;
	display:none;
}

#capafinal{
	position:relative;
}
