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

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	width:100%;
	height:100%;
	background-color: #800000;


}


#wrapper{
	width:100%;
	height:100%;
	
	
}

#center-page{
	width:980px;
	height:auto;
	
}

#frame-buttons{
	width:100%;
	height:45px;
	float:right;
	background-color:#800000;
	-moz-border-radius:		10px 10px 10px 10px;
	-webkit-border-radius:	10px 10px 10px 10px;
	-khtml-border-radius:	10px 10px 10px 10px;
	border-radius:			10px 10px 10px 10px;
	-moz-box-shadow:    0px 0px 10px 5px #4E0000;
	-webkit-box-shadow: 0px 0px 10px 5px #4E0000;
	box-shadow:         0px 0px 10px 5px #4E0000;

	
	
}

#frame-content{
	width:980px;
	height:auto;
	background-color:#F7ECBF;
	-moz-border-radius:		10px 10px 10px 10px;
	-webkit-border-radius:	10px 10px 10px 10px;
	-khtml-border-radius:	10px 10px 10px 10px;
	border-radius:			10px 10px 10px 10px;
	-moz-box-shadow:    0px 0px 10px 5px #4E0000;
	-webkit-box-shadow: 0px 0px 10px 5px #4E0000;
	box-shadow:         0px 0px 10px 5px #4E0000;
}

#frame-photo{
	width:422px;
	height:294px;
}

.txt-titulos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4E0000;
}

.txt-titulos2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F7ECBF;
}

.txt-titulolibro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4E0000;
}

.txt-textos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.txt-footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F7ECBF;
}
.txt-buttons {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #F7ECBF;
}.txt-buttons a:hover{
	color: #4E0000;
} .txt-buttons a{
	color: #F7ECBF;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;

}
a:active {
	text-decoration: none;
	
}


.input-class{
	
	width:350px;
}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#800000;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:43px;
	line-height:43px;
	width:164px;
	text-decoration:none;
	text-align:center;
}.button:hover {
	background-color:#706c70;
}.button:active {
	position:relative;
	top:1px;
}


.fechas_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
	padding:9px 18px;
	text-decoration:none;
	background-color:#800000;
	color:#F7ECBF;
	display:inline-block;

}