

p {
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;

}


A:link {
        text-decoration: none ;
        color: #004A64 ;
	font-weight:bold;	
}

A:visited {
        text-decoration: none ;
        color: #004A64 ;
	font-weight:bold;	
}

A:active {
        text-decoration:underline;
        color: #004A64 ;
	font-weight:bold;	
}

A:hover {
        text-decoration:underline;
        color: #006A64 ;
	font-weight:bold;	
}

h2 {
	font-family: sans-serif;
	font-size: 16px;
}

body {
 margin-top: 10px ;
 background-color: #FFF7D1 ;
 font: normal normal normal 12px verdana ;
}

.tabla_principal {
width:760px ;
border:0 ;
border-spacing: 4px 6px;
margin:0px ;
}

#hd {

 background-image: url('imagenes/cenefas.jpg');
 background-repeat: repeat-x ;
 height: 80px ;

 background-color: #FBF0BD ;
}

.bd{
 background-image: url('imagenes/fondo_pared.jpg');
 background-color: #FBF0BD ;
 padding-top: 0px;
 padding-right: 10px ;
 padding-left: 10px ;
 padding-bottom: 10px ;
}

.bd_2{
 padding: 0px;
 margin: 0px ;
}


.principal {

  width: 780px ;
  background-color: #FBEDAE ;
  margin: 10px ;
  

}

.ladoIzq {
  position:relative;

  left : 0px ;
  top : 0px ;
  width: 280px ;
}

.ladoDer {
  position:relative;
  
  left: 290px ;
  top: 0px ;

  width: 280px ;
  background-color: #FFF1B1 ;

}


.titulito {
	font-family: sans-serif;
	font-size: 18px;
	color: #787569;
}

.contenido {
  	border-style:solid;
  	border-width:2px;
	border-color: #39809D ;
  	background-color: #F6F7F8 ;
}

.grey_1 {
    color: #4C4B42 ;
	font-family: Verdana ;
}

.titulo_seccion {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold ;
	color: #787569;
}

.titulo_seccion_2 {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold ;
	color: #A6A291;
}


