/* @override 
	http://www.gerardmoline.com/css/master.css
	http://gerardmoline.dreamhosters.com/css/master.css
*/

/*@import url("colors.css");*/

/* @group TEXT & CO. */

.clear {
	clear: both;
}* {
	margin: 0;
	padding: 0;
}

html {
	background: #373737 url(../fondo/fondo.jpg) repeat fixed;
}

body {
	font: 62.5% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding-bottom: 25px;
	width: 100%;
	height: 100%;
	background: #373737 url(../fondo/fondo.jpg) repeat fixed;
}

#container {
		
}

.column h3 {
	color: #666;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-style: normal;
	position: relative;
	z-index: 4;
}

h1 {
	font-size: 2.4em;
	text-align: center;
	color: #fff;
	text-indent: -4px;
}

h1 a:link, h1 a:visited {
	color: #8f8f8f;
	text-decoration: none;
	height: 92px;
	display: block;
	text-indent: -5300px;
	background: url(css_images/logo.gif) no-repeat center top;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #666;
	text-indent: -5300px;
	height: 92px;
	display: block;
	background: url(css_images/logo.gif) no-repeat center -92px;
}

h2 {
	font-size: 1.4em;
	display: block;
	border-bottom: 1px dashed #ccc;
}

h2 a:link, h2 a:visited {
	display: block;
	padding: 24px 12px 4px;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	display: block;
	padding: 24px 12px 4px;
	background-color: #d6d6d6;
	text-decoration: none;
	color: #333;
}

h3 {
	font-size: 1.3em;
	color: #999;
}

h3 a:link, h3 a:visited {
	display: block;
	padding: 10px 12px 4px 22px;
	color: #999;
	text-decoration: none;
}

h3 a:hover, h3 a:active {
	display: block;
	padding: 10px 12px 4px 22px;
	background-color: #d6d6d6;
	text-decoration: none;
	color: #333;
}

h2.special {
	display: none;
}

/*h2.special a:link, h2.special a:visited {
	display: block;
	padding: 24px 12px 4px;
	background-color: #fff;
}

h2.special a:hover, h2.special a:active {
	display: block;
	padding: 24px 12px 4px;
	background-color: #efefef;
}*/

h3.special {
	font-size: 1.4em;
	display: block;
	border-bottom: 1px dashed #ccc;
}

h3.special a:link, h3.special a:visited {
	display: block;
	padding: 24px 12px 4px;
	background-color: #fff;
	text-decoration: none;
	color: #666;
}

h3.special a:hover, h3.special a:active {
	display: block;
	padding: 24px 12px 4px;
	background-color: #d6d6d6;
	color: #333;
	text-decoration: none;
}

h4 {
	font-size: 1.3em;
	color: #999;
	}

p, li {
	font-size: 1.1em;
	line-height: 1.2em;
	list-style-type: none;
	color: #666;
}

p {
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
}

img {
	border-style: none;
}

h1.selected, h2.selected, h3.selected {
	color: #679835;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

/* @end */

/* @group POSICIONES, PADDINGS & COLORES DE FONDO */

/* 
#transp {
	background: #333;
	height: 30px;
	width: 100%;
	z-index: 30;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0.68;
-moz-opacity: 0.5;
filter:alpha(opacity=50);
}



#about {
	height: 0px;	
	width: 100%;
	z-index: 31;
	top: 0;
	left: 0;
	position: fixed;
}
My Comment */
#about {
	background: #333;
	height: 30px;
	width: 100%;
	z-index: 30;
	top: 0;
	left: 0;
	position: fixed;
	/*opacity: 0.73;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);*/

}

#about #left {
	padding-top: 10px;
	padding-bottom: 8px;
	color: #cbcbcb;
	width: 300px;
	float: left;
	margin-left: 30px;
	text-align: left;
}

#about #left a {
	text-decoration: none;
	color: #fff;
}

#about #right a {
	text-decoration: none;
	color: #e7e7e7;
}

#about #right {
	padding-top: 10px;
	padding-bottom: 8px;
	color: #cbcbcb;
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 30px;
}

#about #left a:hover, #about #left a:active {
	color: #a0a0a0;
	text-decoration: underline;
}

#about #right a:hover, #about #right a:active {
	color: #e4e4e4;
	text-decoration: underline;
}

#about #right .lang a.selected:link,
#about #right .lang a.selected:visited,
#about #right .lang a.selected:hover,
#about #right .lang a.selected:active  {
	text-decoration: underline;
}

#center {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding-top: 55px;
}

#header {
	width: 225px;
	position: relative;
	z-index: 2;
	text-align: left;
	background: url(css_images/background_header.gif) no-repeat left top;
	height: 90px;
	padding-top: 20px;
}

