/******************************************************************************************************************/
/********************************************** REDALONE STYLE v.3.0 **********************************************/
/* Desarrollo por Pedro Bosch */
/* 05/05/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: 40px;
	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;
}

.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_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}

.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************************/

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

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

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

.comprar_ahora {
	background-image: url(../imagenes/hosting_caracteristicas_peque.gif);
}

.hosting_izq {
	background-image: url(../imagenes/whb.gif);
	text-align: left;
}

.hosting_cen {
	background-image: url(../imagenes/whb.gif);
	text-align: center;
}

.hosting_gris_izq {
	background-image: url(../imagenes/whg.gif);
	text-align: left;
}

.hosting_gris_cen {
	background-image: url(../imagenes/whg.gif);
	text-align: center;
}

.contacto_msn {
	background-image: url(../imagenes/contactar_gris.gif);
	text-align: justify;
}

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

#capainicio{
	position:relative;
}

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

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

#capafinal{
	position:relative;
}