﻿
/* COMUNES */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

/*a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}*/

a {
	text-decoration: none;
	color: #a2433d;
}

a:visited {
	color: #a2433d;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}


body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	/*color: #007e3a;*/
	color: #666666;
}

img {
	border-width: 0;
}

/* CABECERA DE PÁGINA */
.cabecera {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

h1 
{
    color: #a2433d;
	position: absolute;
	left: 37px;
	top: 12px;
	/*text-transform: uppercase;*/
	font-size: 18px;
}

/*h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 10px;
}*/

.imgTelfMail {
	position: absolute;
	left: 20px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menucabecera {
	position: absolute;
	right: 10px;
	top: 17px;
	text-transform: uppercase;
	font-size: 12px;
}

.nav {
	position: absolute;
	right: 20px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menucabecera a:visited, .nav a:visited {
	/*color: #d32525;*/
	color: #a2433d;
	
}

/* PIE DE PÁGINA */
.piefondo {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.pie {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menupie {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menupie a:visited {
	/*color: #d32525;*/
	color: #a2433d;
}

/* SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.columna {
	background-image: url(images/content-shim.gif);
}

.gradiente {
	background-image: url(images/content-shim-photo.gif);
}

.solido {
	background-image: url(images/content-shim-none.gif);
}

/* PAGINA */
.pagina {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*height: 280px;*/
	height: 100%;
	overflow:auto;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* TIPOS DE PAGINA */
#contenido {
	margin-left: 256px;
}

#recurso {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#inicio, #catalogo, #buscador, #pedido, #administracion, #contactar, #login, #signup, #changepassword, #passwordrecovery, #unauthorized {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.columnaizq {
	margin-top: 0;
	/*border-top: 1px solid #bababa;*/
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

/* ESPECIFICOS */
#inicio_borradoysustituido {
	background-image: url(images/body-repeat-photo.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

.Grid {
    text-decoration: none;
}    

.Grid a:hover {
    text-decoration: none;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup 
{
    text-align: justify;
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
	display: block;
	top: 20px;
	left: 50px;
	position: absolute;
	z-index: 101;
}

.Catalogo_Materia /* provisional, quitar cuando vayan ya los especificos */
{ 
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: bold;
    background-color: #f6a662;
    color: White;
    text-align: center;
}

.Catalogo_MateriaDig
{ 
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: bold;
    background-color: #f6a662;
    color: White;
    text-align: center;
}

.Catalogo_MateriaDiap 
{ 
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: bold;
    background-color: #007e3a;
    color: White;
    text-align: center;
}

.Catalogo_Coleccion
{
    margin-right: 00px;
    margin-left: 20px;
}

.Catalogo_Recurso_Cabecera 
{
    /*text-transform: uppercase;*/
    text-align: center;
   
}

.Catalogo_Recurso
{
}

.boton_carrito_add {
  background-image: url(images/cart_add.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  background-position: center;
}

.WzdStep {
    padding: 5px 5px 5px 5px;
}

.Error 
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: 10pt;
}

    
/* Inline styles are used because image controls hard code a border property */
.photo_198 {
	border: 4px solid #FFFFFF;
}