@charset "utf-8";

/* RESET */
html, body, div, span, applet, object, iframe, blockquote, 
h1, h2, h3, h4, h5, h6, p, a, em, font, img, ol, ul, li, 
fieldset, form, label, legend, caption, pre{	
	background: transparent;
	border: none;
	font-size: 100%;
    font-weight: normal;
	list-style-type:none;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;	
}
html{
	height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	background:url("images/layout/bg_site.png") 0 0 repeat-x #FFFFFF;
	color: #4A4A4A;
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    height: 100%;
    line-height: 1.2 em;/*  1em = 12px  */
    text-align: center;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border:none;
}
small{
	font-size: 10px;
}
.clear{
	clear: both;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	overflow: hidden;
	min-height: 0 !important;
}
a:link {}
a:visited {}
a:hover {}
a:active {}
/*Esta no funciona en IE 6 / y en Mozilla Firefox se comporta como active*/
a:focus {}
p {
	font-size:12px;
	text-align:justify;
}
/*Aplica formato a la primera linea de un p?rrafo*/
p:first-line {}
/*Aplica formato a la primer letra de un p?rrafo*/
p:first-letter 	{}
								
/*  B?sicos */
.CursorHand	{
	cursor: pointer;
}							
					
/****************************************  DIAGRAM LAYERS  ***************************************/				
.wrap{
	background-color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	width:960px;
}
#Top {
	background:url("images/layout/top/bg_top.png") 0 0 repeat-x transparent;
	height:140px;
	position: relative;
	width:960px;
}
#Left {
	float: left;
    height: 100%;
    margin-left: 22px;
    margin-right: 5px;
    position: relative;
    width: 185px;
	*width: 175px;
}
#Content {
	float: left;
    height: 100%;
	margin-left:7px;
	padding-bottom: 5px;
    position: relative;
}
#Right {
	position:relative;
}
#Bottom {
	background:url("images/layout/bottom/bg_bottom.png") 0 0 repeat-x transparent;
	height:30px;
	position: relative;
	width:960px;
}
#PreHome{
	background-color:#FFFFFF;
}

/*-------------- #Top --------------*/
#Top h1	{	
	font-size:11px;
	text-transform:capitalize;
	padding-left:15px;
	display:block;
	text-decoration:underline;
}
#Top ul.menu_top{
	float:left;
	list-style:none;
	margin-top: 40px;
}
#Top ul.menu_top li{
	background:url("images/layout/top/bg_item_top.png") 0 0 no-repeat transparent;
	float:left;
	height:80px;
}
#Top ul.menu_top li.no_bg{
	background:none;
}
#Top ul.menu_top li a{
	color: #777777;
	float:left;
    font-size: 13px;
    font-weight: bold;
	margin:66px 25px 0 25px;
    text-transform: uppercase;
}
.TopSelH1 {/*Para cuando quede seleccionada le aplico */
	color:#009999;
}

/*-------------- #Left --------------*/
#Left ul.menu_left{
	float:left;
	list-style:none;
}
#Left ul.menu_left li{
	clear: both;
    float: left;
}
#Left ul.menu_left li a{
	background-repeat:no-repeat;
	color:#FFF;
	float:left;
	font-size: 13px;
    font-weight: bold;
	height:24px;
	*height:31px;
	margin-bottom:3px;
	padding: 7px 0 0 5px;
	width: 185px;
}
#Left ul.menu_left li a.items_left_last{
	 height:26px;
	 *height:37px;
	 padding-left:30px;
	 padding-top: 11px;
	 text-transform:uppercase;
}
#Left ul.menu_left li p.info_left{
	color: #8CB11B;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
    width: 165px;
}
.LeftSelH1 { /*Para que quede seleccionada le aplico */
	color:#FF0000;
}

/*-------------- #Content --------------*/
#Content a img {
	border:0px; 
}
#Content h1 {	
	font-size:15px;
	color:#01346B;
	font-weight:bold;
	text-transform:uppercase;
}
#Content h1.item_title{
	color:#8CB11B;
	display:inline;
}
#Content h3.title_sec{
	color: #8CB11B;
    display: inline;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}
