body {
	font-family: arial, geneva, tahoma;
	color:#333;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #97A8B7;

}


/************** h1 Es para la cabecera de la página ******************************/
h1 {
	font-family: 'arial rounded', arial;
	font-size:22px;
	font-weight:normal;
	color:#FFFFFF;
}
/************** h1 Es para la cabecera de la página. subtitulo ******************************/
h4 {
	font-family: 'arial rounded', arial;
	font-size:18px;
	font-weight:normal;
	color:#C7DEED;
}



/************** h2 es para apartados ( Actualidad, Viajes, alimentacion...) ***********/
h2 {
	font-family: 'arial rounded', arial;
	font-size:18px;
	font-weight:normal;
	color:#333333;
	margin: 1mm 0 1mm 0; /* funciona en todos */
    *margin 1mm 0 1mm 0; /* funciona tanto en IE6 como 7 */
    _margin: 1mm 0 1mm 0; /* funciona sólo en IE6 y no en IE7 */
}
	
	

/*************** h3 es para subapartados (Blogs hoy, Halloween) *************/
h3 {
	font-family: 'arial rounded', arial;
	font-size:20px;
	font-weight:normal;
	color: #2998BD;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}



/***************** COLUMNA DE LA IZQUIERDA *********************/


.columna-izq {
	font-size:14px;
	font-weight:normal;
	color:#fff;
}

.columna-izq a {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}

.columna-izq a:hover {
	color:#333333;
	text-decoration:underline;
}

/**************** TEXTO EN BLANCO ***************************/

.texto-blanco {
	color:#fff;
	font-size:13px;
}

.texto-blanco a {
	color: #fff;
	text-decoration:underline;
}

.texto-blanco a_hover {
	text-decoration:underline;
}

.blancotitulo {font-size: 20px; color: #ffffff; }

/**************** ENLACES ***************************/

a.tipoa { font-size: 12px; color: #333333;text-decoration: underline ;}
A.tipob {font-size: 25px; color: #ffffff; text-decoration: none ;}
A.tipoc {font-size: 18px; color: #333333; text-decoration: none ;}
a.tipoa:link {color:#333333 ;}
a.tipoa:visited {color:#333333 ;}
a.tipoa:hover {color:#333333 ; text-decoration: underline ;}
a.tipoa:active {color:#333333 ;}
a.tipob:link {color:#ffffff;}
a.tipob:visited {color:#ffffff;}
a.tipob:hover {color:#ffffff; text-decoration: underline ;}
a.tipoc:active {color:#ffffff;} 
a.tipoc:link {color:#333333;}
a.tipoc:visited {color:#333333;}
a.tipoc:hover {color:#333333; text-decoration: underline ;}
a.tipoc:active {color:#333333;} 

a {
	font-size: 12px;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
a.titulo2 {font-size: 20px; color: #ffffff; text-decoration: none ;}
a.titulo2:link {color:#ffffff;}
a.titulo2:visited {color:#ffffff;}
a.titulo2:hover {color:#ffffff; text-decoration: underline ;}
a.titulo2:active {color:#ffffff;} 