/* ----------------------------------------------
   ELEMENTOS HTML 
------------------------------------------------- */ 

/* Elementos */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 50 0 0; 
	background: #ffffff url(../imagenes/bg.jpg) repeat-x;
	text-align: center;
}

/* Enlaces */
a {
	text-decoration: none;
	color: #8e097f;	
}
a:hover {
	text-decoration:underline;
}

/* Cabeceras */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #8e097f;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 170%;	
	font-weight: normal;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Imagenes */

img {
    background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 5px;
}

.google {
    background: #fafafa;
    border: 1px solid #dcdcdc;
	padding:5px;
	float: right;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../imagenes/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* tablas */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* tablas */

/* elementos form  */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* formulario buscador */
.buscadorform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.buscadorform p { margin: 0; padding: 0 0 10px 0; }
.buscadorform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.buscadorform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#cabecera-wrap {
	position: relative;
	background: #fff url(../imagenes/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 275px;
	text-align: left;	
}
#cabecera-foto {
	position: absolute;
	top: 70px; left: 24px;	
	padding: 0;		
	height:200px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#cabecera-foto img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navegación  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 10px;	top: 0px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 11px 0 11px;
	font: bold 16px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #8e097f;
	letter-spacing:0.1em;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #e95b10;
	background: none;
	border: none;
}
#nav ul li#actual a {	
	color: #8e097f;
	background: #d5d3d6 url(../imagenes/nav-actual.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}

#cabecera-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* cambia los valores top y left para ajustar la posición del logo*/
	top: 135px; left: 48px;	
}
#cabecera-wrap h1#logo-text a:hover {
	background: none;	border: none;
}

#cabecera-wrap h1#logo img   {
	position: absolute;
	margin: 0; padding: 0;
	top: 75px; left: 30px;	
	border:0;

}



#cabecera-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;		
}

/* cabecera buscador rápido */
#cabecera-wrap form#buscador-rapido {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#cabecera-wrap form#buscador-rapido p {
	margin: 0; padding: 0;		
}
#cabecera-wrap form#buscador-rapido .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#cabecera-wrap form#buscador-rapido label,
#cabecera-wrap form#buscador-rapido .btn {
	display: none;	
}

#contenido-outer {
	background: #fff;
	width: 100%;
}
#contenido-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#contenido {
	float: left;
	width: 100%;
	background: #fff url(../imagenes/content-bg.jpg) no-repeat;		
}

.col-uno {
	margin-right: 270px;
	padding-left: 25px;
}
.col-dos {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 12px;
}

.col-uno, .col-dos {
	padding-bottom: 20px;
}
.col-uno p{
text-align:justify;
}

#contenido .col-uno h2 {
	padding-bottom: 2px;
	font: normal 2em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #8e097f;
	letter-spacing: 0.1em;	
	text-transform: none;
	border-bottom: 1px solid #e5e5e5;	
	margin-left: 5px;
	padding-left: 5px;
}
#contenido .col-uno h2 a {
	color: #8e097f;
	text-decoration: none;	
	background: none; 
	border: none;
}
#contenido .col-uno ul li {
	list-style-image: url(../imagenes/bullet.gif);
}
#contenido-wrapper .col-dos h3 {
	color:#c1bb05;
	font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0.1em;
	padding: 5px;
	padding-bottom:1px;
	margin-top:5px;
	margin-bottom:0;
	line-height:1.2em;
		border-bottom: 1px solid #e5e5e5;
}

#contenido-wrapper .col-dos h4 {
	color: #8e097f;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 5px;
	letter-spacing: 0.1em;
	padding-bottom:2px;
	margin-top:5px;
	margin-bottom:0;
	line-height:1.2em;
	border-bottom: 1px solid #e5e5e5;
}

#contenido-wrapper .col-dos #idiomas a img{
border:0;
}

#contenido-wrapper .col-dos #idiomas {
text-align:right;
}

/* lateral menu */
ul.menulateral {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(dots.gif) repeat-x left top;
}
ul.menulateral li {
	list-style: none;
	background: url(../imagenes/dots.gif) repeat-x left bottom;
	padding-top:4px;
	padding-bottom:4px;
	/*padding: 6px 10px;*/
	margin: 0;		
}
* html body ul.menulateral li {
	height: 1%;
}
ul.menulateral li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	border-left:3px solid #ffffff;
	color: #0d459a;
	/*padding:2px;	*/
	padding-left:5px;
	display:block;	
}
ul.menulateral li a span {
	color: #0d459a;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.menulateral li a:hover {	
	background: #f5f5f5;
	border-left:3px solid #c1bb05;
}

ul.menulateral li#actual a {	
	background: #f5f5f5;
	color: #8e097f;
	border-left:3px solid #8e097f;
}

ul.menulateral ul { margin: 0 0 0 5px; padding: 0; }
ul.menulateral ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	background:#9b9804;		
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-logo-wrapper {
	clear: both;
	width: 100%;
	/*height: 120px;*/
	margin: 0 auto;
	text-align: center;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	background:#ffffff;
}

#footer-logo-wrapper a {
	color: #ffffff;
	background: transparent;
}

#footer {
	width: 940px;	
	padding: 0;				
	margin:0 auto;
	color:#ffffff;

}
#footer-logo {
	width: 940px;	
	padding: 0;				
	margin:0 auto;
	background:#ffffff;
	text-align:center;
}

#footer-logo.centrado{
text-align:center;
}
#footer-logo img{
    background: none;
	padding: 5px;
	border: none;
}
/*tablas en el footer del logo*/
#footer-logo.centrado table {
	margin:0 auto;
	text-align:center;
}
#footer-logo th {
	border: none;	
}
#footer-logo tr {
}
#footer-logo td {
	padding-left: 11px;
	padding-right: 11px;
	border: none;	
}	
/* tablas */

#footer .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer .bottom-right {
	text-align: right;
	padding-right: 0;
}

#footer .bottom-center {
text-align:center;
}

#footer-logo .bottom-left {
	float: left;
	padding-left: 0px;	
	vertical-align:top;
	text-align:left;
}
#footer-logo .bottom-right {
	text-align: right;
	padding-right: 0;
	vertical-align:middle;
}

#footer-logo .bottom-center {
text-align:center;
}

#footer-logo h4 {
	color: #777502;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 5px;
	letter-spacing: 0.1em;
	padding-bottom:2px;
	margin-top:5px;
	margin-bottom:0;
	line-height:1.2em;
	border-bottom: 1px solid #e5e5e5;
}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { 
float: left;
text-align:justify; 
}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.padparrafo {padding-left:15px;}

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.pdf{
	background: none;
	border: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	vertical-align: middle;
}
.parrafo_resaltado {
	color: #E65B0A;
	text-align: left;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 5px;
	letter-spacing: 0.1em;
	padding-bottom:2px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:0;
	line-height:1.2em;
	border-bottom: 1.5px dotted #E65B0A;
}

