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

/* 
azul 009ee1
verde 
gris eeeeee
*/

body {
	background-color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#444;
	margin:10px;
	padding:0;
}

img { border:0; margin:0; }
h1 { background-image:url(../images/estrella.png); background-repeat:no-repeat; padding-left:25px; font-size:14px; color:#009ee1; }
p { text-align:justify; }
hr {border:#333 solid 0,5pt; }

a:link, a:visited { font-weight:bold; color:#009ee1; text-decoration:underline; text-transform:uppercase; }
a:hover { text-decoration:none; color:#777; }

#pie a:link, #pie a:visited { font-weight:bold; color:#fff; text-decoration:underline; text-transform:uppercase; }
#pie a:hover { text-decoration:none; color:#CCC; }

#cabecera {
	background-color:transparent;
	background-image:url(../images/bg_cabecera.png);
	background-position:left;
	background-repeat:no-repeat;	
	width:654px;
	height:74px;
	margin:0;
	padding:10px 20px;
}

#contenedor {
	width:674px;
	padding:10px;
	min-height:300px;
	background-color:#eee;
}

#pie {
	background-color:transparent;
	background-image:url(../images/bg_pie.png);
	background-position:left;
	background-repeat:no-repeat;
	width:674px;
	height:16px;
	text-align:center;
	color:#FFF;
	padding:5px 10px;
}

/* listas en columnas */

ul.col3 
{
	padding:0;
	float:left;
	margin:5px 0 10px 0;
	width:100%;
} 

ul.col3 li 
{
	padding:2px;
	display:inline;
	float:left;
	width:30%;
} 

	