#Content p.item_text{
	font-size:12px;
	text-align:justify;
}
#Content ul.items_info_nav{
	font-size: 12px;
	width: 240px;
}
#Content ul.items_info_nav li{
	clear:both;
}
#Content ul.items_info_nav li img{
	float: left;
    margin-right: 5px;
    margin-top: 11px;
}
#Content ul.items_info_nav li a{
	line-height:25px;
}
#Content a.breadcrumb{
	font-size:15px;
	color:#919191;
	font-weight:bold;
	text-transform:uppercase;
}
#Content h2 {	
	font-size:15px;
	color:#919191;
	font-weight:bold;
	text-transform:uppercase;
}
#Content .item_detail{
	padding-bottom:15px;
	text-align:justify;
}
#Content .item_detail ul{
	list-style-image:url("/images/img/vinieta.gif") !important;
	font-size:12px;
	margin-bottom: 10px;
	margin-left:15px;
	margin-top: 7px;
}
#Content div.forms{
	float: left;
    overflow: auto;
	padding-bottom: 10px;
}
#Content div.forms p.forms_titles{
	border-bottom: 2px solid #E9E9E9;
    color: #8CB11B;
    font-size: 14px;
    font-weight: bold;
	padding-bottom: 5px;
	margin-top:10px;
}
#Content div.brothers_nav{
	float:left;
	margin-right:6px;
}
#Content div.brothers_nav img{
	border:0;
	float:left; 
	margin-right:6px; 
	margin-top:6px;
}
#Content div.brothers_nav a{
	float:left; 
	font-size:12px;
}
#Content .banners_home{
	width:734px;
	*width:738px;
}
#Content .banners_home .banner_home_left{
	float: left;
}
#Content .banners_home .banner_home_right{
}

			
/*-------------- #Bottom --------------*/
#Bottom h1 {	
	font-size:11px;
	padding-left:12px;
	text-decoration:underline;
}
#Bottom ul.menu_bot{
	float:left;
	list-style:none;
	margin-top:10px;
}
#Bottom ul.menu_bot li{
	border-right:1px solid #777777;
	float:left;
}
#Bottom ul.menu_bot li.no_border{
	border:none;
}
#Bottom ul.menu_bot li a{
	color: #777777;
	float:left;
	*float:inherit;
    font-size: 11px;
    font-weight: bold;
	margin:0px 7px 0 7px;
    text-transform: uppercase;
}
#Bottom ul.menu_bot li a img{
	float: left;
    margin-bottom: 5px;
    margin-left: 12px;
	*margin-left: 20px;
    margin-top: -15px;
}
#Bottom ul.menu_bot li p{
	color: #666666;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
	width: 687px;
}
.BotSelH1 {/*Para que quede seleccionado */
	color:#009999;
}
				
/******** BORDES en Orden de Izquierda a Derecha - TRBL -Top - Right - Bottom - Left ***********/

/* Los Nombres de los bordes deben contener la ubicaci?n + la posici?n/es donde es aplicado 
   Ej.: DiagramRL -> describe su aplicaci?n en el Diagram para los bordes Right y Left  */

.AlbumTRBL {
	border: #CCDCEC solid; 
	border-width: 2px 2px 2px 2px;
}
/*-------------- #PreHome --------------*/
#PreHome div.languages_pre{
	width: 600px;
}
#PreHome div.languages_pre img{
	float:left;
	margin-right: 100px;
}
#PreHome div.languages_pre ul{
}
#PreHome div.languages_pre ul li{
	background:url("images/img/vineta_pre.png") 0 2px no-repeat transparent;
	float: left;
	margin-bottom: 6px;
}
#PreHome div.languages_pre ul li a{
	border-bottom: 1px solid #777777;
	color:#777777;	
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 25px;
	margin-left: 20px;
	text-transform: uppercase;
    width: 150px;
}
#PreHome div.languages_pre ul li a:hover{
	font-size: 18px;
	text-decoration:none;
}
#PreHome ul.menu_bot{
	background:url("images/layout/bottom/bg_bottom.png") 0 0 repeat-x transparent;
	height:30px;
	float:left;
	list-style:none;
	margin-top:10px;
	width:960px;
}
#PreHome ul.menu_bot li{
	float:left;
}
#PreHome ul.menu_bot li.no_border{
	border:none;
}
#PreHome ul.menu_bot li p{
	color: #666666;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
	width: 687px;
}


/******************************** ESTILOS EXTRA PARA FORMULARIOS ********************************/
form h3 {
	font-size: 11px;   
}
.Scroll {
	border:solid;
	border-width:1px;
	border-bottom-color:#AABCD6;
	border-left-color:#AABCD6;
	border-right-color:#AABCD6;
	border-top-color:#AABCD6;
	scrollbar-arrow-color: #666666;
	scrollbar-shadow-color: #AABCD6;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
.FieldForm{
	border:solid;
	border-width:1px;
	border-bottom-color:#AABCD6;
	border-left-color:#AABCD6;
	border-right-color:#AABCD6;
	border-top-color:#AABCD6;
}
.FieldForm2	{
	width:140px;
	border:solid;
	border-width:1px;
	border-bottom-color:#AABCD6;
	border-left-color:#AABCD6;
	border-right-color:#AABCD6;
	border-top-color:#AABCD6;
}
.FieldError {
	background-color: #003873;
	border: #01346B;
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FFFFFF;
}
.ErrorMesForm{
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	background-color:#003873;
}
.Container	{
	height:100%;
}
.ContainerNav{
	height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    width: 90%;
    z-index: 2;
}
.BorderForm {	
	border:solid;
	border-width:1px;
	border-color:#000066;	
}
div#holdv{
	position:relative;
	overflow:hidden;
	width:115px;
	height:295px;
	z-index:100;
}
div#wn1v{
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:15000px;
	clip:rect(0px, 140px, 300px, 0px);
	z-index:1;
}
div.content	{ 
	position:absolute;
	left:0px;
	top:0px;
	height:auto;
	z-index:1;
}
			  
/* IDIOMAS PREHOME */
.Idiomas {		
	font-size:11px;
	color:#575453;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}		
.Idiomas:hover {		
	font-size:12px;
	color:#575453;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}			
.IdiomasBottom {		
	font-size:10px;
	color:#575453;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}			
.IdiomasBottom:hover {		
	font-size:11px;
	color:#575453;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
