body {
	background-color: #262626; /*#262626; gris */
	height: 100%;
	margin: 0px;
	padding: 20px;
	}

div {
	display: block;
	margin:0;
	padding:0;
	}

img {
	border: 0;
	padding:0;
	margin:0;
	}
	
a {
	text-decoration: none;
	color:#E53D32; 							/* -- EDITABLE -- */
	}
	
a.activo {
	color:#262626;
}

.texto {
	color: #666666; 									/* -- EDITABLE -- */
	/* font-family: Garamond, Hoefler Text, Times New Roman, Times, serif; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;									/* -- EDITABLE -- */
	margin: 0 0 12px 0;
	padding: 0;
	text-align:justify;
}

.negrita {
	font-weight:bold;
	
}

/* COLORES */
.gris {
	background-color:#FFFFFF;
}

.rojo {
	background-color:#FFFF00;
}

/* MEDIDAS */
.ancho_60 {
	width:60px;
}

.ancho_180 {
	width:180px;
}

.ancho_200 {
	width:200px;
}

.ancho_230 {
	width:230px;
}

.ancho_300 {
	width:300px;
}

.ancho_700 {
	width:700px;
	padding:15px;
}

.ancho_960 {
	width:920px;
	padding:15px;
	padding:15px 15px 6px 15px;
}


.alto_10 {
height:10px;
overflow:hidden;
}

.alto_1000 {
height:1000px;
overflow:hidden;
background-color:#00CCFF;
}


.alto_20 {
height:20px;
overflow:hidden;
}

.alto_40 {
height:40px;
overflow:hidden;
}

.alto_400 {
height:400px;
overflow:hidden;
}

/* POSICIÓN */

.centrado {
	margin: 0 auto 0 auto;
}

.relativo {
	/* position:relative; */
	}

.clear {
	clear:both;
}

.clearizq {
	clear:left;
}


.texto_centrado {
	text-align:center;
}

.align_dcha{
	text-align:right;
}

.derecha {
	padding:0;
	margin:0 0 0 8px;
	width:auto;
	text-align:center;
	float:right;
}

/*MÁRGENES*/

.margen {
margin:12px;

}

.margen_dcha_5 {
	margin-right:5px;
}

.margen_inf_5 {
	margin-bottom:5px;
}

/* ESTRUCTURA */
.columna {
	float:left;
}

/* ELEMENTOS */

h2 {
	color: #262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding-bottom:0;
	margin:0;
}

h3 {
	color: #E53D32;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

h3.texto {
	color: #666666;
	font-family:Garamond,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	position: absolute;
	padding:0;
	margin:0;
}

h3.sombra {
	color: #E53D32;
	font-family:Garamond,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	top: -1px;
	left: -1px;
	position:relative;
	display:inline;
}

h3.glow {
	font-family:Garamond,Arial, Helvetica, sans-serif;
	filter: shadow(color=#666666,strength=2);
	color: #E53D32;
}

facebook {
	color: #E53D32;
	background-color:#3399FF;
}

hr {
	width:100%;
	height:1px;
	color:#CCCCCC;
	margin:0;
	padding:0;
	border-style:none;
	background-color:#999999;
	
}
/* FORMULARIO */

.botones {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	background-color: #E53D32;
	/* border: 2px outset #E53D32; /* 6095c7 azul */
	border: 2px solid #6095c7; /*  azul */
	font-weight: bold;
	padding:6px 24px 6px 24px;
}


.campo {
	text-align: right;
	padding-right: 190px;
	position: relative;
	height: 26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#262626;
	}
	.campo input.texto {
		font-size: 11px;
		width: 180px;
		border: 2px solid #6095c7;
		position: absolute;
		top: -4px;
		right: 0;
		}
	.campo select.texto {
		font-size: 11px;
		width: 183px;
		border: 2px solid #6095c7;
		position: absolute;
		top: -4px;
		right: 0;
		}
	.campo input.imagen {
		position: absolute;
		top: -4px;
		right: 0;
		}
	.campo .sexo {
		position: absolute;
		top: -7px;
		left: 83px;
		width: 180px;
		}

.campo2_textarea {
	text-align: right;
	position: relative;
	padding-right: 190px;
	overflow: hidden;
	width: 180px;
	height: 54px;
	}
	.campo2_textarea textarea{
		width: 178px;
		position: absolute;
		left:120px;
		height: 46px;
		font-size: 9px;	
		border: 2px solid #6095c7;
		}
		
		.pregunta {
			padding-left: 120px;
			padding-bottom: 5px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#262626;
			font-weight:normal;
			}

/* TABLAS */

table {
	border:none;
	border-collapse:collapse;
	}

.menu {
	color: #E53D32;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	padding-bottom: 5px;
	}

td {
	border:none;
	}

td.noticias {
	border-bottom:1px solid #cccccc;
}

.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	padding-bottom: 5px;
	margin:0;
	padding:0;
	color:#262626;
	}

.submenu:hover{
	text-decoration:underline;	
	}


table.boton {
	/* background-color:#FFFFFF; */
}

	.boton .esqsupizq {
		background-image:url(../img/esqsupizq.gif);
		background-repeat:no-repeat;
		background-position:top;
		width: 17px;
		height:16px;
	}
	
	.boton .esqsupdcha {
		background-image:url(../img/esqsupdcha.gif);
		background-repeat:no-repeat;
		background-position:top;
		width: 24px;
		height:17px;
	}
	
	.boton .esqinfizq {
		background-image:url(../img/esqinfizq.gif);
		background-repeat:no-repeat;
		background-position:top;
		width: 18px;
		height:24px;
	}
	
	.boton .esqinfdcha {
		background-image:url(../img/esqinfdcha.gif);
		background-repeat:no-repeat;
		background-position:top;
		width: 24px;
		height:24px;
	}
	
	.boton .bordesup {
		background-image:url(../img/bordesup.gif);
		background-repeat:repeat-x;
		background-position:top;
		height:17px;
	}
	
	.boton .bordeizq {
		background-image:url(../img/bordeizq.gif);
		background-repeat:repeat-y;
		background-position:left;
		width:18px;
	}
	
	.boton .bordedcha {
		background-image:url(../img/bordedcha.gif);
		background-repeat:repeat-y;
		background-position:right;
		width:24px;
		height:100%;
	}
	
	.boton .bordeinf {
		background-image:url(../img/bordeinf.gif);
		background-repeat:repeat-x;
		background-position:top;
		height:24px;
	}
	
	.boton .centro {
		background:#FFFFFF;
	}