body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color:#99ff99;
	/*background-color:#fce2c1;*/
	}
        
.contenedorPrincipal{
	width:90%;
	margin: 3% 5% 0% 5%; 	
	color:#000;
	position: absolute;
	background-color: #FAFAFA;
	border: 1px dashed pink;
	
		}
 
.cabecera{
	text-align: center;
	background-color: #ffffcc;
	padding: 0px 0px 0px 0px;
	
	}
	
h1{
	font-size: 1em; 
	font-weight:bold;
	color: red;
	padding-left: 15px;
	}

h2{
font-size: 1em; 
font-weight: bold;
color: red;
}
	
.titular1{
	padding:0;
	border-bottom:1px dashed red;
	text-align: center;
	margin: 20px 15px 0px 15px;
	}	
	
.cajaTexto {
	color:#000;
	margin-top: 25px;
} 

.espacios{
	font-weight:bold;
}			
	
/**********Menus link**********/

a:link{
color:purple;
text-decoration: none;
}

a hover{
}

a visited{
}



.menuVertical{
}

.menuVertical ul{
list-style-type: none;
text-align: left;
padding:0;

}

.menuVertical li{
display: block;
padding:3px 0px 3px 20px;
} 

.menuVertical li a{
text-decoration: none;
color: #107677;
font-weight: bold;

}

.menuVertical li a:hover{
color: red;
text-decoration: underline;
font-weight: bold;
background: yellow;
}

#horizontalMenu ul
{
margin:0px 15px 0px 0px;
list-style-type: none;
text-align: right;

}

#horizontalMenu li { 
margin:0px 10px 0 10px;
display: inline;
}

#horizontalMenu li a
{
text-decoration: none;
color: #107677;
font-weight: bold;
}

#horizontalMenu li a:hover
{
background-color: yellow;
color: red;
}

.noenlace{
border: 0px;
}
/********** FIN Menus enlaces**********/
	
/***********************************estilos columnas****************************/	  


.columnaIzq{
		float:left;
    width:20%; 
       }	
	   
.columnaCentral{
	float:left;
  width:53%;
	margin-left:1.5%;
	margin-top: 20px;
	 }	
	   
.columnaDer{
		float:right;
		margin-top: 50px;
		width: 20%; 
    padding: 2%;
    padding-top: 0px;
    text-align: center;
    border-left: 1px dashed red;
		}
		
.columnaDer div{
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px dashed #f00;
	}	
	
.pie{
font-size: 0.8em;
margin: 10px 5% 0px 5%;
clear: both;
text-align: center;

}
	

/*************************estilos post********************/


.post{
	padding: 5px 10px 10px 15px;
	border-bottom:1px dashed red;
}
.tituloPost{	
font-weight:bold;
	
}
.cuerpoPost {
	
}


	
		
		

      




        

