﻿html, body, ul, li, {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #99ccff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
}

h2{
	padding-top: 0px;
	padding-bottom: 0px;
}

h3{
	font-size: 14px;
	padding-top: 0px;
}

A:link {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; COLOR: #01153a; TEXT-DECORATION: none; FONT-WEIGHT: normal;
}
A:active {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; COLOR: #01153a; TEXT-DECORATION: none; FONT-WEIGHT: normal;
}
A:visited {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; COLOR: #01153a; TEXT-DECORATION: none; FONT-WEIGHT: normal;
}
A:hover {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-WEIGHT: normal;
}

#wrap {
	cursor: default;
	position: absolute;
	display: block;
	height: 100%;
	min-height: 100%;
	width: 100%;
	vertical-align: middle;
	top: 0px;
	left: 0px;
	background-color: #99ccff;
}

#content{
	padding: 0px;
	margin: 0;
	position: relative;
	display: block;
	height: 650px;
	min-height: 400px;
	width: 850px;
	vertical-align: middle;
	top: 50%;
	margin-top: -400px;
	left: 50%;
	margin-left: -425px;
	background: #FFFFFF;
}

/*** INICIO INTRO.PHP ***/
#content_intro{
	padding: 0px;
	margin: 0;
	position: relative;
	display: block;
	height: 450px;
	min-height: 450px;
	width: 618px;
	vertical-align: middle;
	text-align: center;
	top: 50%;
	margin-top: -225px;
	left: 0px;
	background: url(../img_intro/fondo.png);
}

#boton_es{
	position: relative;
	display: block;
	top: 240px;
	left: 150px;
	width: 82px;
	height: 28px;
	float: left;
}

#boton_en{
	position: relative;
	display: block;
	top: 240px;
	left: 304px;
	width: 82px;
	height: 28px;
	float: left;
}

#target{
	position:relative;
	display:block;
	top: 300px;
}
/*** FIN INTRO.PHP ***/

/*** INICIO MENU.PHP ***/
#cabecera_menu{
	position: relative;
	display: block;
	height: 290px;
	width: 850px;
	top:0px;
	left:0px;
	z-index: 2;
}

#barra_menu{
	position: relative;
	display: block;
	top: -30px;
	left: 0px;
	height: 30px;
	z-index: 3;
	font-size: 13px;
	padding-top: 0px;
	font-family: Verdana, Arial;
	text-align: left;
	line-height:32px;
}

.opcion{
	height: 32px;
	z-index: 3;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	pointer: hand;
	cursor: hand;
}

.opcion_der{
	height: 32px;
	z-index: 3;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	pointer: hand;
	cursor: hand;
}
/*** FIN MENU.PHP ***/

#contenido{
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
}

#columna_izquierda{
	position: relative;
	display: block;
	width: 250px;
	height: 250px;
	top: 0px;
	font-size: 14px;
	text-align: left;
	padding-right: 5px;
}

#columna_derecha{
	position: relative;
	display: block;
	width: 600px;
	top: -250px;
	left: 250px;
	font-size: 14px;
	text-align: left;
	border-left: 2px dashed #99ccff;
}


/*** INICIO FOOTER.PHP ***/
#barra_pie{
	position: relative;
	display: block;
	height: 30px;
	background: #001439;
	top:0px;
	left:0px;
	text-align: left;
	line-height:30px;
	width: 850px;
}

#barra_pie2{
	position: relative;
	display: block;
	height: 30px;
	background: #001439;
	top:-240px;
	left:0px;
	text-align: left;
	line-height:30px;
	width: 850px;
}


/*** FIN FOOTER.PHP ***/