@charset "utf-8";
/* globales */
*{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

html{
	background:#2e343c;
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color: #2e343c;
	background-repeat: repeat-y;
	background-position: center;
}

a{
	text-decoration:none;
	outline:none;
}
.div_contenido {
	overflow-y: auto;
	overflow-x: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}


object{
	outline:none;
	text-decoration:none;
}

/* contenedor */
#wrap0{
	width:100%;
	height:100%;
	background-image: url(images/0.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
}
#wrap1{
	width:100%;
	height:100%;
	background-image: url(images/1.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
}
#wrap2{
	width:100%;
	height:100%;
	background-image: url(images/2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
}
#wrap3{
	background-attachment: fixed;
	width:100%;
	height:100%;
	background-image: url(images/3.jpg);
	background-repeat: repeat-y;
	background-position: top;

}
#wrap4{
	width:100%;
	height:100%;
	background-image: url(images/4.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
}

/* Header */
#header{
	background:url('images/botonera_top_bg.png') repeat-x top center;
	width:100%;
}
.botonera{
	margin:0 auto;
	width:1000px;
	height:64px;
	/*border:solid 1px #FFF;*/
}

.botonera_header_inicial{
	width:70px;
	height:41px;
	float:left;
	border:0;
	border-right:dotted 1px #080b0e;
}

.botonera_header_der{
	height:41px;
	float:left;
	border:0;
	border-right:dotted 1px #080b0e;
	border-left:dotted 1px #3d485e;
}

.botonera_header_central{
	width:244px;
	height:41px;
	float:left;
	border:0;
	border-right:dotted 1px #080b0e;
	border-left:dotted 1px #3d485e;
}

.botonera_header_izq{
	padding-left:7px;
	height:41px;
	float:left;
	border:0;
	position:relative;
	border-right:dotted 1px #080b0e;
	border-left:dotted 1px #3d485e;
}

.botonera_header_final{
	width:60px;
	height:41px;
	float:left;
	border:0;
	border-left:dotted 1px #3d485e;
}

/* cabecera del logotipo y search */
#logo{
	height:150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*border:solid 1px #FFF;*/
}

.flash{
	width:500px;
	height:150px;
	float:left;
}

.search{
	width:380px;
	height:110px;
	float:left;
	padding-top:40px;
}

.search_inicio{
	height:28px;
	width:66px;
	float:right;
}

.search_medio{
	width:105px;
	height:28px;
	background:url('images/input_search_medio.png') repeat-x;
	float:right;
}

.search_medio input{
	height:28px;
	width:105px;
	padding-top:8px;
	background:url('images/input_search_medio.png') repeat-x;
	font-size:10px;
	color:#14a5c4;
	border:0;
}

.search_fin{
	width:31px;
	height:28px;
	float:right;
	outline:none;
}

.search_fin input{
	width:31px;
	height:28px;
	background:url('images/input_search_fin.png') no-repeat left;
	border:0;
}

/* contenido */
#contenido{
	width:880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;	/*border:solid 1px #FFFFFF;*/
}
	
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E2E2E2;
}
.form_search {
	color: #14A5C4;
	background-color: #2E343C;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	#position: relative;
	#top: -5px;
}

.tabla_search_form {


	#top: 1px;
	background-image: url(images/search_center.gif);
	background-repeat: no-repeat;
}
