/* Offices home style file, renewed version using floats only */
/* Last revised: $Date: 2003/02/14 12:50:52 $ by $Author: ivan $ */


@import url("home.css");
@import url("offices-import.css");
@import url("testimonials.css");
@import url("home-columns.css");

p.quote { 
    color: #933;
    /* font-style: italic; */
    margin-left:3%;
    margin-right: 3%;
    text-indent: 0;
}    

div.banner {
    margin-bottom: 1em;
    font-size: 95%;
}

h1.title { 
   font-size: 300%; 
   font-weight: bold;
   color: #037;
}

span.moveUp {
   position: relative;
   bottom: 9px;
}


h2.emphasis { 
 	 background: #FFFFCC;
    border-top: 0.5em;
    padding-left:0.3em;
    border-width: 1px;  
    border: 1px solid; 
}

h2.itemES, h3.itemES {
	color: #005a9c;
}

img.leftInNews { border: inset 2pt; }

/*
h2.headline + p:first-letter, img.leftInNews  + p:first-letter { 
   font-size: 200%;
   float: left;
   margin-right: 0.2em;
}
*/

/*
h2.headline + p:first-line, img.leftInNews  + p:first-line { 
   text-transform: uppercase;
}
*/

.navBlock h2.navhead {
   font-size: 90%;
}

p { text-align: justify  }

/* ****************** Tables used for office documents ************ */
table.coloured td, td.coloured,
table.colored td, td.colored  { 
   background: #CCFFFF;
   color: inherit;
}

table.coloured th,
table.colored th  { 
   background: #c0c0c4;
	text-align: center;
	font-weight: bold;
}

/* ****************** Coloured entries for DT-s ***************** */
dl.coloured dt, dl.colored dt {
   font-weight: bold; 
	color:#006699; 
} 


/* ****************** Página de contacto ************* */
#direcciones li{
	list-style: none;
	margin-top: 1em; 
}	

img.newsImage, 
img.newsImageNoBorder {
	margin-bottom: 0.5em;
}


.imagen-right {
	float: right;
	margin: 1em;
}

ul.index {
    font-size: 110%;
    margin-top: 1em;
}

/* ******************* Indíces de secciones *************** */
dl.indice dt {
    font-size: 110%;
    padding: 1em 0 0 1em;
}

dl.indice dt:first-child {
    padding-top: 0;
}


/* ******************* Migas de pan en las páginas ************ */
#breadcrumbs {	
	padding: 1px;
	margin-bottom: 25px;
	font-size: 0.7em;
}

#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

span.currentPage {
	font-weight: bold;
}

.idioma {
    font-size: 60%;
}


/* ********************** Los enlaces en los títulos ******************* */
.headline a, .headline a:link, .headline a:visited, 
.storytitle a, .storytitle a:link, .storytitle a:visited {
    color: #048;
    background-color: #fff;
}
.headline a:hover, .headline a:active,
.storytitle a:hover, .storytitle a:active {        
    color: #003377;
}
	 

