
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	min-width:950px;
	background-color: #000000;
	/*background:url(img/verdes2.jpg) top center;*/
	
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR:  #20da05;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

form {
	clear: none;
	float: none;
	border-style: none;
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px
}

.gris {
	background-color: #f2f2f2;
}

.blanco {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.menu a {
	filter:alpha(opacity=30);
	background-color:
	-moz-opacity: 0.3;
	opacity: 0.3;
	width: 100%; /* stupid IE */
}
.menu a:active {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	width: 100%; /* stupid IE */
}
.menu a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;	
	width: 100%; /* stupid IE */
}

.inicio a:hover {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	width: 100%; /* stupid IE */
}

.nosotros a:hover {
	display: block; 
	background-color: #333333;
}

.producciones a:hover {
	display: block; 
	background-color: #333333;
}

.mano {
	cursor:pointer;
}
				
A:link {
color:#20da05;
text-decoration: none;
}
A:visited {
color:#20da05;
text-decoration: none;
}
A:active {
color:#20da05;
text-decoration: none;
}
A:hover {
color:#20da05;
text-decoration: none;
}

A.dos:link {
color:#000000;
text-decoration: none;
}
A.dos:visited {
color:#000000;
text-decoration: none;
}
A.dos:active {
color:#333333;
text-decoration: none;
}
A.dos:hover {
color:#333333;
text-decoration: none;
}

A.tres:link {
color:#69c7c1;
text-decoration: none;
}
A.tres:visited {
color:#69c7c1;
text-decoration: none;
}
A.tres:active {
color:#69c7c1;
text-decoration: none;
}
A.tres:hover {
color:#69c7c1;
text-decoration: none;
}

A.cuatro:link {
color: #666666;
text-decoration: none;
font-weight: bold;
}
A.cuatro:visited {
color: #666666;
text-decoration: none;
font-weight: bold;
}
A.cuatro:active {
color: #354e74;
text-decoration: none;
}
A.cuatro:hover {
color: #354e74;
text-decoration: none;
}
A.cuatro4:link {
color:#FFFFFF;
text-decoration: none;
}
A.cuatro4:visited {
color:#FFFFFF;
text-decoration: none;
}
A.cuatro4:active {
color:#FFFFFF;
text-decoration: none;
}
A.cuatro4:hover {
color:#FFFFFF;
text-decoration: none;
}
		
.overlay {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay1 {
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	/* width: 100%; stupid IE */
	zoom: 1;
}

.overlay2 {
	background-color: #ffffff;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	/* width: 100%; stupid IE */
	zoom: 1;
}


.texto0 { font-family: "Courier New", Courier, monospace; font-size: 9px; color: #20da05; line-height:1.6;
}
.texto1 { font-family: "Courier New", Courier, monospace; font-size: 11px; color: #20da05;
}
.texto2 { font-family: "Courier New", Courier, monospace; font-size: 12px; color: #20da05; line-height:1.4;
}
.texto3 { font-family: "Courier New", Courier, monospace; font-size: 14px; color: #20da05; line-height:1.4;
}
.textoMENU { font-family: "Courier New", Courier, monospace; font-size: 15px; color: #20da05;
}
.textoATOM { font-family: "Courier New", Courier, monospace; font-size: 16px; color: #20da05;
}
.form1{ font-family: "Courier New", Courier, monospace; font-size: 12px; color: #666666; background-color: #FFFFFF; border: thin solid #FFFFFF;
}
.form2{ font-family: "Courier New", Courier, monospace; font-size: 11px; color: #20da05; background-color: #000000; border: thin solid #20da05;
}
.form3{ font-family: "Courier New", Courier, monospace; font-size: 11px; color: #666666; background-color: #FFFFFF; border: thin solid #FFFFFF;
}
.form4{ font-family: "Courier New", Courier, monospace; font-size: 11px; color: #666666; background-color: #FFFFFF; border: thin solid #FF0000;
}
.color1 { color: #59a1b6; font-weight: bold;
}
.color2 { color: #59a1b6;
}
.color3 { color: #666666;
}
.color4 { color: #999999;
}
.color5 { color: #FFFFFF;
}
.colorC { color: #CCCCCC;
}
.colorR { color: #FF0000;
}
.colorV { color: #69c7c1;
}
.colorN { color: #000000;
}
.textoU { text-transform:uppercase;
}
.textol { text-transform:lowercase;
}
.textoS { line-height:2.0;
}
.textoS2 { line-height:1.2;
}
.textoS3 { line-height:1.5;
}
.textoLS { letter-spacing:1px;
}
.textoB { font-weight: bold;
}
.textoJ { text-align: justify;
}
.textoP { padding:10px 0 0 10px;
}
.textoI { font-style:italic;
}
#listado ul{
	padding-left:25px;
	margin-top:5px;
}
#listado ul li{
	list-style-image:url(img/uls.png);
}
.foto {
	background-repeat: no-repeat;
}
.foto2 {
	background-position: top center;
}
.foto3 {
	background-position: right;
}
/* para el scroll de FAQS */
.coolscroll {
	width:850px; 
	height:300px; 
	overflow: scroll;
	overflow-y: hidden;
	SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR:  #999999; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
/* shittis */
#Productos {
	width:695px;
	position:relative;
	-moz-box-shadow: 3px 3px 3px rgb(175, 175, 175);
	-webkit-box-shadow: 3px 3px 3px rgb(175, 175, 175);
	box-shadow: -3px 3px 3px rgb(175, 175, 175);
}
#Productos2 {
	width:137px;
	height:475px;
	margin:5px 10px 10px 10px;
	float:left;
	position:relative;
}

