﻿/* CSS layout */

html {
	overflow-y: scroll;
}

body 
{
	background-color: #FFFFFF;
	overflow-y: visible;
}
.bodyBackgroundGris
{
    background-image: url('../IMG/backgroundGrisBlanco.jpg');
	background-repeat: repeat-x;
    }
.headerBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 175px;
	background-color: #2a2723;
	xfilter: alpha(opacity=100);
}
.headerBackgroundLinea {
	position: absolute;
	top: 173px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
}
.backgroundNegroTransparente {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 455px;
	background-image: url('../IMG/backgroundNegroTransparente.png');
	background-repeat: repeat-x;
	z-index:10;
}

#topMenu {
	position: relative;
	top: 110px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}





#page_titulos {
	color: #98181F;
	text-transform: uppercase;
}
	#page_titulos h1 {
		font: small Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
		margin-top: 10px;
	}
	#page_titulos h2 {
		font: x-large Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
		letter-spacing: -1pt;
		margin-bottom: 6px;
	}




#page_normalText {
	font: medium "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
	line-height: 130%;
}
#page_normalText div.destacado {
	padding: 6px;
	color: #2a2723;
	line-height: 110%;
	font-size: small;
	text-transform: uppercase;
	margin-bottom: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #A4A4A4;
	border-top-color: #A4A4A4;
	border-top-width: 1px;
	border-top-style: dotted;
}




#page_citaText {
	font: large Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #98181F;
	line-height: 140%;
}
#page_citaText a {
	font: small;
	color: #98181F;
	text-decoration: none;
	font-size: small;
	text-transform: uppercase;
}
#page_citaText a:hover {
	text-decoration: none;
	border-bottom-color: #494925;
	color: #666633;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: #494925;
}



#page_smallText {
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
	line-height: 130%;
}
#page_smallText div.destacado {
	color: #2a2723;
	line-height: 170%;
	text-transform: uppercase;
	font-size: x-small;
}
.page_smallText {
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
	line-height: 130%;
}
.page_smallText div.destacado {
	color: #2a2723;
	line-height: 170%;
	text-transform: uppercase;
	font-size: x-small;
}
#page_modelText {
	font: small Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	line-height: 22px;
	text-transform: uppercase;
}
#page_modelText a {
	padding: 4px;
	color: #005B88;
	text-decoration: none;
}
#page_modelText a:hover {
	text-decoration: none;
	border-bottom-color: #494925;
	color: #666633;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: #494925;
}




#page_clientList {
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
	line-height: 200%;
}
#box_clientList {
}
#box_clientList div.box {
	text-align: center;
	width: 204px;
	height: 70px;
	border: 8px solid #E4E4E4;
	background-image: url('../IMG/backgroundBoxClientList.png');
	margin-top: 10px;
	margin-bottom: 10px;
}




#box_alianzaList {
}
#box_alianzaList div.box {
	text-align: center;
	width: 144px;
	height: 60px;
	border: 8px solid #E4E4E4;
	margin-top: 10px;
	margin-bottom: 10px;
}


	
a.link {
	color: #005B88;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.link:hover {
	text-decoration: none;
	border-bottom-color: #494925;
	color: #666633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.linkEnLinea {
	color: #005B88;
	text-decoration: none;
	border-bottom-color: #005B88;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
a.linkEnLinea:hover {
	text-decoration: none;
	border-bottom-color: #494925;
	color: #666633;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}




#newsPanel {
	height: 350px;
	overflow: hidden;
/*	background-color: #CCCCCC; */
}
.newsPanelItem_0 {
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-left: 1px solid gray;
	padding: 2px;
	border-left-color: #C0C0C0;
	cursor:pointer;
}
.newsPanelItem_0 h1{
	font: x-small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
	text-transform: uppercase;
}
.newsPanelItem_0 h2{
	font: x-small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	line-height: 120%;
	color: #808080;
	word-spacing: 2px;
}
.newsPanelItem_0:hover {
	margin-bottom: 10px;
	border: 1px solid gray;
	padding: 2px;
	border-color: #C0C0C0;
}
.newsPanelItem_SelArrow {
	background-image: url('../img/bgNewsMarcada.gif');
}
.newsPanelItem_2 {
	margin-bottom: 10px;
	padding: 2px;
	/*background-color: #D8D8D8;*/
	background-image: url('../img/bgNewsMarcada.gif');
	border: 1px solid #C0C0C0;
}
.newsPanelItem_2 h1{
	font: x-small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
.newsPanelItem_2 h2{
	font: x-small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	line-height: 120%;
	color: #666666;
	word-spacing: 2px;
}
/*
#newsPanelItem_0 {
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-left: 1px solid gray;
	padding: 2px;
	border-left-color: #C0C0C0;
}
#newsPanelItem_0 h1{
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #333333;
	text-transform: uppercase;
}
#newsPanelItem_0 h2{
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
}
#newsPanelItem_1 {
	margin-bottom: 10px;
	border: 1px solid gray;
	padding: 2px;
	border-color: #C0C0C0;
}
#newsPanelItem_1 h1{
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #333333;
	text-transform: uppercase;
}
#newsPanelItem_1 h2{
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #808080;
}

#newsPanelItem_2 {
	margin-bottom: 10px;
	padding: 2px;
	background-color: #D8D8D8;
	border: 1px solid #C0C0C0;
}
#newsPanelItem_2 h1{
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #333333;
	text-transform: uppercase;
}
#newsPanelItem_2 h2{
	font: small "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
}*/




#boxTrabajo {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #98181F;
}
#boxTrabajo div.box {
	text-align: center;
	width: 204px;
	height: 110px;
	border: 8px solid #98181F;
}
#boxTrabajo h1 {
	font-size: x-small;
	text-transform: uppercase;
}
#boxTrabajo h2 {
	font-size: small;
	color: white;
	text-transform: none;
}



#footer 
{
    
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-transform: uppercase;
	color: #999999;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
	border-top-style: dotted;
	border-top-color: #E2E2E2;
	border-top-width: 1px;
	padding-top: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}
a.linkFooter {
	color: #999999;
	text-decoration: none;
}
a.linkFooter:hover {
	color: #666633;
	text-decoration: none;
	border-bottom-color: #494925;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

#divBodyDocument
{
    z-index:20;
}
#divHeader > *
{
    z-index:40;
}
.absHeader > *
{
    position: absolute;
    }
#divBodySlider
{
    width:100%;
    overflow:hidden;
    height:100%;
    background-color:Black;
    position:absolute;
    
}
#divBodySliderFloater{
    position:absolute;
    
}

#divBodySlider div{
    position:absolute;
    display:none;
}    
.hiddenContent
{
    display:none;
    }
.parrafoSeparado
{
    padding-bottom:15px;
    }
    
#divDatesFilter
{
    line-height:130%;
    }