@IMPORT url("menuwrapper.css");

@IMPORT url("jquery.tabs.css");

@IMPORT url("forms.css");

/* ESTRUCTURA BASICA */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/body_bg.gif) repeat-x #fff;
	color: #52565b;
	text-align: left;
	font: .75em/ 1.6em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
}

a:link,a:active,a:visited {
	text-decoration: none;
	color: #416e90;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #555353;
	border: none;
}

/* TITULOS H1, H2 ...*/
h1,h2,h3,h4 {
	margin: 0;
	margin-bottom: .7em;
	line-height: 1.4em;
	padding: 0;
	padding-top: 0.5em;
}

h1 {
	margin-bottom: .4em;
	color: #2a5877;
	font-weight: normal;
	font-size: 1.95em;
}

h1.alt {
	border-bottom: 1px solid #ced2d2;
	padding-bottom: 1px;
}

h1 .sub {
	color: #0289b6;
	font-style: italic;
}

h2 {
	margin-bottom: 1em;
	border-bottom: 1px solid #ced2d2;
	padding-bottom: 3px;
	color: #060606;
	font-size: 1.25em;
}

h2.alt {
	padding-bottom: 0;
	color: #006996;
	font-size: 1.5em;
	font-weight: normal;
}

h2 span {
	color: #000
}

h3.alt {
	margin-bottom: 0;
}

h3 {
	margin-bottom: .5em;
	color: #060606;
	font-size: 1.25em;
}

h4 {
	font-size: 1.05em;
}

h5 {
	font-size: 1em;
}

h1 a,h1 a:hover,h2 a,h2 a:hover,h3 a,h3 a:hover,h4 a,h4 a:hover {
	font-weight: bold;
	font-size: 12px;
}

/* FIN TITULOS */
b.req {
	font-size: 1.4em;
	color: #F00;
}

p,address {
	margin: 0 0 .9em 0;
}

p.tag {
	color: #8ab54a;
	font: italic bold 1em/ 1.6em Georgia, 'Times New Romans', sans-serif;
}

address {
	font-style: normal;
}

small {
	font-size: .80em;
	font-weight: normal
}

big {
	font-size: 1.25em;
}

hr {
	margin: 10px 0;
	border: 0;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

hr.gradient {
	margin: 10px 0;
	border: 0;
	background-image: url(images/footer_bg.gif);
	visibility: visible;
	height: 14px;
	background-repeat: no-repeat;
}

blockquote {
	color: #2a5877;
	font-size: 1.17em;
}

blockquote p {
	margin-bottom: .5em;
}

/* Contenedores de Mensajes */
.welcome-message {
	background-image: url(images/info_icon.png);
	background-repeat: no-repeat;
	background-color: #fdf6d4;
	background-position: 15px 1em;
	padding-left: 45px;
	padding-right: 17px;
	width: 93%;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 2px solid #eae3c1;
	margin-bottom: 5px;
}

/* CONTENEDORES */
#col-main,.col-sidebar-left, .col-sidebar-right,
	#content,#wrap {
	overflow: hidden;
	display: inline-block
}

#wrap {
	margin: 0px auto;
	width: 960px;
	min-width: 860px;
}

#content {
	width: 960px;
	margin: 0px auto;
	color: #666;
	/*background: #e8e8e8 url(images/sidebar_bg.gif) repeat-x bottom left;*/
}

#content p {
	font-size: 13px;
}

#mapsite{
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
	text-align: center 
}

/* CABECERA */
#header {
	width: 100%;
	height: 87px;
	color: white;
	/*background: #1363a2 url("images/header_blue.gif") repeat-x top left;*/
}

#header .menu {
	float: right;
	height: 20px;
	margin-top: 65px;
	color: #5A6F8E;
}

#header .menu span {
	height: 20px;
	padding-top: 1px;
}

#header .menu span a {
	margin-right: 5px;
	margin-left: 5px;
}

#header .menu a,#header .menu a:active,#header .menu a:visited {
	color: #5A6F8E;
	text-decoration: none;
}