/* todo esto para el index del edemono con las fotos ajustadas*/
.container2 {
margin-left: 0;
margin-right: auto;
height: 100%;
position: relative;
}

.background2 {
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow:hidden;
}
.background2 img { 
width: 100%; height: 100%;
}
.content2 {
margin-left: 0; 
margin-right: auto;
position: relative;
z-index: 10;
}


/* etrwtwetwetwtwt*/
.tituloides {
	padding:3px;
	height:auto;
	padding-top:0px;
}
.contenidoes {
	padding:5px;
}
.contenidoesFIN {
	border-bottom:solid 1px #20da05;
	min-height:20px;
}
.PRESS0 {
	border-top:solid 1px #20da05;
}
.PRESS {
	border-top:solid 1px #20da05;
	padding:20px 0;
}
.PRESS2 {
	border-top:solid 1px #20da05;
	padding:7px 0;
}
.coolscrollbox {
	width:290px; 
	height:130px; 
	overflow: scroll;
	overflow-x: hidden;
	position:absolute;
}
.fleetscrollbox {
	position:absolute;
	width:270px;
	height:130px;
	overflow:hidden;
}
#fleetscrollfleet {
	position:absolute;
	left:245px;
	top:40px;
	width:20px;
	height:64px;
	z-index:100;
}
.contenidismo {
	position:absolute;
}


.tablamdcx{
	border-top:solid 1px #20da05;
}




/* cool checkbos */
.myCheckbox input {
    display: none;
}

.myCheckbox span {
    width: 13px;
    height: 13px;
    display: block;
    background: url("img/chictochic.jpg");
	float:left;
	position:relative;
	margin-right:5px;
}

.myCheckbox input:checked + span {
    background: url("img/chictochic2.jpg");
}

.DOSatom {
	position:relative;
	float:left;
	margin-right:5px;
}




/* cart checkout */

.leift { position:relative; float:left; }
.raift { position:relative; float:right; }
.center { position:relative; margin:0 auto; }
.clear { clear:both; }
.wideIN { width:750px; }

.texto20 { font-size: 20px; line-height:1.2; }
.textoCen { text-align:center; }

.margines25 {
	height:25px;
}
.margines45 {
	height:45px;
}

#footer {
	margin-left:40px;
	position:absolute;
	bottom:40px;
}
#contacto, #checkINGout, #mensaje {
	width:450px;
}
#cartInfo {
	margin:25px 0;
}
.carto {
	margin-right:10px;
	margin-bottom: 10px;
}
.number {
	width:10px;
}
.remove {
	margin-top:5px;
	margin-left:20px;
	margin-bottom:10px;
}
.cajas {
	padding:5px;
	border-top:1px #20da05 solid;
	border-left:1px #20da05 solid;
	border-right:1px #20da05 solid;
}
.itemList {
	margin:5px 0;
}
#checkOut {
	margin:45px auto;
}
#creditosNN {
	word-break:normal;
}
#about {
	margin-bottom:45px;
}
.underLine {
	margin-bottom:5px;
	border-bottom:1px #20da05 solid;
}

/* mailchimp */

#mc_embed_signup{ background:#000; }
#mc-embedded-subscribe-form { color:#20da05; }
#mc_embed_signup form { padding:10px 17px 0px !important; }
.textoCHIMP { font-family: "Courier New", Courier, monospace !important; font-size: 12px !important; font-weight:normal !important; }
.buttonCHIMP { font-family: "Courier New", Courier, monospace !important; font-size: 11px !important; color: #20da05 !important; background-color: #000000 !important; border: thin solid #20da05 !important; border-radius:0px !important; margin: 10px 0 10px 143px !important; }
.emailCHIMP { font-family: "Courier New", Courier, monospace !important; font-size: 11px !important; color: #20da05 !important; background-color: #000000 !important; border: thin solid #20da05 !important; border-radius:0px !important; width:calc(100% - 17px) !important; }
#mc_embed_signup input.email { min-height:20px !important; }
#mc_embed_signup .button { height: 20px !important; line-height: 20px !important; }