/*#BEGIN#*/
/*# name="File information" reference="ref/common-typography.css\File_information.htm" description="File information" #*/
/* ********** FILES ********** */

/* moved to components-basics */


/*#END#*/
/*#BEGIN#*/
/*# name="General" reference="ref/common-typography.css\General.htm" description="General styles" #*/
p{
	margin-bottom:1.3em;	
	/*font-size:1.1em;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#594E21;
}




/*#END#*/
/*#BEGIN#*/
/*# name="Links" reference="ref/common-typography.css\Links.htm" description="Links" #*/

div.consult-detail div.zebra01 p.consult-res-row, div.consult-detail div.zebra02 p.consult-res-row{
margin-bottom: 0em !important;
}
p a{
	color:#343F70;
	text-decoration:none;
}
p a:hover{
	text-decoration: underline;
}

/*added new for default style for a*/ 
/*Bharti (25/01/07)*/
 a  
{

    color:#343F70;
    text-decoration: none;
}

 a:hover   
{
    text-decoration: underline;
}


/*#END#*/
/*#BEGIN#*/
/*# name="List" reference="ref/common-typography.css\List.htm" description="List" #*/
/* Changed from ul.list li to ul li (Bharti 24/01/07) */

div.textcont ul li {
	color:#8A7E37;
/*Changed to use default textcont font size and family*/
/*Bharti (01/02/07)*/
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size:1.1em;*/
	color:#8A7E37;
margin-bottom:0.2em;
	padding-left:14px;
	background-image:url('../img/common-typography/small_bullet.gif');
	background-repeat:no-repeat;
	background-position:0 0.5em;
list-style:none;
/* added by cGuyomard */
}

/* EXTRATOOLS */

ul.extraTools{
	float:right;
	clear:both;
	margin-top:0.7em;
}
ul.extraTools li{
	float:left;
/* background:none;*/


}
ul.extraTools li a{
	display:block;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:top left;	
	margin-left:8px;	
}

/* added by cGuyomard*/
ul.extraTools li {
background-image:none;
}

ul.extraTools li.extra01 a{
	background-image:url('../img/common-typography/mail_tool.gif');
	
}
ul.extraTools li.extra02 a{
	background-image:url('../img/common-typography/print_tool.gif');	
}
ul.extraTools li.extra03 a{
	background-image:url('../img/common-typography/pdf_tool.gif');	
}
ul.extraTools li a span{
	display:none;
}


ul.enlaces_lateral li {
	color:#8A7E37;
/*Changed to use default textcont font size and family*/
/*Bharti (01/02/07)*/
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size:1.1em;*/
	color:#8A7E37;
margin-bottom:0.2em;
	padding-left:14px;
	background-image:url('../img/common-typography/small_bullet.gif');
	background-repeat:no-repeat;
	background-position:0 0.5em;
list-style:none;
/* added by cGuyomard */
}


/*#END#*/
/*#BEGIN#*/
/*# name="Text" reference="ref/common-typography.css\text.htm" description="text" #*/
/*Removed .text from table Bharti (07/02/07) */
.text{
        font-size:1.1em;
	color:#594E21;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.subSubtitulo{
	font-size:1.1em;
	color:#776E47;
	font-style:italic;
	margin-bottom:0.2em;
}
.subtitulo{
	font-size:1.1em;
	color:#8A7E37;
	margin-bottom:4px;
	font-weight:bold;
}

.titulo{
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#5B3E1C;
	font-weight:bold;
      margin-bottom:4px;
}


/*#END#*/
/*#BEGIN#*/
/*# name="Titles" reference="ref/common-typography.css\Titles.htm" description="Titles" #*/
div.beforeMainContent h2{
	padding-right:8px;
      /*padding-top: 0.6em;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.6em;
	color:#594E21;
	text-transform:uppercase;
	font-weight:normal;
/*added to remove margin bottom of h2*/
/*Bharti (01/02/07)*/
             margin-bottom:0;
}
/*Removed any specification for generic use
 Bharti (1/02/07) */
h2
{
    padding-right: 32px;
    margin-bottom: 1em;
    font-family: Georgia,"Times New Roman",Times,serif;
   font-size: 1.8em;
   color: #ad9e45;
   text-transform: uppercase;
   font-weight: normal;
}

h3{
	/*margin-bottom:0;*/
/*changed to dont get stuck to other content*/
/*Bharti (01/02/07)*/
	font-size:1.8em;
	color:#5B3E1C;
	font-weight:bold;
}
h4{
	color:#8A7E37;
	font-size:1.1em;
	/*color:#8A7E37; Repeated */
	margin-bottom:0.2em;
	text-transform:uppercase;
	font-weight:bold;
}

/*#END#*/