#header .menu a:hover {
	text-decoration: underline;
}

#header .headerLogo {
	float: left;
	padding-top: 30px;
	/*background: transparent url("images/baner_top.jpg") no-repeat top left;*/
}

/* FOOTER */
#footer {
	float: left;
	width: 100%;
	height: 142px;
	margin-top: 10px;
	background: #ffffff url("images/footer_bg.gif") top center;
}

#footer .copyright {
	float: left;
	padding-top: 5px;
	margin-left: 15px;
}

#footer .fecha {
	float: right;
	padding-top: 5px;
	margin-right: 20px;
}

/* CLASES */
.separator {
	padding: 0 5px 0 7px;
}
div.hr {
	height: 3px;
	background: #fff url(images/hr.gif) repeat-x scroll center;
	clear: both;
}

div.br {
	height: 20px;
	background: #fff url(images/br.gif) repeat-x scroll center;
	clear: both;
}

div.hr hr,div.br br {
	display: none;
}

.right {
	float: right;
}

.pright {
	padding-right: 10px;
}

.left {
	float: left;
}

.pleft {
	padding-left: 10px;
}

.center {
	width: 80%;
	margin: auto;
}

.bottom {
	margin-top: 62px
}

.pbottom {
	padding-bottom: 2px;
}

.box {
	margin: 2px;
}

/* MID CONTENTS  */
#col-main {
	width: 75% !important;
	width: 74%;
	float: left;
	margin: auto;
	padding: 0;
	background-color: white
}

#col-sidebar-left {
	margin-right: 1%;
	margin-left: 0.5%;
	width: 19.5%;
	float: left;
}

#col-sidebar-right {
	margin-right: 1%;
	margin-left: 0.5%;
	width: 19.5%;
	float: right;
}


.col2-set,.col2-set-alt,.col2-set-alt2,.col3-set,.col4-set {
	margin-bottom: 1.5em;
	overflow: auto;
	clear: both;
}

.col2-set .col-1,.col2-set .col-2 {
	width: 48%;
}

.col2-set .col-1 {
	float: left;
}

.col2-set .col-2 {
	float: right;
}

.col2-set-alt .col-1 {
	float: left;
	width: 64%;
}

.col2-set-alt .col-2 {
	float: right;
	width: 32%;
}

.col2-set-alt2 .col-1 {
	float: left;
	width: 32%;
}

.col2-set-alt2 .col-2 {
	float: right;
	width: 65%;
}

.col3-set .col-1,.col3-set .col-2,.col3-set .col-3 {
	float: left;
	width: 32%;
}

.col3-set .col-1,.col3-set .col-2 {
	margin-right: 2%;
}

.col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4 {
	float: left;
	width: 21.5%;
}

.col4-set .col-1,.col4-set .col-2,.col4-set .col-3 {
	margin-right: 4%;
}

/* TABS */
#rotateContent {
	width: 66%;
	float: left;
	margin: auto;
	padding: 0;
	background-color: white
}

#linksContent {
	margin-right: 1%;
	margin-right: 0.5%;
	width: 32%;
	float: right;
}

/* CAJAS FLOTANTES */ /**/
.boxTitle,.boxContent {
	padding: 4px;
	clear: both;
	overflow: hidden !important;
}

.floatbox {
	width: 96%;
	border: 1px solid #e4ebf4;
	padding: 2px;
	margin: 0;
}

.floatbox ul li {
	list-style-type: none;
	background: #fff url(images/hr.gif) no-repeat scroll 0 5px;
	margin: 0 0 4px;
	padding: 0 15px 0;
}

.floatbox a,.floatbox a:link,.floatbox a:visited,.floatbox a:hover {
	color: #666666
}

.boxTitle {
	color: #679311;
	background-color: #dcf1b4
}

/* COLORES DE LA CAJA */
.gold {
	color: #a99809;
	background-color: #e8e1a6;
}

.blue {
	color: #008ed2;
	background-color: #e4ebf4
}

.green {
	color: #679311;
	background-color: #dcf1b4
}

.s{
	visibility: none;
}
