/*Hoja de Estilos Estudio Bonomi*/
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#2a4769;
	margin: 0;
	background-color: #00183c;
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
} 

#intro {
	width:385px;
	margin:65px auto 0 auto;
	text-align:center;
}
#header {
	height:25px;
	width:958px; 
	margin:0 auto;
}
#idiomas {
	height:20px;
	width:920px; 
	margin:0 auto;
	text-align:right;
	font-size:12px;
	line-height:25px;
	color:#647fa9;
}

#idiomas a { color:#647fa9; text-decoration:none; line-height:10px; }
#idiomas a:visited { color:#647fa9 }
#idiomas a:active { color:#647fa9 } 
#idiomas a:hover { color:#7290c0 }

#contenedor {
	width:918px;
	height:560px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin:0 auto;
	background-image:url(../../images/bg-contenedor.gif);
	padding:0 20px 0 20px;
}
#top {
	height:90px;
	width:918px; 
}

/* MENU************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
margin-bottom:20px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 9px 25px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 9px; /*shift text down 1px for selected and active item*/
padding-bottom: 9px; /*shift text down 1px for selected and active item*/
background: black url(../../images/indentbg2.gif) center center repeat-x;
}
/* *****************************************************************/

#animation {
	float:left;
	width:375px;
	height:393px;
	background-color:#CCC;
}
#contenidos {
	float:right;
	width:523px;
}

#contenidos a { color:#2a4769; text-decoration:underline; }
#contenidos a:visited { color:#2a4769 }
#contenidos a:visited:hover { color:#2a4769 } 
#contenidos a:hover { text-decoration:underline; color:#386aa4 }

h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#123053;
	margin:0;
	padding:0 0 20px 0;
	line-height:22px;
}

h2{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
	font-size:22px;
	line-height:28px;
	color:#123053;
	margin:0;
	font-weight:normal;
	text-align: center;
}

/* FOOTER************************************************************/
#footer{
	width:958px; 
	margin:0 auto;
	padding:10px 0 0 0;
	color:#334663;
	font-size:11px;
}

#footer-left {
	float:left;
	width:250px;
}

#footer-right {
	float:right;
	width:700px;
	text-align:right;
	color:#4d5e77;
}

#footer-left a { color:#334663; text-decoration:none; }
#footer-left a:visited { color:#334663 } 
#footer-left a:hover { text-decoration:underline; color:#4d5e77 }

/* *****************************************************************/

