/* BODY AREA */

body {
	margin: 2px;
	background-color: #e6e7e9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39576B;
	height:100%;
}

/* LINKS */

a:link {
	color: #00AEEF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #00AEEF;
}

a:hover {
	text-decoration: underline;
	color: #00AEEF;
}

a:active {
	text-decoration: none;
	color: #00AEEF;
}

a.bluelink:link {
	color: #39576B;
	text-decoration: none;
}

a.bluelink:visited {
	text-decoration: none;
	color: #39576B;
}

a.bluelink:hover {
	text-decoration: underline;
	color: #39576B;
}

a.bluelink:active {
	text-decoration: none;
	color: #39576B;
}

/* DIVS */

.div_body_back  {
	border-color:	#3E3E3E;
	border-style:	solid;
	border-width:	1px;
	height:auto;
	width:1006px;
	text-align:center;
}

.back_grey { /* Fondo #1 Gris */
/*	background-image:url(../img-gral/body/line-fondo-gris.jpg);
	background-repeat: repeat-y;*/
	background-color: #e6e7e9;
	width: 860px;
	height: auto;
	text-align:center;
	margin:auto;
}

.back_black { /* Fondo #2 Blanco */
	background-color: #FFF;
	width: 730px;
	height: auto;
	text-align:center;
	margin:auto;
}

.top_1 { /* Imagen Encabezado */
	background-image:url(../img-gral/body/encabezado.jpg);
	background-repeat:no-repeat;
	width: 700px;
	height: 143px;
	text-align:center;
	margin:auto;
}

.top_2 { /* Imagen Girl */
	background-image:url(../img-gral/body/girl.jpg);
	background-repeat:no-repeat;
	width: 700px;
	height: 184px;
	text-align:center;
	margin:auto;
}

.mnu { /* Imagen Menu */
	background-image:url(../img-gral/body/fondo-mnu.jpg);
	background-repeat:repeat-x;
	padding-top:4px;
	width: 700px;
	height: 25px;
	text-align:left;
	margin:auto;
}

.separator { /* Separador */
	background-color: #FFF;
	width: 100%;
	height: 3px;
	font-size: 1px;
	color:#FFFFFF;
}

.title_all { /* Titulo completo */
	background-image:url(../img-gral/body/fondo-title.jpg);
	background-repeat:repeat-x;
	padding-top:4px;
	width: 700px;
	height: 25px;
	text-align:center;
	margin:auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#C1C1C1;
}

.title_IZQ { /* Titulo Izquierda */
	background-image:url(../img-gral/body/fondo-title.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-left:15px;
	width: 170px;
	height: 24px;
	text-align:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#C1C1C1;
}

.txt_IZQ { /* Texto Izquierda */
	width: 185px;
	height: auto;
	text-align:justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.line_IZQ { /* Texto Izquierda */
	background-image:url(../img-gral/body/line-IZQ.jpg);
	background-repeat:repeat-x;
	width: 185px;
	height: 13px;
}

.down_square { /* Imagen Cuadro */
	background-image:url(../img-gral/body/down-square.jpg);
	background-repeat:no-repeat;
	width: 730px;
	height: 59px;
	text-align:center;
	margin:auto;
}

.div_txt_centro {
	text-align: justify;
	width: 525px;
}

.padding {
	padding: 10px;
}

.txt_1_5 {
	line-height: 150%;
}

/* BOTONES */

.input_txt {
/*	background-color:	#EBEBEB;
	background-position:	center center;
	border-color:	#808080;
	border-style:	solid;
	border-width:	1px;*/
	padding: 2px;
}

.btn_form {
	background-color:	#f7cf15;
	background-position:	center center;
	border-color:	#f7cf15;
	border-style:	solid;
	border-width:	1px;
	color:	#000000;
	padding: 2px;
}

/* ESTILOS DE TEXTO */

.verificar  {
	background-color: #00FF33;
}

.normal-11  {
	color:	#39576B;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
}

.normal-13  {
	color:	#39576B;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
}

.normal-12-C  {
	color:	#00AEEF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
}

.bold-12  {
	color: #39576B;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	bold;
}

.bold-13  {
	color: #39576B;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	bold;
}

.titulo-13  {
	color:	#39576B;
	font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	bold;
}

.titulo-15  {
	color:	#39576B;
	font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	bold;
	text-transform:	uppercase;
}

/* BORDERS */

.border-all  {
	border-bottom-color:	#3E3E3E;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-color:	#3E3E3E;
	border-left-color:	#3E3E3E;
	border-left-style:	solid;
	border-left-width:	1px;
	border-right-color:	#3E3E3E;
	border-right-style:	solid;
	border-right-width:	1px;
	border-style:	solid;
	border-top-color:	#3E3E3E;
	border-top-style:	solid;
	border-top-width:	1px;
	border-width:	1px;
}

.border-cuadro-portada  {
	border-bottom-color:	#3E3E3E;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-left-color:	#3E3E3E;
	border-left-style:	solid;
	border-left-width:	1px;
	border-right-color:	#3E3E3E;
	border-right-style:	solid;
	border-right-width:	1px;
}

.border-left-right  {
	border-left-color:	#3E3E3E;
	border-left-style:	solid;
	border-left-width:	1px;
	border-right-color:	#3E3E3E;
	border-right-style:	solid;
	border-right-width:	1px;
}

.border-down  {
	border-bottom-color:	#3E3E3E;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}

