/* CSS Document */

.body {
    padding: 0px;
    margin-top: 0px;
    text-align: center;
	background-image:url(../foto/fondo.jpg);
	background-repeat:repeat;
  }
  
.contenedor {
	margin-top: 20px;
	/*margin-rigth: 25%;*/
	/*margin-left: 25%;*/
	background-image:url(../foto/pergamino.gif);
	height:1310px;
	width:910px;
	background-repeat:no-repeat;
	margin-bottom: 20px;
	margin-left: auto; 
	margin-right: auto;
}

.contenido {
	padding-top: 40px;
	padding-bottom: 70px;
	padding-left: 60px;
	padding-right: 60px;
}

.cabecera {
	height:220px;
	width: 780px;
}

.lateral {
	float:left;
	width: 197px;
	height: 950px;
	text-align:right;
	padding-right:20px;
	padding-top:50px;
}

.principal {
	float:right;
	width:530px;
	height:950px;
	padding-top:50px;
	padding-right:20px;
}

a:link,a:visited {
	color : #790F0F;
	text-decoration : none;
    font : bold 14px cursive,fantasy,monospace,'sans-serif',serif;
	font-weight: bold;
  }


a:hover {
    font : bold 14px cursive,fantasy,monospace,'sans-serif',serif;
    color:#FFCC33;
    text-decoration: none;
    font-style:normal;
  }
 
.enlace:link {
	color : #790F0F;
	text-decoration : none;
    font : bold 12px cursive,fantasy,monospace,'sans-serif',serif;
	font-weight: bold;
	text-align:center;
  }

.enlace:visited {
	color : #790F0F;
	text-decoration : none;
    font : bold 12px cursive,fantasy,monospace,'sans-serif',serif;
	font-weight: bold;
	text-align:center;
  }

.enlace:hover {
    font : bold 12px cursive,fantasy,monospace,'sans-serif',serif;
    color:#FFCC33;
    text-decoration: none;
    font-style:normal;
	text-align:center;
  }
   