/* Hoja de estilos Endalia */

body 
{
	margin: 10 30px;
    background: #f4f5f7 url('../images/gradient.gif') repeat top;
    text-align: center;
    font-size: .7em;
    font-family: Tahoma, Arial, Helvetica;
    color: #444;
}

/* -------------------------------------
/*  default links
/* -------------------------------------*/

a:link, a:visited 
{
	color: #0e7fc7; 
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

/* -------------------------------------
/*  clearfix
/* -------------------------------------*/


.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.formitem
{
	font-size: 1em;
    font-family: Tahoma, Arial, Helvetica;
    color: #444;
}
img 
{
	border: none;
}
form 
{
	padding:0;
    margin:0;
}
dt 
{
	margin-top:5px;
    font-weight:bold;
}
#container 
{
    width: 904px;
    margin: 0 auto;
    padding: 20px 20px;
    text-align:left;
    background:#fff;
}
#header 
{
    border: 1px solid #e3e3e3;
    border-bottom:none;
    height:85px; /*125px*/
}
#toolbar 
{
    border-top: 2px solid #f4f5f9;
}
#search 
{
    float:right;
    padding:5px;
    margin:0;
    background:#f4f5f7;
    color:#444;
    margin-left:10px;
}
#sitemap 
{
    margin-left:10px;
    float:right;
    text-decoration:none;
    font-size:1em;
    color: #444;
    padding: 7px 18px 5px 0;
    visibility: hidden;
}
#sitemap a 
{
    text-decoration:none;
    color: #444;
}
#logo 
{
    display:inline;
    float:left;
    margin: 35px 50px 0px 20px;
    width:150px;
    height:27px;
    background:url('../images/endalia-logo.jpg') no-repeat;
}
#logo a 
{
    display:block;
    width:150px;
    height:30px;
}
#logo span {display:none;}



/* Horizontal menu styles */
#nav 
{
    padding:0;
    margin: 10px 0 0 176px;
}
html>body #nav {margin: 30px 0 0 179px;}  /*60px*/

#nav li 
{
    list-style:none;
    float:left;
    position:relative;
    margin-right: 20px;
    border-left: 1px solid #d7d7d7;
}
#nav li#lang 
{
    float:right;
    margin-left:25px;
    margin-right: 18px;
    border-left: 1px solid #0e7fc7;
    /*visibility:hidden;*/
}
#nav a 
{
	display:block;
    float:left;
    padding: 20px 0 0 7px;
    text-decoration: none;
    color: #444;  
}
#nav ul.sub 
{
	padding:20px 0 10px 0;
    margin:0;
    width:170px;
    display:none;
    position:absolute;
    top:33px;
    left:-1px;
    background: #fff;
    border-left: 1px solid #0e7fc7;
    z-index: 1000;
    visibility:hidden;
}
#nav ul.sub li 
{
    width :170px;
    float:left;
    position:relative;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul.sub li { float:left; height:1%; }
* html #nav ul.sub li a { height:1%; }
/* End */
#nav ul.sub li a 
{
	display: block;
    background: #fff; /* IE6 Bug */
    padding:3px 3px 3px 7px;
    text-decoration: none;
    color: #444;
}
#nav ul.sub li a:hover 
{
	color: #0e7fc7;
    text-decoration: underline;
}
#nav li:hover , #nav li.over { border-left: 1px solid #0e7fc7; }
#nav li:hover li, #nav li.over li {border:none;}
#nav li:hover ul.sub, #nav li.over ul { display:block; } /* The magic */

#nav li#lang ul.sub 
{
    visibility:hidden;
}

#hiddenlink
{
	display:none;
}

/* menu end */

#visual 
{
	float:left;
}
#content 
{
	position:relative;
	padding: 10px;
	width:882px;
	border-left: 1px solid #e3e3e3;	
	border-right: 1px solid #e3e3e3;
}
#navpath 
{
	clear: both;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding-top: 0px;
}
#navpath div 
{
	width: 887px;
	padding:5px 5px 7px 10px;
	background: #f3f5f7;
}
#navpath a 
{
	color: #949494;
	text-decoration:none;
	margin-right:2px;
	padding-right:2px;
}
#navpath a.navcurr 
{
	padding-right:14px;
}
#navpath a.navmain 
{
	font-weight:bold;
}

/************ Menú de navegación vertical **************/

#menu 
{
	width:200px;
	padding: 20px 5px 100px 10px;
	float:right;
	overflow:hidden;
	background:url('../images/line_vertical_large.gif') top left no-repeat;
}

#menu ul 
{
	margin:0;
	padding:0;
}
#menu li 
{
	margin:0;
	padding-top:3px;
	list-style:none;
}
#menu li a 
{
	list-style:none;
	display:block;
	color:#444;
	font-size: 1.1em;
	font-weight:normal;
	text-decoration:none;
	padding:2px 10px 1px 10px;
}
#menu li li {
	margin:0;
	padding:0;
	border-top:none;
}
#menu li.curr ul {
	margin:8px 0;
}
#menu a:hover {
	color: #0e7fc7;
	text-decoration: underline;
}
#menu li.curr {
	color:#1F4A76;
	font-size:1.4em;
	font-weight:normal;
	font-family: Arial;
	padding:4px;
}




/************ Sección de contenidos **************/

