@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#880707;
	text-align:center;
}
#contenedor {
	text-align:left;
	width:749px;
	margin:auto;
	padding:10px;
}
#cabecera {
	background:url(../images/cabecera.jpg);
	width:749px;
	height:152px;
}
#subcabecera {
	float:left;
	width:747px;
//width:749px;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}
#cuerpo {
	float:left;
	width:747px;
 //width:749px;
	background:#FFFFFF;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
}
#footer {
	float:left;
	width:749px;
	height:33px;
 //height:43px;
	background:url(../images/footer.gif);
	font-size:10px;
	text-align:center;
	padding-top:10px;
	margin-bottom:20px;
}
#col-izq {
	background:url(../images/quotebg.jpg) no-repeat;
	width:525px;
	float:left;
	border-right:solid 1px #000000;
	padding-left:10px;
	padding-right:10px;
}
#col-izq p {
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
}
#col-izq ul {
	padding-left:20px;
}
#col-izq ul li {
	list-style:circle;
}
#quote {
	width:100%;
	height:216px;
	text-align:center;
	float:left;
}
#boton_quote {
	width:152px;
	height:39px;
	background: url(../images/boton_quote.gif);
	background-position:top;
	margin:20px auto 0 auto;
}
#boton_quote:hover {
	width:152px;
	height:39px;
	background: url(../images/boton_quote.gif);
	background-position:bottom;
	margin:20px auto 0 auto;
}
#quote ul {
	margin-top:60px;
}
#quote ul li {
	list-style:none;
	margin-bottom:10px;
}
#col-drc {
	text-align:right;
	width:195px;
	float:right;
}
#col-drc ul {
	padding-left:0px;
}
#col-drc ul li {
	text-align:left;
	list-style:none;
	font-size:11px;
	margin-top:3px;
	background:url(../images/recuadro.gif) no-repeat;
//background-position:0 3px;
	padding-left:9px;
}
#col-drc ul li a {
	color:#000000;
	font-weight:bold;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#880707;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0 10px 0;
	width:100%;
	border-bottom:solid 1px #990000;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#880707;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0 10px 0;
	width:100%;
	border-bottom:solid 1px #990000;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#880707;
	text-align:left;
	font-weight:normal;
	padding-top:0px;
	font-weight:bold;
}
h3 a {
	color:#880707;
}
#col-drc h3 {
	margin-top:5px;
}
#col-drc p {
	margin-bottom:3px;
}
#col-drc a {
	text-align:center;
}
.letras_menu7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#880707;
	text-align:left;
	font-weight:normal;
	padding-top:0px;
	font-weight:bold;
}
.lista li {
	list-style:none;
	font-size:12px;
}
.down {
	background:url(../images/a2.gif) no-repeat left center;
	margin: 0px 0px 0px 10px;
	padding:0px 0px 0px 7px;
	font-family:Tahoma;
	font-size:11px;
	line-height:18px;
	color:#004FA8;
}
.litle_search {
	margin-top:3px;
	height:168px;
//height:210px;
	background:url(../images/background_book.gif) no-repeat;
	padding-top:40px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.titulo_search {
	padding-left:15px;
	color:#666666;
}
/*MENU*/
ul#menu {
	clear:both;
	width: 100%;
	height: 43px;
	background: #FFF url("../images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height:43px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("../images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
/*LOGINBOX*/
#loginbox {
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	text-align:left;
	font-size:12px;
	overflow:hidden;
}
#loginbox input {
	border:dotted 1px gray;
	width:180px;
}
#loginbox #submit1 {
	border:solid 1px gray;
	margin:5px auto;
	width:75px;
}
#loginbox .submitp {
	text-align:center;
	font-size:9px;
}
