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

#libros tr:hover {background: #d0dafd}

a:link {
	text-decoration: none;
	color: #35383d;
	}

body {
	margin: 0px;
	padding: 0px;
	background: #1d3a58 url(images/backsmall.png) repeat-x center top;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#menu {
	float: left;
	/*background-color: Lime;*/
	padding-right: 0px;
	width: 205px;
}

#derecha{
       width:150px;
       height:auto;
       background-color:#FFFFDD;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 0;
       float:right;
       padding:5px;
}

#content_ppal {
	margin-left: 220px;
	margin-right:230px;
	padding-right: 10px;
	/*width: 47%;*/
}

#content {
	margin-left: 205px;
	margin-right:0px;
	border-left:1px dotted #EEEEEE;
	padding-right: 7px;
}

#todo #content #destacado {
	border-bottom: 1px dotted #CCC;
}

#todo #content p {
	padding-left: 10px;
	padding-right: 10px;
	/*text-align: center; */
	/*font-weight: bold;*/
}

#todo #content_ppal #punto {
	border-bottom: 1px dotted #ccc;
}

#todo #content #cabecera_contenido {
	border-bottom: 1px dotted #CCC;
	color:#022088;
	padding-left: 10px;
	text-align: justify;
 }

#footer {
/*	clear: both;*/
	/*background-color: #999999;*/
}

#todo {
	width: 950px; /*900px;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}

#todo #header {
	/*background-color: #66CCFF;*/
	line-height: 0px;
	text-align: justify;
	font-size: 10pt;
	color: #666666;
	border-top: 1px;
	border-bottom: 1px dotted #CCC;
/*	border:1px solid #000;*/
	height:130px;
	}
	
#todo #header h3 {
	margin-top: 0px;
}

#todo #logo {
	/*	float: left;*/
	width: 100%; /*823px;*/
	height: 65px;
	margin: 0;
	margin-top: 0px;
	margin-left:0px;
	padding: 0;
	/*color: #FFFFFF;*/
	background: url(images/logo_arca_22.gif) no-repeat;
}

#todo #logo #menu_logo
{
	padding-left: 450px;
	background-color:#e3e7ea;
}

#todo #logo #menu_logo li {
	list-style-type: none;
	/*display: block;*/
	padding: 2px;
	/*background-color:#FF0000;*/
	display: inline;
}

#todo #logo #menu_logo ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	list-style: none;
}

#todo #logo #menu_logo a {
	/*padding: 10px 10px 10px 10px;*/
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 7,5;
	color: #254360;
}

#todo #logo #menu_logo a:hover { 
color: Olive;
}

#todo #menu li   {
	list-style-type: none;
	display: block;
	padding: 3px;
	margin-top: 10px;
	text-align: right;
	border-top: 1px dotted #CCC;
	display: block;
}

#todo #menu ul  {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	list-style: none;
}

#todo #menu a   {
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #254360;
}

#todo #menu a:hover  {
	color: Olive;
	/*display: block;*/
}


.izq {
	float: left;
	margin-right: 15px;
}

.der {
	float: right;
	margin-left: 15px;
}

#todo #header p {
	margin-bottom: 0px;
}
#todo #content .texto {
	margin-left: 210px;
}
#columnAA {
	float: left;
	width: 100%;
	background-image: url(images/fondo.gif);
}

#columnA {
	float: left;
	width: 90%;
	/*padding-left: 0px;*/
	/*padding-top: 5px;*/
}
#columnA h2 {
	height: 22px;
	border-bottom: 1px dotted #CCC;
	font-size: 12pt;
	font-weight: bold;
}
#todo #footer {
	clear: both;
	margin: 0px auto;
	height: 60px;
	text-align: center;
	border-top: 1PX dotted #CCC;
	background-color: #1E4E7B;
	}

#todo #footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	/*color: #254360;*/
}

#todo #footer a {
	/*color: #CCCCCC;*/
}

a:visited  {
	text-decoration: none;
}
#todo #content #pedido {
	width:100%;
	/*margin-left: 25%;
	/*margin-right:50%;*/
	border:#000099 1px double;
	text-align: center;
}

#nwmt a{
	color: #627486;
}
#nwmt a:hover{
	color: #f5920a;
}

#nwmt{
	padding-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D5D6E;
	font-weight: bold;
	height: 15px;
	padding-left: 15px;
}

.shadow-right{
	padding-bottom:32px;
	background-color: #1D3A58;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom; 

} 

 .shadow-left{
	padding-bottom:32px;
position:relative;
	background-color: #1D3A58;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 

.sombraclara  {
   padding: 5px;
   background-color: #fff;
   color: #fff;
   -webkit-box-shadow: 5px 5px 5px #cecece;
   -moz-box-shadow: 5px 5px 5px #cecece;
   box-shadow: 5px 5px 5px #cecece;
   border: 1px dotted #cecece;
}
