@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
@font-face {
	font-family: 'Trebuchet MS';
	src: url('trebuc.ttf') format('truetype');
}
html, body {
	height: 100%;
}
body{
	margin:0;
	background-color:#fff;
	width:100%;
}
#contenido {
	min-height: 100%;
	width: 950px;
	margin: 0 auto;
	background-color:#FFF;
}
* html #contenido {
	height: 100%;
}
p, h1, h2, h3, h4, li{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding-bottom:12px;
}
p, li{
	text-align:justify;
	font-size:14px;
	line-height:1.5em;
}
 
#pie {
	width: 950px;
	clear: both;
	height: 140px;
	color:#000;
	text-align:center;
	margin: -140px auto 0 auto;
	position: static;
	padding-top: 10px;
	background-color:#FFF;
}
#datospie{
	width:950px;
	height:50px;
	background-image:url(images/fondoPie.jpg);
	background-repeat:no-repeat;
	padding:5px;
}
#textopie{
	width:920px;
	height:60px;
	background-image:url(images/fondopieTxt.jpg);
	background-repeat:no-repeat;
	padding:10px;
	padding-right:20px;
	color:#FFF;
}
#textopie a{
	color:#FFF;
	text-decoration:underline;
}
#textopie a:hover{
	text-decoration:none;
}
	
#pie p{
	text-align:center;
}
#clearfooter {
	display: block;
	height: 140px;
}
/*Encabezado - inicio*/
#encabezado{
	width:930px;
	height:210px;
	padding-left:10px;
	background-color:#FFF;
}
#encabezado li{
	padding-bottom:0;
	line-height:0px;
}
#menuSuperior{

}
#navi {
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {	
	margin:0px;	
	padding:0;
	float:left;
}
#navi li a {	
	display:block; //Convertimos el vínculo en un bloque.	
	width:100px;
	padding:5px;
	padding-left:10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	font-size:12px;	
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
}
#navi li a:hover{
	color:#000;
}
#menuInferior{
	position:absolute;
	width:900px;
	height:52px;
	margin-left:20px;
	background-image:url(images/sombraMenu.png);
	background-repeat:no-repeat;
}
#navi2 {
	list-style:none;
	margin:0;
	padding:0;
}
#navi2 li {	
	margin:0px;	
	padding:0; 	
	float:left;
	margin-right:5px;
	padding-top:10px;
	font-size:25px;	
	color:#fff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height:15px;
}
#navi2 li a {	
	display:block; //Convertimos el vínculo en un bloque.	
	width:100px;
	padding:15px;
	padding-top:5px;;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:20px;	
}
#navi2 li a:hover {	
	color:#13993c;
	font-size:20px;
}
#dudas{
	float:left;

}
#dudas a{
	font-size:24px;
}
#dudas p{
	color:#666;
}

/*Encabezado - final*/

a{
	color:#13993c;
	text-decoration:none;
}
a:hover{
	font-weight:bold;
	text-decoration:underline;
}

#infoIzq{
	float:left;
	width:720px;
	background-color:#FFF;
	padding:10px;
	height:1000px;
	overflow:auto;
	margin-bottom:140px;
}

#infoIzq img{
	margin: 10px;
}

#infoIzq li{
	margin-left: 5em;
}


#widgets{
	float:right;
	width:197px;
	background-color:#FFF;
	margin-top:5px;
	padding:3px;
	margin-bottom:140px;
}
#widgets p{
	font-size:11px;
}
#widgets #aviso{
	color:#FFF;
	padding:0 5px;
}
#widgets #aviso a{
	color:#fff;
}
#widgets #aviso p{
	text-align:left;
}
h4{
	text-align:center;
}
hr{
	margin-bottom:10px;
	margin-top:10px;
}
h1, h3{
	color:#13993c;
}
h3{
	font-weight:bold;
}
#adwords{
	color:#FFF;
	font-size:7px;
}
.negrita{
	font-weight:bold;
}
.txtdirectorio{
	font-size:12px;
}