#maincontent 
{
	display: block;
	padding: 10px 10px 10px 20px;
	width: 600px; 
	font-size:1.1em;
	line-height: 1.3em;
	color: #444; 
	text-align:justify;
	overflow:hidden;
	float:left;
	/*vertical-align: text-top;*/
}
#maincontent h1 
{
	margin: 5px 0 10px 0;
	padding: 5px 6px 5px 0px;
	font-family: Arial;
	font-weight: normal;
	font-size:1.9em;
	color: #1F4A76;
}
#maincontent h2 
{
	margin: 5px 0 10px 0;
	padding: 15px 6px 0px 0px;
	font-family: Arial;
	font-weight: normal;
	font-size:1.4em;
	color: #1F4A76;
}
#col1 
{ 
	float:left;	
	width:320px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height: 1.15em;
}
#col2 
{ 
	float:left;
	width:250px;
	line-height: 1.15em;
	padding-bottom:30px;
}
#col1col2
{
    width:100%;
    float:left;
}


/************ Columna derecha de contenidos **************/

#rightblock 
{
	padding-top:20px;
	width:170px;
	float:right;
}

/************ Footer **************/

#footer 
{
    border: 1px solid #e3e3e3;
    background: #f4f4f4;
    color: #999ea4;
    padding: 10px 10px;
    font-size:1em;
}
#footer a 
{
    color: #999ea4;
}


/* -------------------------------------
/*  home columns
/* -------------------------------------*/

#maincontenthome
{
	display: block;
	padding: 10px 10px 10px 20px;
	width: 880px; 
	font-size:1.1em;
	line-height: 1.3em;
	color: #444; 
	text-align:justify;
	overflow:hidden;
	float:left;
	/*vertical-align: text-top;*/
}
#maincontenthome h1 
{
	margin: 5px 0 10px 0;
	padding: 5px 6px 5px 0px;
	font-family: Arial;
	font-weight: normal;
	font-size:1.9em;
	color: #1F4A76;
}
#maincontenthome h2 
{
	margin: 5px 0 10px 0;
	padding: 15px 6px 0px 0px;
	font-family: Arial;
	font-weight: normal;
	font-size:1.4em;
	color: #1F4A76;
}

#home-col1 { 
	float:left;	
	width:280px;
	padding-right:20px;
	line-height: 1.15em;
}
#home-col1 h2 
{ 
	margin: 0px;
	margin-left: -5px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: Arial;
	font-weight: normal;
	font-size:1.4em;
	color: #FFFFFF;
	background: #1f4a76;
}

#home-col1 h2 a 
{ 
	color: #FFFFFF;
	text-decoration: none;
}
#home-col1 p 
{ 
	margin-bottom:-5px;
}
#home-col1 ul li 
{ 
	margin-left:-15px;
}
#home-col2 
{ 
	float:left;
	width:260px;
	line-height: 1.15em;
	padding-right:30px;
}
#home-col2 h2 
{ 
	margin: 0;
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px;
	font-family: Arial;
	font-weight: normal;
	font-size:1.4em;
	color: #fff;
	background: #1f4a76;
}
#home-col2 h2 a 
{ 
	color: #FFFFFF;
	text-decoration: none;
}
#home-col2 p 
{ 
	margin-bottom:-5px;
}
#home-col2 ul li 
{ 
	margin-left:-15px;
}


/* -------------------------------------
/*  buttons
/* -------------------------------------*/

div.buttons 
{
    width: 100%;
    padding-bottom:25px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* -------------------------------------
/*  buttons home
/* -------------------------------------*/

div.buttonshome
{
    width: 100%;
    padding-bottom:25px;
}
.buttonshome a, .buttonshome buttonhome{
    display:block;
    float:left;
    margin:0 7px 5px 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    width:235px;
}
.buttonshome buttonhome{
    width:235px;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttonshome buttonhome[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html buttonhome[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttonshome buttonhome img, .buttonshome a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

div.contactMaster
{
    float:right;
    display:block;
    padding-left:5px;
    padding-right:5px;
    background-color: #F5F5F5;
    border: 1px solid #dedede;
    border-right-style :none;
    border-top-style: none;
    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
}
.contactMaster a
{
      color:#565656; 
}

div.requestInformations
{
    float:left;
    margin-top:20px;
    display:block;    
    background-color: #F5F5F5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    float:left;
    width:300px;
    height:110px;
    padding:10px 10px 10px 10px;
}
.requestInformations a
{
    color:#1F4A76;
}
div.requestInformationsCentered
{
    color:#1F4A76;
    font-weight:bold;
    text-align:center; 
    padding-top:5px;
    padding-bottom:5px;
}

#pictureThumbs
{
        text-align:center;
        float:left;
        width:100%;
        margin-bottom:15px;
}
#pictureThumbs div
{
        background-color: #F5F5F5;
        display:block; 
        width:128px; 
        height:112px; 
        border-width:1px; 
        border-style:solid; 
        padding: 7px 7px 7px 7px;
        margin-right:6px;
        margin-bottom:5px;
        border-color:#dedede; 
        float:left;
        font-size: 10px;
        vertical-align:top;
}
#pictureThumbs a
{
    padding-bottom:5px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
#pictureThumbs img 
{
    width:122px;
    height:77px;
}
