@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(img/bgPag.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
}
#principal {
	width: 995px;
	margin: auto;
}
#top {
	height: 142px;
	width: 995px;
	text-align: left;
}
#top img {
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
#menu {
	background-image: url(img/bgMenu.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 673px;
	float: right;
	opacity: 0.8; /*para firefox*/
	filter: alpha(opacity=80); /*IE*/
	margin-top: 70px;
}

#tablaMenu {
	margin-top: 25px;
	margin-left: 50px;
}
#tablaMenu a {
	font-family: Arial, Helvetica;
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#tablaMenu a:hover {
	color: #fff;
}

#contenido {
	background-image: url(img/bgContenidoHome.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 533px;
	width: 918px;
	float: right;
	text-align: left;
}
#contenido2 {
	height: 400px;
	width: 918px;
	float: right;
	text-align: left;
}
#noticias {
	height: 290px;
	width: 489px;
	background-image: url(img/titNoticias.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-family: Arial, Helvetica;
	color: #30373c;
	font-size: 12px;
	padding-left: 72px;
	padding-top: 28px;
	float: left;
}
#sabias {
	font-weight: bold;
	color: #6e6e6e;
	float: right;
	height: 258px;
	width: 268px;
	background-image: url(img/bgenterate.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica;
	font-size: 12px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-right: 30px;
}
#educa {
	background-image: url(img/titEduca.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	height: 170px;
	width: 730px;
	float: right;
	display: block;
	padding-top: 10px;
	margin-top: 17px;
	padding-left: 98px;
	font-family: Arial, Helvetica;
	color: #30373c;
	font-size: 12px;
	padding-right: 16px;
}
#enlace {
	text-align: right;
	margin-bottom: 30px;
	margin-right: 80px;
}

#educa a {
	color: #8a2904;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#educa a:hover {
	color: #b84113;
	text-decoration: underline;
}

#copy {
	height: 31px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	clear: both;
	text-align: right;
	padding-right:10px;
	padding-top:10px;
}
#quienes {
	height: 407px;
	width: 890px;
	font-family: Arial, Helvetica;
	color: #30373c;
	padding: 15px;
	font-size: 12px;
	background-image: url(img/bgQuienes.png);
	background-repeat: no-repeat;
}

#contacto {
	height: 407px;
	width: 890px;
	font-family: Arial, Helvetica;
	color: #FFF;
	padding: 15px;
	font-size: 12px;
	background-image: url(img/bgContacto.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

#portafolio {
	width: 890px;
	font-family: Arial, Helvetica;
	color: #30373c;
	padding: 15px;
	font-size: 12px;
	background-image: url(img/bgPortafolio.png);
	background-repeat: no-repeat;
}

#tblPortafolio {
	background-image: url(img/bgContPortafolio.png);
	background-repeat: repeat;
}

.textos.Estilo1 {
	font-size: 11px;
}

#tblPortafolio img {
	border: solid 1px #000;
}

#menuPorta a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#menuPorta a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}#tblPortafolio strong {
	color: #666;
}
#educativoCont {
	background-image: url(img/contEduca.png);
	background-repeat: no-repeat;
	background-position: left;
}
