/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
	margin: 0px 0 0px 0px;
	padding: 0;
	text-align: center;

}

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 900px;

}

#header {
	position: relative;
	margin: 0;
	width: 900px;
	background-color: #FFFFFF;
}

#main_container {
	padding: 0;
	margin: 0px;
	background-position: bottom;
	width: 900px;
}

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
}

#left_column_container {
    margin-top: 0px;
    padding: 0;
    /*width: 200px;*/

    float: left;
}

#sub_container1 {
    margin: 0 0 0 0px;
    padding: 0;
}

#sub_container2 {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	height: 350px;
}

#content_container {
	overflow: hidden;
	padding: 0;
	width: 888px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	height: 370px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	clear: both;
	position: relative;
	width: 900px;
	height: 130px;
	background-image: url(images/cabecera.gif);
	background-position: left;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 3px 5px 3px 5px;
    margin-bottom: 3px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 919px;
    text-align: right;
}


/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 202px;
    height: 80px;
    position: relative;
    top: 15px;
    left: 677px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	line-height: 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 900px;
	height: 32px;
	background-image: url(images/menubg.gif);
	vertical-align: middle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}

html>body #main_nav_container {
    width: 900px;
	vertical-align: middle;
}

#main_nav_list {
    margin: 0 0px 0 0px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 3px 15px 0px 20px;
    display: block;
    float: left;
    line-height: 26px;
    text-align: center;
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
	vertical-align: middle;
}

html>body #main_nav_list a {
    height: 32px;
}

a.main_nav_item:hover {
    /*background: transparent;*/

}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    position: relative;
    top: 0px;
    left: 5px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0px 0 0px 0;
    overflow: hidden;
    width: 924px;
    voice-family: "\"}\"";
    voice-family: inherit;
	
    /*height:26px;*/

}

html>body .sub_nav_container {
    width: 900px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0 0px 0 25px;
    padding: 0;
    list-style-type: none;

}

.sub_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;

}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 11px 0px 11px;
    display: block;
    float: left;
    line-height: 26px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;

}

html>body .sub_nav_list a {
    height: 26px;

}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 45px;
	clear: both;
	position: relative;
}

#footer_text {
	margin: 0px;
	text-align: right;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 1px;
    margin-bottom: 15px;
    /* width: 99.8%;*/

    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
}

.content select {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/
.contenido {
	font-family: Helvetica;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	font-style: normal;
	text-align: justify;
	line-height: normal;
}
.titulo {
	height: 35px;
}
#Layer2 {
	position:relative;
	width:490px;
	z-index:1;
}
.img {
  float: left;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.Estilo4 {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Estilo5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
}
.Estilo6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.Estilo7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Estilo15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Layer3 {
	position:relative;
	width:363px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 2px solid #666666;
	text-align: justify;
	padding: 12px;
	margin-top: 5px;
}
#Layer4 {
	position:relative;
	width:363px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 2px solid #666666;
	text-align: justify;
	padding: 12px;
	margin-top: 5px;
	height: 300px;
}

#destacados_img_wrap {
	position:relative;
	width:378px;
/* 	min-height: 204px; */
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	border: 2px solid #666666;
	text-align: justify;
	margin-top: 5px;
	padding: 5px;
	background-color: #000;
	color: #FFF;
}

#panelcentros {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	margin-top: 20px;
}

#panelcentros a {
	text-decoration: none;
	color: #666;
}

#panelcentros a:hover {
	text-decoration: underline;
}

#panelcentros #centros {
	margin-top: 20px;
}

#panelcentros #cabecera_centros {
	background-image: url(images/menubg2.gif);
	background-repeat: repeat-x;
	width: 308px;
	height: 15px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
	
}
#panelcentros #pais {
	margin-bottom: 10px;
}
#panelcentros #pais label {
	margin-right: 30px;
}
#panelcentros #ciudad label {
	margin-right: 9px;
}
#panelcentros select {
	width: 250px;
}

/* Ventana Popup */

#popup {
	z-index:2; 
	position: fixed; 
	border: 1px solid #333333; 
	text-align: left;
	background: #444;
	width: 450px;
	min-height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

#popin {
	background-color: #fff;
	min-height: 300px;
	margin: 35px 15px 10px 15px;
}

#cerrarpopup {
   float:left; 
   margin-right:5px; 
   cursor:pointer; 
/*    font:Verdana, Arial, Helvetica, sans-serif;  */
   font-size:12px; 
   font-weight:bold; 
   color:#FFFFFF; 
   background-color:#333; 
   width:12px; 
   position:relative; 
   margin-top:-1px; 
   text-align:center; 
}

#popup h3 {
	font-size: 1.6em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 5px;
}

#popup p {
	padding-left: 50px;
	padding-bottom: 15px;
}

#popup p.descripcion {
	padding-bottom:0px;
	margin-bottom:0px;
}

#popup div.descripcion {
	margin: 0;
	padding: 0px;
	margin-left: 50px;
	margin-bottom: 15px;
}
#resultado1 {
	visibility:hidden;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align:bottom;
	margin-bottom:70px;

}
#resultado2 {
	visibility:hidden;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#resultado3 {
	visibility:hidden;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#resultado4 {
	visibility:hidden;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#resultado5 {
	visibility:hidden;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

