@charset "utf-8";

body{
	margin:0px;
	color:#4D4D4D;
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color:#C7882B;
}

#cuerpo {
	background-color:#fff;
	opacity:0.9;
	width:960px;
}

select{ 
	color:#4D4D4D;
	font-size: 13px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
input{
	color:#4D4D4D;
	font-size: 13px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
textarea{
	color:#4D4D4D;
	font-size: 13px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.inputs{
	color:#4D4D4D;
	font-size: 13px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color:#FFF5E8;
	border:none;
	margin:0px;
	padding:4px 6px;
	outline:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
}

.inputs:hover,.inputs:focus{
	background-color:#B07800;
	color:#fff;
}

a:link, a:visited, a:active{
	text-decoration: none;
}

a:hover{
	text-decoration:underline;	
}

/* Desplegable idiomas: */
.idiomades{
	display:none;
	position:absolute;
	margin-left:836px;
	background-color:#fff;
	border-color:#f0f0f0;
	border-style:solid;
	border-width:0px 2px 2px;
	color:#333333;
	text-align:right;		
}

.arribaidioma{
	background-color:#fff;
	border-color:#f0f0f0;
	border-style:solid;
	border-width:2px 2px 0px;
	color:#333333;
}
.prearribaidioma{
	background-color:transparent;
	border-color:transparent;
 	color:#333333;
	border-style:solid;
	border-width:2px 2px 0px;
}

.desplegableidiomas{
	background-image:url('../imagenes/iconos.svg');
	background-position:-106px 0px;
	margin-left:5px;
	width:20px;
	height:20px;
	cursor:pointer;
}
.desplegableidiomas:hover{
	background-position:-126px 0px;
}

.idiomanuevo:hover{
	background-color:#f0f0f0;
	cursor:pointer;		
}
/* fin desplegable idiomas */

.botonverde{
	cursor:pointer;
	background-color:#788728;
	transition:background-color 0.5s, color 0.5s;
	-moz-transition:background-color 0.5s, color 0.5s;
	-ms-transition:background-color 0.5s, color 0.5s;
	-webkit-transition:background-color 0.5s, color 0.5s;
	-o-transition:background-color 0.5s, color 0.5s;
	color:#fff;
	text-align:center;
	font-size:14px;
	border:none;
}
.botonverde:hover{
	background-color:#D7C814;
	color:#000;
}

.botonmenu{
	width:192px;
	height:34px;
	line-height:28px;
	font-size:20px !important;
	cursor:pointer;
	background-color:#1C7306;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	float:left;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:6px;
}
.botonmenu:hover{
	background-color:#C8EBD5;
	color:#1C7306;
	font-weight:500;
}
.botonmenupulsado{
	width:192px;
	height:34px;
	font-weight:500;
	line-height:28px;
	font-size:20px !important;
	cursor:pointer;
	background-color:#C8EBD5;
	float:left;
	color:#1C7306;
	text-align:center;
	font-size:16px;
	padding-top:6px;
}
.botonmenu2{
	width:137px !important;
}

/* Cuadro login: */
.tabla{
	float:right;	
}

.botoncarro {
	width:78px;
	height:76px;
	padding-bottom:2px;
	background-color:#555f23;
	background-image:url(../imagenes/iconos.svg);
	background-position:0 -21px;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	color:#D7C814;
	vertical-align:bottom;
	transition:background-color 0.5s, background-position 0.5s, color 0.5s;
	-moz-transition:background-color 0.5s, background-position 0.5s, color 0.5s;
	-ms-transition:background-color 0.5s, background-position 0.5s, color 0.5s;
	-webkit-transition:background-color 0.5s, background-position 0.5s, color 0.5s;
	-o-transition:background-color 0.5s, background-position 0.5s, color 0.5s;
}

.botoncarro:hover {
	color:#FFF;
	background-color:#d7c814;
	background-position:79px -21px;
}

.tablauno {
	width:114px;
	height:28px;
	color:#fff;
	text-align:right;
}

.tablados {
	width:168px;
	height:28px;
	vertical-align:top;
}

.campo {
	border:none;
	width:150px;
	height:22px;
	background-color:#333333;
	margin:0;
	padding:0 5px;
	color:#fff;
}

.botonacceso {
	width:78px;
	height:22px;
	background-color:#555f23;
	text-align:center;
	color:#fff;
	cursor:pointer;
	transition:background-color 0.5s;												
	-moz-transition:background-color 0.5s;
	-ms-transition:background-color 0.5s;
	-webkit-transition:background-color 0.5s;
	-o-transition:background-color 0.5s;
	text-decoration:none;
}

.botonacceso:hover {
	width:78px;
	height:22px;
	background-color:#d7c814;
	text-align:center;
	color:#fff;
}
/* fin cuadro login */

.botonform{
	cursor:pointer;
	background-color:#1C7306;
	color:#fff;
	text-align:center;
	outline:none;
	border:none;
	line-height:19px;
	margin:0;
	padding:3px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.botonform:hover{
	background-color:#B07800;
}

.separador{
	width:960px;
	height:8px;
	background-color:#1C7306;
}

.linea{
	text-align:center;
	margin: 10px 0 20px 0;
	height:4px;
	background-color:#B07800;
}

.titulo{
	font-size:28px;
	color:#1C7306;
	text-align:left;
	margin:10px 0;
}

.resalte{
	color:#1C7306
}

.textocontacto1{
	color:#1C7306;
	font-size:24px
}

.textocontacto2{
	font-size:20px;
	color:#1C7306;
}

.textocontacto3{
	font-size:16px;
	color:#1C7306;
}

.icocontacto{
	width:24px;
	height:24px;
	background-color:#B07800;
	margin-right:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.asterisco{
	color:#B07800;
}

#premenu{
	width:100%;
	height:40px;
	background-color:#1C7306;
	z-index:999;"
}

#prepie{
	width:100%;
	height:80px;
	background-color:#1C7306;"
}