#all {
	width: 225px;
	position: relative;
	z-index: 2;
	background: url(css_images/background_all.gif) repeat-y left top;
	text-align: left;
	padding-top: 20px;
}

#hidd {
	width: 225px;
	position: relative;
	z-index: 2;
	background: url(css_images/background_all.gif) repeat-y left top;
}

#footer {
	width: 225px;
	position: relative;
	z-index: 2;
	background: url(css_images/background_header.gif) no-repeat left bottom;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	height: 20px;
}

#footer p {
	padding: 12px 12px 0;
	text-align: right;
	font-size: 0.8em;
	color: #999;
}

/*.validators {
	color: #fff;
	text-align: left;
	text-indent: 106px;
}*/

#footer p a {
	padding: 1px;
}

#footer p a:link, #footer p a:visited {
	color: #999;
	text-decoration: none;
}

#footer p a:hover, #footer p a:active {
	text-decoration: underline;
	color: #666;
}

.extend {
	width: 748px;
	position: relative;
	z-index: 10;
	top: 0;
}

.column {
	width: 224px;
	float: left;
	position: relative;
	top: 0;
	min-height: 100px;
	z-index: 10;
}

.column p {
	text-align: right;
	position: relative;
	top: 0;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 1.1em;
	line-height: 1.3em;
	z-index: 10;
	width: 180px;
	margin-left: 20px;
}

.page {
	float: left;
	width: 496px;
	position: relative;
	top: 0;
	border-left: 1px solid #eee;
	z-index: -10;
}

.page p, .page ul, .page ol {
	position: relative;
	top: 0;
	width: 380px;
	line-height: 1.3em;
	font-size: 1.1em;
	z-index: 10;
}

.page img {
	float: left;
	position: relative;
	top: 0;
	z-index: 10;
}

img.visor {
	width: 480px;
}

* html img.visor {
}

.blanco {
	background-color: #fff;
	position: relative;
	top: 0;
	padding: 8px;
	min-height: 100px;
}

.postblanco {
	background-color: #fff;
	width: 480px;
	position: relative;
	top: 0;
}

* html .blanco {
	height: 200px
}

.pic {
	position: relative;
	z-index: 10;
	width: 480px;
}

.loading {
	position: relative;
	z-index: 20;
	width: 480px;
	height: 24px;
}

.nav {
	width: 48px;
	height: 24px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.blanco .pic p{
	position: relative;
	width: 380px;
	margin-left: 0;
	line-height: 1.3em;
	font-size: 1.1em;
	font-style: italic;
	z-index: 10;
	left: 6px;
	float: left;
	top: 6px;
	color: #7e7e7e;
}

.blanco p{
	position: relative;
	left: 54px;
	top: 10px;
	color: #333;
}

.cerrar {
	margin-right: 0;
	border-style: none;
	float: left;
	position: relative;
	top: 0;
	z-index: 10;
}

.bottom {
	height: 8px;
	background: url(../images/es_in_de.gif) no-repeat right top;
	position: relative;
	top: 0;
	z-index: 10;
}

/* @end */

/* @group formulario de tienda */

/*.form_tienda label {
	text-align: left;
	font-size: 120%;
	margin-bottom: 4px;
}*/

.num {
	color: #666;
	font-size: 110%;
	border-bottom: 1px dashed #909090;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #e9e9e9;
	margin-right: 5px;
}

input.checkboxbox {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}

.labelbox {
	float: left;
	width: 348px;
	margin-top: 6px;
}

input.textbox {
	float: left;
}

.labeltext {
	float: left;
	margin-top: 6px;
	width: 50px;
	border-bottom-color: #ff3737;
}

.num label {
}

.formcomment {
	color: gray;
	font-style: italic;
}

.optional input, .optional textarea, .optional select {
	width: 99%;
	color: #666;
	font: 120% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 4px;
	margin-bottom: 14px;
	background-color: #f0f0f0;
}

.num input, .num textarea, .num select {
	color: #666;
	font: 120% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 8px;
}

.lnum input, .lnum textarea, .lnum select {
	width: 10%;
	color: #666;
	font: 120% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f0f0f0;
	margin: 4px 0 0;
}
rnum input, .rnum textarea, .rnum select {
	width: 10%;
	color: #666;
	font: 120% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f0f0f0;
	margin: 4px 0 0;
}

/* @end */

.push {
	height: 600px;
}

.aviso {
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ok {
	color: #356508;
	background-color: #f5fecc;
	border: 1px solid #b2b2b2;
}

.ko {
	color: #f7360f;
	background-color: #f5fecc;
	border: 1px solid #b2b2b2;
}

.ok a {
	color: #356508;
}

.ko a {
	color: #f7360f;
}

.lang {
 	float: left;
}




