﻿@charset "utf-8";
/* CSS Creado por XelaWeb para Ulew Tinimit */

html {
	background-color: #AEC6D1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('../images/fondoPag.jpg');
	background-repeat: repeat-x;
	margin: 0;
	background-color: #AEC6D1;
	color:#555555;
}

.contenedor {
	width: 939px;
	margin: 0 auto;
}

.header {
	/*background-image: url(../images/banner.jpg);
	height: 214px;	*/
	position: relative;
}
h3{
	font-size:18px;
}
.home {
	position: absolute;
	left: 48px;
	top: 39px;
	font-family: Arial, Helvetica, sans-serif;
}

.home a {
	color: #6D9B17;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.headerLinks {
	position: absolute;
	right: 48px;
	top: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.headerLinks a {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10px;
}

.pageBody {
	width: 912px;
	border-left: 4px solid #AEC6D1;
	border-right: 4px solid #AEC6D1;
	padding: 10px;
	background-color: #FFF;
}

.sidebar {
	float: left;
	width:186px;
	font-family: Arial, Helvetica, sans-serif;
}

.navegacion {
	background-color: #618da3;
	padding-left: 5px;
	width: 175px;	
	border-top: 1px solid #96b4c2;	
}

.navegacion ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navegacion li {
	display:block;
	float:left;
}

.navegacion a {
	display: block;
	float: left;
	text-decoration: none;
	background-color: #aec6d1;	
	color: #333;
	border-bottom: 1px solid #96b4c2;
	border-right: 1px solid #96b4c2;
	padding: 5px 0px 5px 12px;
	margin: 0;
	width: 162px;
}

.navegacion a:hover, .navegacion a.activo {
	background-color: #618da3;	
	color: #FFFFFF;
}

.noticias {
	margin-top: 15px;
	width: 178px;
	border: 1px solid #aec6d1;	
}

.noticias p {
	padding: 5px 0 5px 5px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #999;
	width: 90%;
	margin: 0 auto;
}

.noticias ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	width: 92%;
	margin: 0 auto;
}

.noticias li {
	display: block;
	float: left;
	background-color: #FFF;
	margin: 0;
	padding: 0px 0 5px 6px;
	color: #666;
	font-size: 11px;	
}

.noticias a {
	display: block;
	float: left;
	width: 145px;
	text-decoration: none;
	color: #333;
	outline: none;
}

.noticias a:hover, .noticias a.activo {
	color: #333;
}

.main {
	float: left;
	width: 725px;
	background-image: url(../images/dot.jpg);
	background-repeat: repeat-y;
	background-position: left;	
}

.about {
	background-image:url(../images/amarilloIncognita.jpg);
	width: 667px;
	height: 153px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 40px 20px 10px 20px;
}

.about h2, .aboutHeader {
	color: #3c6084;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 10px;
}

.text {
	padding: 0 25px;
}

.footer {
	background-color: #FFF;
	width: 932px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.copyright {
	font-size: 11px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: normal;	
	padding-left: 10px;
	float: left;
}

.ulew {
	color: #666;
}

.xelaweb {
	font-size: 10px;
	font-weight:bold;	
	float: right;
	color: #fff;
	padding-right: 10px;
}

.xelaweb img {
	border: none;
}

.xelaweb a {
	color: #fff;
	text-decoration: none;
}

/* ****************************  VARIOS ************************* */

.clear {
	clear: both;
}

/* **************************** HOME ************************* */

.tablaHome td img{
	margin-left:8px;
	border:none;
}
.tablaHome td{
	padding:5px;
	font-size:12px;
	color:#555555;
}
.tablaHome td h2{
	font-size:18px;
	color:#3C6084;
	font-weight:normal;
}

/* ***************************** GALERIAS *********************** */
#contenedorGalerias{
	width:100%;
	height:600px;
	margin-top:20px;
}
#caja{
	float:left;
	margin:20px 28px;
}
#caja img{
	border:#aec6d1 3px solid;
	margin:auto;
}
#caja p{
	text-align:center;
	font-weight:bold;
}
#caja a{
	color:#000000;
}
.regresoGalerias{
	float:right;
	color:#008ACC;
	margin-top:15px;
	text-decoration:none;
	font-size:12px;
}