

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	/*background: #CCD8E0 url(img/bg.jpg) repeat-x left bottom;*/
	/*background: #CCD8E0;*/
	background: rgb(230,230,230);
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 830px;
}

/* header */
.top {
	/*background: url(img/clouds.gif) repeat-x;*/
	padding: 10px 10px 0;
}

.idiomas {
	
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 830px;
	text-align: right;
}

.idiomas a {
	text-decoration: none;
	font: normal 1em sans-serif;
}

.pie {
	
	font-size: 1.2em;
	margin: 0 auto;
	padding: 6px 10px 5px;
	width: 830px;
	text-align: center;
	font-weight:normal;
	color: #963;
}

		


/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 80px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 830px;
}
.header .left, .header .right {
	/*background: #A4A4A0;*/
	color: #FFF;
	height: 80px;	
}
.header .left {
	
	background: url(img/logo4.gif);
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 80px;
	/*text-align: center;*/
	width: 162px;
}

.header .left h1 {
	font: normal 1.4em "Trebuchet MS",sans-serif;
	margin-left:20px;
	margin-top: 40px;
}

.header .left .cabeceraLeft
{
    background: rgb(238,223,183);
    width:112px;
    height:100px;
    margin-top:-50px;
}

.header .right 
{
    	background: url(img/header-right3.gif);
	overflow:hidden;
	width: 658px;
	color:Black;
}
/*.header .right p,.header .right h2 {padding: 0 16px;}*/
.header .right h2 
{
    float:right;
    padding-top: 20px; 
    margin-right:10px;
    font: 2em 'Bookman Old Style';
    font-weight:400;
    font-family:
}

.fuente-grande
{
	font: 2em 'Bookman Old Style';
	font-weight:500;
}

/*.header .right h3 
{  
    margin-top:-22px; 
    padding: 0 16px;
    font: 4em 'Bookman Old Style';
    font-weight:500;
}*/

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.navigation .active {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #234;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	background-position: left bottom;
	cursor: default;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain4.bmp) repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 160px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	/*background: #F0F0EB;*/
	color: rgb(133,81,73);	
}

.sidenav li .liSelected{
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	/*background: #F0F0EB;*/
	color: rgb(133,81,73);
}

/* content */
.content {
	float: right;
	margin: 0 0;
	padding: 0 0;
	width: 658px;
	border:solid 0px black;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
	
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.divTextos
{
    float:left;
    width:300px;
    margin-left:10px;
    border:solid 0px black;
}

.divImagenes
{
    
    float:right;
    width:330px;
    border:solid 0px black;
    height:405px;
}

.divImagenes .imagen
{
   height: 330px;
   overflow:hidden;
   border:solid 0px red;
}

.imgDetCont
{
	border:solid 1px rgb(239,239,248);
    margin: 30px 0 0 0px;
}

.imgDet
{
    margin-right:9px;
    margin-top: 6px;
    height: 35px;
    width: 35px;
    overflow:hidden;
    border: solid 2px rgb(180,180,180);
    float:left;
}

.imgDet:hover
{
    border: solid 2px #963;
}

.imgDetFixed
{
    margin-right:9px;
    margin-top: 6px;
    height: 35px;
    width: 35px;
    overflow:hidden;
    border: solid 2px rgb(180,180,180);
    float:left;
}

.borderSel
{
    border: solid 2px #963;
}

.imgDet a img
{
    border:0;
}

.hab
{
	font-weight:bold;
	margin-top:9px;
	line-height: 25px;
}

.hab div
{
	vertical-align:bottom;
}

.hab img
{
	width:25px;
	margin-left: 5px;
	vertical-align: bottom;
}

.hab2
{
	font-weight:regular;
	margin-top:9px;
	line-height: 17px;
	font-family: "Lucida Sans Unicode",sans-serif;
}

.hab2 div
{
	vertical-align:bottom;
}

.hab2 img
{
	width:17px;
	margin-left: 5px;
	vertical-align: bottom;
}

/* footer */
.footer {
	background: url(img/bgfooter.bmp) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

.imgFoot
{
	border:solid 0px black;
	vertical-align:bottom;
	margin-bottom:-5px;
}

.imgMail2
{
	vertical-align:bottom;
	margin-bottom:-5px;
}

#mailFoot
{
	background-image:url(img/mail3.bmp);
	border:solid 0px black;
	width:150px;
	height:22px;
}

#telefonoFoot
{
	background-image:url(img/telefono2.bmp);
	border:solid 0px black;
	width:107px;
	height:22px;
}
