/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
/*//////////////////////////////////////
HOJA DE ESTILOS DE AGUILA
//////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	color:#464646;
	background-color:#f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bck.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color:#eaeaea;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	cursor: hand;
}
a img {
	border: none;
}
#menu0 {
	width: 245px;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
}
/*///////////////////////////////
MENU - CONTENEDOR GENERAL
///////////////////////////////*/
.menu-container {
	width:100%;
	margin-bottom: 25px;
	margin-top:35px;
	margin-left:35px;
}
/*///////////////////////////////
MENU GENERADO POR INDEXHIBIT
///////////////////////////////*/
#menu {
	width:100%;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li.section-title {
	color:#b11116;
	display:block;
	font-weight:bold;
	font-size:20px;
	letter-spacing: -0.05em;
}
#menu ul li.section-title:hover {
	color:#464646;
}
/*subitems */
#menu ul li a:link, #menu ul li a:visited {
	color:#464646;
	display:block;
	margin-left:15px;
}
#menu ul li a:hover {
	color:#b11116;
}
#menu ul li.active {
	color:#b11116;
	font-weight:bold;
}
/*///////////////////////////////
MENU PERSONALIZADO
///////////////////////////////*/
.menu2 {
	width:100%;
	margin:0px;
	padding:0px;
	font-size:20px;
	letter-spacing: -0.05em;
}
.menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu2 ul li {
}
.menu2 ul li a:link, .menu2 ul li a:visited {
	color:#b11116;
	display:block;
	font-weight:bold;
}
.menu2 ul li a:hover {
	color:#464646;
}
/*///////////////////////////////
///////////////////////////////*/
#content {
	width:auto;
	top: 0;
	width: 600px;
	margin-top: 70px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 310px;
}
.container {
}
#content p {
	margin-bottom: 9px;
	line-height:19px;
	text-align:justify;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 26px;
	font-weight:bold;
	letter-spacing:-0.05em;
	margin-bottom:5px;
	margin-top:20px;
	color:#b11116;
}
h2 {
	font-style:italic;
	font-size:20px;
	margin-bottom:15px;
	letter-spacing:-0.05em;
	font-weight:normal;
}
h3 {
	font-size: 26px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h4 {
	font-size: 12px;
}
#once {
	clear: left;
}
/*///////////////////////////////
TOP
///////////////////////////////*/
#logo {
	width:146px;
	height:159px;
	z-index:99;
}
/*///////////////////////////////
FOOTER
///////////////////////////////*/
#footer {
	width:240px;
	font-size:11px;
	color:#464646;
	margin-top:65px;
}
#footer a:link, #footer a:visited {
	color:#464646;
}
#footer a:hover {
	color:#b11116;
	text-decoration:underline;
}
/*///////////////////////////////
GALERIA FOTOS
///////////////////////////////*/
.title {
	font-size:11px;
}
.caption {
	font-size:11px;
	font-style:italic;
}
#img-container {
	padding: 0px;
}
#img-container p {
	width: 400px;
	margin: 0;
	padding: 0;
}
/*galeria slide*/
.nav, .nav a, .nav a:visited {
	font-size:13px;
	color:#464646;
}
.img-bot{
	margin-top:5px;
	border: 1px solid #d9d9d9;
	padding:5px;
	background-color:#f5f5f5;
}
/*///////////////////////////////
VIDEOS y RADIOS
///////////////////////////////*/
.videos{
	padding:10px;
	background-color:#f5f5f5;
	width:480px;
	margin-bottom:35px;
	border: 1px solid #d9d9d9;
}
.titulo{
	float:left;
	margin-bottom:6px;
	font-size:18px;
	letter-spacing:-0.05em;
	color:#b11116;
}
/*galeria over and over
p img{
	border: 1px solid #d9d9d9;
	padding:5px;
	background-color:#f5f5f5;
}*/
/*///////////////////////////////
///////////////////////////////*/
#tit_page{
	font-size:20px;
	color:#464646;
	font-weight:bold;
	letter-spacing:-0.05em;
	width:600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	margin-bottom:25px;
}
#homeslide{
	position:absolute;
	top:30px;
	left:240px;
	z-index:100;
}

