/* Hoja de estilos */


/* Estilos para elementos comunes */

* {margin: 0; padding: 0;}

BODY{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align:center;
	background-color:#9FB8C7;
}

h1 {
	font-size:16px;
	color:#2C3E4A;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:underline;
}

.label{
	display:block;
}

#pestanas h4 {
	width:100%;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding-top:2px;
	background:url(../imgs/header4_160x20.gif) no-repeat;
}

#pestanalarga h4 {
	width:100%;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding-top:2px;
	background:url(../imgs/header4larga_600x20.gif) no-repeat;
}

.id-pestanalarga h4 {
	width:100%;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding-top:2px;
	background:url(../imgs/header4larga_600x20.gif) no-repeat;
}

h5{
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding-top:5px;
}

h3{
	font-size:10px;
	color:white;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
	text-align:left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:25px;
	font-weight:bold;
	color:#EDF3F6;
	padding-top:6px;
	padding-right:2px;
	background:url(../imgs/boton_menu_izq.gif) no-repeat;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-bottom:7px;
	padding-left:20px;
}

/* Enlaces por defecto */
a:link, a:visited, a:active {
	font-size:10px;
	color:#FFFFFF;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
	text-align:left;
	text-decoration:none;
}

a:hover {
	font-size:10px;
	color:#FFFFFF;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
	text-align:left;
	text-decoration:underline;
}

a.verde:link, a.verde:visited, a.verde:active {
	font-size:10px;
	color:#222f35;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
	text-align:left;
	text-decoration:none;
}

a.verde:hover {
	font-size:10px;
	color:#222f35;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
	text-align:left;
	text-decoration:underline;
}


/* Estilos para capas */

#main {
	
	margin: 15px auto;
	width: 820px;
	background:url(../imgs/degadrado_lados.jpg) repeat-y top left;
}

#global {
	margin-left:13px;
	margin-right:12px;
}

#fondo-cabecera{
	background:url(../imgs/cabecera_larga.jpg) no-repeat;
	height:125px;
}

#cabecera {	
	width: 100px;
	height: 125px;
	float:left;	
	/*border-color:black;
	border-width:1px;
	border: solid;*/
}

#pie{
	margin-left:13px;
	margin-right:10px;
/*	width:800px;*/
	background:url(../imgs/fondo_barrapie.jpg) no-repeat;
	height:18px;
}

#login {
	
	/*float:left;*/
	float:right;
	width:130px;
	height:125px;
	text-align:left;
	margin-right:30px;
	/*border-color:black;
	border-width:1px;
	border: solid;*/
	
}

#menus{
	float:left;
	width:100%;
	height:22px;
	background:url(../imgs/fondo_menu5.jpg) no-repeat;
}

#copyrigth{
	float:left;
	margin-left:5px;
	text-align:left;
}

#copyrigth2{
	float:right;
	margin-right:5px;
	text-align:right;
}


/* enlaces para la capa menu */
DIV#menus a:link, DIV#menus a:visited, DIV#menus a:active {
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding-top:5px;
	text-decoration:none;
}

DIV#menus a:hover{
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding-top:5px;
	text-decoration:underline;
}

/* enlaces para la capa areapestana_menu */

DIV#areapestana_menu a:link, DIV#areapestana_menu a:visited, DIV#areapestana_menu a:active {
	
	font-weight:bold;
	color:#2B3D49;
	text-decoration:none;
}

DIV#areapestana_menu a:hover{
	
	font-weight:bold;
	color:#2B3D49;
	text-decoration:underline;
}

DIV#icon a:link, DIV#icon a:visited, DIV#icon a:active {
	color:#2B3D49;
	font-weight:bold;
	text-decoration:none;
}

DIV#icon a:hover{
	font-weight:bold;
	color:#2B3D49;
	text-decoration:underline;
}

#pestanas {	
	float:left;
	width:160px;
	margin-left:8px;	
	
	/*
	background:url(../imgs/fondos_secciones.jpg) repeat top left;
	border-color:black;
	border-width:1px;
	border-style:solid;*/	
}

#menuizq {	
	float:left;
	width:150px;
	margin-left:2px;

	/*
	background:url(../imgs/fondo_menu_izq.gif) no-repeat;
	background:url(../imgs/fondos_secciones.jpg) repeat top left;
	border-color:black;
	border-width:1px;
	border-style:solid;*/	
}

#areapestana {
	background-color:#EDF3F6;
	height:110px;
	padding:5px;
	margin:1px;
	text-align:left;
}

DIV#areapestana a:link, DIV#areapestana a:visited, DIV#areapestana a:active {
	color:black;
	
}

DIV#areapestana a:hover{
	color:black;
}

.id-areapestana {
	background-color:#EDF3F6;
	height:110px;
	padding:5px;
	margin:1px;
	text-align:left;
}

DIV.id-areapestana a:link, DIV.id-areapestana a:visited, DIV.id-areapestana a:active {
	color:black;
	
}

