﻿/* This file contains the styles used in the content pages (inherited from the template) */

/* -------------------- DEFAULT COMMON TAGS -------------------- */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background: #FFFFFF;
	color: #000000;
}
caption {
	vertical-align: top;
	width: 100%;
}
h1 {
	font-weight: bold;
	font-size: 110%;
	display: list-item;
	list-style-image: url(icons/OrangeSq.gif);
}
.like_h1 {
	font-weight: bold;
	font-size: 110%;
	display: list-item;
	list-style-image: url(icons/OrangeSq.gif);
}
h2 {
	font-weight: bold;
	font-size: 100%;
}
h3 {
	font-weight: bold;
	font-size: 90%;
	color: #DC9215;
}
h4 {
	font-weight: bold;
	font-size: 80%;
	color: #DC9215;
}
h5 {
	font-size: 70%;
	color: #DC9215;
}
ol {
	font-size: 0.8em;
	font-weight: normal;
}
ol.spaced li
{
	margin-bottom: 0.6em;
}
ul {
	font-size: 0.8em;
	font-weight: normal;
}
ul.spaced li
{
	margin-bottom: 0.6em;
}
	
/* -------------------- CUSTOMISED TAG VARIATIONS -------------------- */
th.countryWithZones {
	background-color: #F2C67B;
	width: 11%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
th.countryWithoutZones {
	background-color: #F2C67B;
	width: 25%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
th.countryZone {
	background-color: #F5D6A0;
	width: 13%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
th.leyenda {
	background-color: #EDAE45;
}
th.cabecera {
	background-color: #E99A16;
}
td.company {
	width: 36%;
}

p.center {
	text-align: center;
}
table.width100percent {
	width: 100%;
}

   

.uppercase {
	text-transform: uppercase;
}

div.Imagen {
	width: 100%;
	padding: 0px;
	float: left;
	clear: both;
	position: relative;
	height: 342px;
}
#ImagenHome_ES			{	background-image: url(images/imagen_portada_300es.jpg); background-repeat: no-repeat; }
#ImagenHome_EN			{	background-image: url(images/imagen_portada_300en.jpg); background-repeat: no-repeat; }
#ImagenHome_FR			{	background-image: url(images/imagen_portada_300fr.jpg); background-repeat: no-repeat; }
#Circles300x342			{	background-image: url(icons/circles300x342.png); background-repeat: no-repeat; }
/***************************************************
 #Circles300x342 needs a png fix because traslucent pngs do not show properly in IE6
 See http://www.twinhelix.com/css/iepngfix/ for the solution implemented in masterpages
***************************************************/

div.small_text_black {
	font-size: 75%;
}

div.small_text {
	font-weight: bold;
	font-size: 75%;
	color: #DC9215;
}

div.small_text_center {
	font-weight: bold;
	font-size: 75%;
	color: #DC9215;
	text-align: center;
}

div.footer_to_left {
	font-weight: bold;
	font-size: 60%;
	color: #DC9215;
	text-align: left;
}
div.header_to_right {
	font-weight: bold;
	font-size: 60%;
	color: #DC9215;
	text-align: right;
	margin-right: 30px;
	height: 2.4em;
}
.DivContentPlaceHolder a:link {
	color: #f29518;
	font-weight: bold;
	text-decoration: none;
}
.DivContentPlaceHolder a:visited {
	color: #f0b050;
	font-weight: bold;
	text-decoration: none;
}
.DivContentPlaceHolder a:hover {
	color: #f29518;
	font-weight: bold;
	text-decoration: underline;
}
.DivContentPlaceHolder table {
	font-size: 0.8em;
	font-weight: normal;
}
.DivContentPlaceHolder like_p {
	font-size: 0.8em;
	font-weight: normal;
}
.DivContentPlaceHolder p {
	font-size: 0.8em;
	font-weight: normal;
}
.DivContentPlaceHolder ul {
	font-size: 0.8em;
	font-weight: normal;
	list-style: square;
	list-style-image: url(icons/OrangeDot.gif);
}
.TreeViewSiteMap {
	font-size: small;
	font-weight: normal;
}
/* -------------------- FIN CONTENIDOS ------------- */