﻿@charset "utf-8";

body {
	margin:0px;
	padding:0px;
}

#BloqueIzqex {
	background-image: url(Imagenes/RectanguloIzq.png);
	position:fixed;
	float:left;
	height:100%;
	width:320px;
	top:0px;
	left:0px;
	z-index:0;
	background-color: #FFF;
	background-repeat:  repeat-y;
}

#BloqueDerex {
	position:fixed;
	float:right;
	height:100%;
	width:320px;
	top:0px;
	right:0px;
	background-repeat:  repeat-y;
	z-index:0;
	background-color: #FFF;
	background-image: url(Imagenes/RectanguloDer.png);
}

#Centradorex {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	min-height:100%;
	height:auto !important;
	width:1002px;
	background:url(Imagenes/Fd_BkgCtrl.png) repeat-y center;
	z-index:1;
}

#Headerex {
	height: auto;
	width: 1000px;
	position: relative;
}

#bannerex {
	position: relative;
	height: 200px;
	width: 1000px;
}

#menuex {
	position: relative;
	height: 24px;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	min-height:10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(Imagenes/lin-na.png);
	background-repeat:  repeat-y;
	text-align:center!important;
	padding-left:100px;

}
#rotatorioex {
	position: relative;
	height: auto;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	min-height: 10px;
	background-image: url(Imagenes/lin-na.png);
	background-repeat:  repeat-y;
}
#contenidoex {
	position: relative;
	height:100%;
	width: 1000px;
	padding:2px;
}
#columnaizqex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color:#585858;
	float: left;
	min-height:400px;
	height: auto;
	width: 242px;
	position: relative;
	padding: 5px;
	padding-right:6px;
	margin:2px;
}
#Buscarex {
	position:relative;
	float:left;
	color:#FF8000;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px,5px,5px,5px;
	padding-left:20px;
	width:50px;
	height:20px;
}
#Busquedaex {
	position:relative;
	float:right;
	right:2px;
	top:0px;
	width:240px;
	height:12px;
	color:#FF8000;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:10px;
}

#columnacentralex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color:#585858;
	float: left;
	height: auto;
	width: 470px;
	position: relative;
	padding: 5px;
	padding-top: 35;
	margin:5px;
}

img {
	border:0px;
}

a:link {
	color: #FF5800;
}

a:visited {
	color: #ff5800;
}

a:hover {
	color: #585858;
}

a:active {
	text-decoration: underline;
	color: #ff0009;
}

a {
	text-decoration: blink;
}
#columnaderex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	color:#585858;
	float:right;
	height: auto;
	width: 210px;
	position:absolute;
	left: 751px;
	top: 1px;
	padding: 6px;
	padding-right:30px;
	margin:2px;
}

#footerex {
	position: absolute;
	width: 1000px;
	border-top-color: #FF8000;
	border-top-width: thick;
	border-top-style: double;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #FF8000;
	text-align: center;
	min-height: 30px;
	padding-top: 10px;
}
.Niveladorex {
	clear:both;
}