DIV.id-areapestana a:hover{
	color:black;
}

/*
#textopestana{
	float:rigth;
	width:200px;
}

#imagenpestana{
	float:left;
	height:100%;
	margin:10px;
	text-align:justify;
}
*/
#areapestana_grande {
	float:left;
	/*background-color:#EDF3F6;*/
	width:665px;
	height:100px;
	padding:1px;
	margin:1px;
	margin-left:20px;
}


#areapestana_menu {
	height:100px;
	padding:1px;
	margin:1px;
	padding-left:8px;
	padding-top:10px;
	text-align:left;
}

#areapestana_planes {
	float:left;
	width:180px;
	height:120px;
	padding:1px;
	padding-top:8px;
	padding-left:8px;
	margin-left:30px;
	margin-top:10px;
	background:url(../imgs/fondo_planes.jpg) no-repeat;

}

#areapestana_planes_descripcion {
	float:right;
	width:270px;
	height:180px;
	padding:1px;
	margin-right:30px;
	text-align:justify;
}


.Estilo1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	
	background-repeat:no-repeat;
	background-image:url(../imgs/flecha_menu.gif);
	padding-left:20px;
	padding-top:0px;

}

.Estilo1 a:link, .Estilo1 a:visited, .Estilo1 a:active {
	font-size:11px;
	font-weight:bold;
	color:#2B3D49;
}

.Estilonegrita{
	font-weight:bold;
}

.Estilo_planes_cabecera{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.Estilo_planes_texto{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}






.VerdeNegrita {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #39464E;
}
#pestanalarga {

	float:left;
	width:600px;
	margin-left:8px;
}

.id-pestanalarga {
	float:left;
	width:600px;
	margin-left:8px;
}

.title{
	border-bottom: solid 1px black;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	width:99%;
}

/* FORO */

.forolineatitulo {
	float: left;
	width: 320px;
	margin: 2px 0px 0px 2px;
	background: white;
	height:50px;
	font-weight:bold;
	color:#2B3D49;
}

.forolineasubforo {
	float: left;
	width: 505px;
	margin: 2px 0px 0px 2px;
	background: white;
	height:50px;
	font-weight:normal;
	color:#2B3D49;
}


.forolineatitulo a:link, .forolineatitulo a:visited, .forolineatitulo a:active{
	
	color:#2B3D49;
}

.forolineadatos{
	float: left;
	width: 72px;
	margin: 2px 0px 0px 2px;
	background: white;
	height:50px;
	text-align:center;
	color:#2B3D49;
	
}

.forolineautor{
	float: left;
	width: 110px;
	margin: 2px 0px 0px 2px;
	background: white;
	height:50px;
	text-align:center;
	color:#2B3D49;
}

.forobtn{
	height:20px;
	border: 1px solid black;
	font-size:10px;
}

.forotxt{
	height:18px;
	border: 1px solid black;
}

.forotextarea{
	height:200px;
	width:500px;
	border: 1px solid black;
}

.migas{
	font-size:10px;
}

DIV.foro{
	width:100%;
}

blockquote{
	margin:5px 5px 5px 20px;
	font-style:italic;
	font-size:9px;
}

LABEL{
	font-weight:bold;
	display:block;
	margin-top:5px;
}

/*  categorias */

.cuadrocategorias{
	width:404px;
	margin: 15px auto;
	border-bottom:1px solid black;
	border-left:1px solid black;
}

DIV.cuadrocategorias A{
	font-weight:bold;
}

.celdacategoria{
	width:100px;
	float:left;
	border-top:1px solid black;
	border-right:1px solid black;
	text-align:center;
	background:white;
}

/* FORO */

.foro_textomsj{
	width:100%;
	margin:5px;
	overflow:auto;
}

.foro_envuelvemsj{
	width:100%;
	background:white;
	border-bottom:2px solid #EDF3F6;
}

.foro_autor{
	float:left;
	width:158px;
	margin:2px 0px 0px 2px;
	height:100%;
}

.foro_msj{
	float:left;
	width:410px;
	margin:2px 0px 0px 2px;
}

.foro_cabeceramsj{
	width:100%;
	border-bottom: black 1px solid;
}

/* Indice Websites */

TABLE.websites_table{
	border-collapse:collapse;
	border: solid 1px black;
	margin: 15px auto;
}

TABLE.websites_table TR TD{
	text-align:center;
	background:white;
}

/* Paneles */

.panelicon{
	width:60px;
	height:32px;
	float:left;
	margin:10px 10px 30px 10px;
	text-align:center;
}

.papelicon A{
	text-align:center;
}

/* Mensajes de error */

.error{
	color:red;
	font-weight:bold;
	text-align:center;
}

/* Tabla Dominios */

.tabladominios{
	padding:5px;
	width:400px;
	background:white;
	margin: 1px auto;
}

.divAvisos{
	margin: 2 auto;
	width:300px;
	background:white;
}