@charset "iso-8859-1";
/* CSS Document */


#fondopie {
	width:100%;
	height:354px;
	background:url(imagenes/fondo-pie.gif) repeat-x;
	padding-top:20px;
}

#pie {
	width:980px;
	margin:0 auto;
}

#encabezado {
	font-size:24px;
	font-weight:bold;
	color:#339eff;
	padding-bottom:10px;
	padding-left:50px;
	height:20px;
	border-bottom:2px dotted #fff;
	background:url(imagenes/ico-h3.gif)  no-repeat left;
	margin-bottom:20px;
}

form {
	width:940px;
	height:210px;
	padding-left:20px;
	padding-right:20px;
}

#formizq {
	width:450px;
	float:left;
}

#formder {
	width:490px;
	float:right;
}

label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	color:#fff;
}

label .small{
	color:#5798cf;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

input{
	float:left;
	font-size:14px;
	padding:4px 2px;
	border:solid 2px #1b4265;
	width:280px;
	height:15px;
	margin:2px 0 10px 10px;
	background-color:#deefff;
}

input:focus{
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);/*Safari y navegadores que usen WebKit*/
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);/*Firefox*/
	border:2px solid #d4b900;
	background-color: #fff;
}

textarea{
	float:right;
	font-size:14px;
	padding:4px 2px;
	border:solid 2px #1b4265;
	width:330px;
	margin:2px 0 10px 10px;
	background-color:#deefff;
	height:130px;
}

textarea:focus{
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);/*Safari y navegadores que usen WebKit*/
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);/*Firefox*/
	border:2px solid #d4b900;
	background-color: #fff;
}

#formder .textolegal{
	font-size:12px;
	height:25px;
	background-color:#5d82a5;
}

#formder .textolegal:focus{
	font-size:12px;
	background-color:#5d82a5;
	box-shadow:none;
	border:2px solid #1b4265;
}

button{
	margin-left:315px;
	width:120px;
	height:32px;
	background-color:#edce00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fee74d), to(#edce00));
	background: -moz-linear-gradient(top,  #fee74d,  #edce00);
	background: -o-linear-gradient(top,  #fee74d,  #edce00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee74d', endColorstr='#edce00');
	text-align:center;
	line-height:28px;
	color:#143a5c;
	border:1px solid #dec100;
	font:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);/*Safari y navegadores que usen WebKit*/
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);/*Firefox*/
}

#datos {
	float:left;
	width:770px;
	height:20px;
	text-align:center;
	color:#fff;
	margin-left:40px;
	margin-top:5px;
	margin-bottom:20px;
}

#pie #menuinf{
	width:980px;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
	
#pie #menuinf a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#pie #menuinf a:hover{
	text-decoration:underline;
}

#grupo {
/*	float:left;*/
	text-align:center;
	padding-top:8px;
	width:980px;
	font-size:10px;
	color:#346ea1;
	font-weight:bold;
}
#grupo a {
	font-size:10px;
	color:#346ea1;
	text-decoration:none;
	font-weight:normal;
}
#grupo a:hover {
	color:#346ea1;
	text-decoration:underline;
}

#avisolegal {
	float:right;
	margin-top:10px;
	width:120px;
	text-align:right;
}

/* span */
#avisolegal span{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
#avisolegal span:hover{
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	}

/*para sitemap aprovecho*/
#avisolegal a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#avisolegal a:hover{
	color:#fff;
	text-decoration:underline;
}
