@import url("../webfonts/Gondola-SD-fontfacekit/stylesheet.css");
@import url("../webfonts/asap-fontfacekit/stylesheet.css");
@import url("../webfonts/league_gotic/stylesheet.css");
@import url("../webfonts/League-Gothic-fontfacekit/stylesheet.css");
@import url("../webfonts/Liberation-Sans-fontfacekit/stylesheet.css");




h1 {
	font-family: Lobster;
	color: #444;
	font-size: 42px;
	
}

h2 {
	font-family: Lobster;
	color: #444;
	font-size: 28px;
	
}

h3 {
	font-family: Lobster;
	color: #fff;
	font-size: 28px;
	
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:1.7em;
	text-align:justify;

  }
  
	
 p.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.7em;
	text-align:justify;
  }
  
   p.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:1.7em;
	text-align:justify;
  }


ul.nuevo li{ background:url(../images/bullet-normal.gif) 0 8px no-repeat; color:#333;  padding:0px 0 0 18px; 

	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.7em;
	text-align: left;

}

ul.nuevo2 li{color:#333;

	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.7em;
	text-align: left;

}

ul.nuevolat li{ background:url(../images/bullet-normal.gif) 0 8px no-repeat; color:#fff; padding-left: 15px; 
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
line-height:1.7em;
}
table.tabla1
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:1.5em;
	td, th {
	padding: 4px;
}

	}
	



/*---------BOTON----------*/
/* Button */
a.btn{ background: #1f4302;border: #030 1px solid; color: #fff; display:block; float: right; padding:5px 10px; margin-right:10px; margin-left:0px;cursor:pointer;text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:12px}
a:hover.btn{text-decoration:none; background: #0c1d01; color: #c0dc02}
/* Rounded Corners */
.rounded, a.btn{
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-khtml-border-radius: 6px;
}

/*--------- FIN BOTON----------*/


/*---------BOTON----------*/
/* Button */
a.btn2{ background: #1f4302;border: #030 1px solid; color: #fff; display:block; float: left; padding:5px 10px; margin-right:10px; margin-left:0px;cursor:pointer;text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:12px}
a:hover.btn2{text-decoration:none; background: #0c1d01; color: #c0dc02}
/* Rounded Corners */
.rounded, a.btn2{
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-khtml-border-radius: 6px;
}

/*--------- FIN BOTON----------*/


/*---------FOOTER INI----------*/
p.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	line-height:1 em;
	text-align: center;
	font-style: normal;
	
  }
a.pie{
	color:#fff;
	text-decoration:none;
	}
a.pie:hover{
	color: #107008;
	text-decoration:underline;
	}
/*---------FOOTER FIN----------*/

.centrada{
	text-align: center; 
	
	}