﻿/*
Descripción: Pardela.org
Versión: 2.0
Autor: GRUPO5.COM
Autor WEB: https://www.grupo5.com/
*/

/*_____________PAGINA WEB_____________*/

body, html{
	padding:0;
	margin:0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	height:100%;
	line-height:160%;
	background: #ffffff url('../images/fonpop.jpg') no-repeat;
}

img {
	border:0px;
	/*padding: 3px;*/
}

.limpiar{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.separa{
	width:100%;
	height:10px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

a {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#4e6437;
}

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span, td{
	margin:0; padding:0;
}


ul{
	margin:0; 
	padding:0;
	list-style-type:none;
	/*font-size:0;*/
	/*line-height:0;*/
}

h1,h2 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 24px;
	margin-bottom:10px;
}



h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom:10px;
	color: #333333;
}

acronym,abbr {
	border-bottom:1px dotted #000000;
	cursor:help;
	font-style:normal; 
}

.limpiar{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.separa{
	width:100%;
	height:10px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.contenido{
	padding:10px;
}

/*__________UL_LI_____________*/


.lista3 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#4e6437;
	text-decoration: none;
	line-height: 18px;
}

.lista3 li{
	background:url("../images/aspa.gif") 10px 10px no-repeat;
	padding: 5px 20px 0 25px;
}

.lista3 li a{
	color:#000000;
	text-decoration: underline;
}

.lista3 li a:hover{
	color:#000000;
	text-decoration: none;
}

.lista3 li.focal{
	background:url("../images/focal.gif") 10px 10px no-repeat;
	padding: 5px 20px 0 25px;
}

