BODY {
	background-color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
}

a:link {
	color: #990000;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #990000;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #990000;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}

a.titulo:link {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.titulo:visited {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.titulo:active {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.titulo:hover {
	font-family: Arial, Verdana;
	font-size: 13px;
	text-decoration: underline;
	color: blue;
	font-weight: bold;	
}

a.menu:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #17B7A5;
	font-weight: bold;
	text-decoration: none;
}

a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #17B7A5;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #17B7A5;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CD5C5C;
	font-weight: bold;
	text-decoration: underline;
}

.td1 {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
}

.tdazul {
	background-color: #E4ECF4;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

.tdfondo {
	background-color: rgb(255,237,182);
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
}

.tdbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.tdup {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.areadetexto {
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #1A457B;
	width: 130;
	height: 15;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}

.marron {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #7E4F2F;
}

.verde {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CD6820;
}

.tituloLibro {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.precio {
	background-color: #FFCECE;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: Maroon;
	border: 1px solid #336699;
	font-weight: bold;
}

.tablaazul {
	background-color: #f6f6f6;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.tabladestacada {
	background-color: #FFE4C4;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.descripcion {
	font-family: Verdana, Arial;
	font-size: 7pt;
	color: #000000;
}

.autor {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: Navy;
	font-weight: bold;
}

.editorial {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #3D7497;
}

.nombreEditorial {
	font-family: Verdana, Arial;
	font-size: 8px;
	color: #3D7497;
}

td.mensaje {
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: blue;
	font-weight: bold;
}

td.error {
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bolder;
}

input.form {
	border: 1px;
	border-color: #2e2453;
	border-style: solid;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11;
	color: #2e2453;
	background: white;
}

input.form_obligatorio {
	border: 1px;
	border-color: #2e2453;
	border-style: solid;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11;
	color: #2e2453;
	background: #ffffcc;
}

input.btn {
	border: 1 px;
	border-color: #000000;
	border-style: solid;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: #003399;
	height: 25px;
}

input.fecha {
	border: 1 px;
	border-color: #a3a3a3;
	border-style: solid;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2e2453;
	background: #ffffff;
	text-align: center;
	width: 100px;
}

input.fecha_obligatorio {
	border: 1 px;
	border-color: #a3a3a3;
	border-style: solid;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2e2453;
	background: #ffffcc;
	text-align: center;
	width: 100px;
}

select {
	border: 1 px;
	border-color: #a3a3a3;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2e2453;
	background: white;
}

select.obligatorio {
	border: 1 px;
	border-color: #a3a3a3;
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2e2453;
	background: #ffffcc;
}

td.titulo {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #9cc0d8;
	font-weight: bold;
}

td {
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.carrito_titulo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}

.carrito_precio {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Teal;
	font-weight: bold;
	text-align: right;
}

tr.trpar {
	background-color: #f0f2f4;
}



tr.trOver {
	background-color: #ffbf80;
	cursor: pointer;
	cursor: hand
}



tr.trimpar {
	background-color: #ffffff;
}

.tdpag {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	color:#990000;
	font-size:11px;
}

.tdpag_resaltado {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	color:#FF6600;
	font-size:11px;
	font-weight:bold;
}

.boton_web2 {
       background-image:url(../img/botones/fondo_boton2.gif);
       background-repeat:no-repeat;
       background-position:center;
       background-color:transparent;
       border-style:none;
       width:135px;
       height:25px;
       font-family:Arial, Helvetica, sans-serif;
       font-size:11px;
       color:#FFFFFF;
       font-weight:bold;
}

.boton_web {
       background-image:url(../img/botones/fondo_boton.gif);
       background-repeat:no-repeat;
       background-position:center;
       background-color:transparent;
       border-style:none;
       font-family:Arial, Helvetica, sans-serif;
       height:25px;
       width:135px;
       font-size:11px;
       color:#FFFFFF;
       font-weight:bold;
}
