@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,400italic,700,200);

* {
	padding:0;
	margin:0;
	outline: 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

H3 {
	font-size: 18px;
	font-weight: bolder;
	color: #333;
}

H2 {
	font-size: 18px;
	font-weight: 700;
	color: #004284;
	text-transform: uppercase;
}

.justificado p {
	text-align: justify;
}

strong, b {
	font-weight: 700;
}

i {
	font-style: italic;
}


html, body {
	outline: 0;
	color: #000;
	width: 100%;
	height: 100%;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	background-color: #084000;
	background-image: -webkit-linear-gradient(270deg,rgba(16,132,0,1.00) 0%,rgba(3,29,0,1.00) 100%,rgba(3,29,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(16,132,0,1.00) 0%,rgba(3,29,0,1.00) 100%,rgba(3,29,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(16,132,0,1.00) 0%,rgba(3,29,0,1.00) 100%,rgba(3,29,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(16,132,0,1.00) 0%,rgba(3,29,0,1.00) 100%,rgba(3,29,0,1.00) 100%);
}

#centrado {
	width: 740px;
	height: 100%;
	min-height: 740px !important;
	min-width: 900px !important;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
	position: relative;
}

#margen_top {
	height: 50%;
	width: 100%;
	margin-bottom: -350px;
}

#principal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 700px;
	width: 900px;
	margin: auto;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FBFFEA;
}

#logo {
	width: 450px;
	height: 116px;
	display: inline-block;
	margin-top: 50px;
	margin-left: 90px;
	float: left;
}

#slider {
	width: 700px;
	display: block;
	margin-top: 270px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
}

#slider div {
	font-size:16px;
	text-align: justify;
}

#slider div td {
	font-size:16px;
	text-align: justify;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}


#acceso {
	width: 300px;
	display: block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	cursor: pointer;
}

#acceso #tienda {
	padding: 5px 10px;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #C3EDBC;
	border: 1px solid #084000;
	cursor: pointer;
}

#acceso #boton:tienda {
	padding: 5px 10px;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #E4F7E1;
	border: 1px solid #084000;
	cursor: pointer;
}

#acceso #boton:tienda {
	padding: 5px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #889E84;
	border: 1px solid #084000;
	cursor: pointer;
	-moz-box-shadow: 0 0 15px #FF0;
	box-shadow: 0 0 15px #FF0;
	-webkit-box-shadow: 0 0 15px #FF0;

}

#carga {
	width: 300px;
	display: none;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#footer {
	width: 800px;
	display: block;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	font-size: 12px;
}

.izqda {
	display: inline-block;
	float: left;
}

.dcha {
	display: inline-block;
	float: right;
}

.link_oculto {
	cursor: pointer;
}

.link_oculto:hover {
	cursor: pointer;
	color: #108700;
	text-decoration: underline;
}