@charset "utf-8";
/* CSS Document */


body {
	background-image:url(images/fondo2.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-attachment:fixed;
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	text-align:justify;
	}

.fondoizq {
	background-image:url(images/fondoizq.jpg);
	background-repeat:repeat-y;
	}

.fondoder {
	background-image:url(images/fondoder.jpg);
	background-repeat:repeat-y;
	}

.titulos {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
}
.contenido {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.tit {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #008080;
}

.direc {
	font-size: 10px;
	color: #000000;
	text-align: center;
}
