/* CSS Document */

body {
	text-align:center; /* hack para o IE */	
	background-image:url(images/fondo.jpg);
	background-repeat:repeat;
	height: 100%;
	font-family: arial, sans-serif;
	/*text-align:left;*/
	color:#000;
	font-size: 10px;
	margin: 0 auto;
	padding:0;
	}
	
.master{
	width:960px; /*ancho total de lo que se ve del sitio*/
	position:relative;
	margin-left:30px;
	margin-right:auto;
	text-align:left; /* hack para o IE */	
	}	

.post {
	position: left;
	top: 0px;
	width: 620px;
	left: 0px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:20px;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;	
	}

#content {
	width:600px;	
	text-align: left;
	margin-left:20px;
	float:left;
	}


/*#menu {
	float: left;
	width: 720px;
	height:18px;
	font-size: 10px;
	}
	

#menu a {
	color: #5d0704;
	font-size: 11px;
	text-decoration:none;
	}


#menu a:hover {
	background: #d3dee7;
	color: #FFFFFF;
	padding:2px;
	}

	
#listamenu{
	
	list-style: none;
	}

#listamenu li{
	}	*/
	
.izq{
margin-top:28px;
*margin-top:15px;
width:200px;
height:510px;
background-color:#ffffff;
float:left;
}	
	
.menu{ /*Menu principal*/
	height:500px;
	*height:300px;
	width:160px;
	*width:140px;
	float:left;
	position:relative;
	margin-top:10px;
	margin-left:20px;
	*margin-left:15px;
	}

.menu ul{
	padding:0;
	margin:0;
	height:30px;
	}

.menu li {
	list-style: none;
	vertical-align:middle;
	font-size:11px;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:0px;
	}

.menu li a{
	height:30px;
	text-decoration:none;
	color:#000000;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	}	

#footer {
	font-size: 9px;
	position: relative;
	color: #000000;
	background-color:#ffffff;
	width: 644px;
	height:20px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	padding-top:10px;
	}

#footer a {
	color: #000000;
	}

#footer a:hover {
	color: #000000;
	border: 0px;
	}
 
.sep {
	position: left;
	background: url(../images/sep.jpg);
 	width: 600px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	left: 132px;
	text-align: left;
	}

.cite {
	font-size: 10px;
	color:#000000;
	}

/* generico */

h1{
	color: #000;
	font-size: 11px;
	text-align: left;
	font-weight:bold;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;}

h2 {
	color: #666;
	font-size: 10px;
	text-align: left;
	}

ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	}

li {
	list-style-type: none;
	margin-left: 0px;
	}


blockquote, blockquote p {
	text-indent: 0px;
	margin-bottom: 7px;
	color: #666;
	}


a {
	color: #2385ff; 
	text-decoration: none;
	}


/* nuevo */
.menu .color1 a {
	color:#000;
	}	
	
.menu .color2 a {
	color:#2385ff;
	}	
	
.menu .color3 a {
	color:#ed008c;
	}			

