/***********************
 *  DEFINICIONES TYPO  *
 **********************/
 
 
body {
/*  background-image: url(../img/holz2.jpg);  */
/*  background-position: fixed;  */
background: #ffffff;
}



* {
	margin: 0px;
	padding: 0px;
}




img {
	border: none;
}




/***************************
 *  DEFINICIONES PARRAFOS  *
 **************************/


/* TITULO */

h1 {
	color: #e3f5ff;
	font-size: 15px;
	line-height: 1.3em;
	font-family:  verdana, tahoma, sans-serif;
	font-weight: normal;
}



/* SUBTITULO */

h2 {
	color: #e3f5ff;
	font-size: 13px;
	line-height: 1.3em;
	font-family:  verdana, tahoma, sans-serif;
	font-weight: bold;
}


/* TEXTO */

p, li, ul {
	color: #e3f5ff;
	font-family:  verdana, tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}



li, ul {
	margin: 10px;
}



/* LINKS */


a{
	font-family:  verdana, tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #ffffff;

}


a:hover{
	color: #e3f5ff;
}


a:visited{
	color: #ffffff;
}



/* META NAVI (idioma, aviso legal) */

.meta {
	color: #000000;
	font-family:  verdana, tahoma, sans-serif;
	font-weight: normal;
	font-size: 10px;
}


.meta a{
	margin: 0; 
	padding: 0;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #174873;
}

.meta a:hover{
	color: #98b1d2;
}


/* DESCRIPCION */

h3 { 
	color: #174873;
	font-family:  times, 'times new roman', georgia, serif;
	font-size: 13px;
	line-height: 15px;
	padding: 8px 20px 10px 10px;
	font-weight: normal;
}