@charset "utf-8";
/*------------- Menu izquierda ------------------


.estilos #container #menuizq {
	float: left;
	width: 200px;
	clear: both;
}*/
#menuizq{
	background: #FFF;
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	clear: both;
	font-size: 95%;
	margin: 15px;
}
#menuizq a:link {
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
}
#menuizq a:visited {
	text-decoration: none;
	color: #66CCFF;
	font-weight: bold;
}
#menuizq a:hover {
	text-decoration: none;
	color: #A6E2FF;
	font-weight: bold;
}
/*#menuizq a:active {
	text-decoration: none;
	color: #336;
	font-weight: bold;
}*/
#menuizq a {
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
}
.soportemenu{
	/*margin-left: 2%; */
	margin-top: -5px;
	margin-bottom: 20px;
	font-size: 95%;
	
	/*background-color: #666;	
	border-top-left-radius: 50px 15px;
	border-top-right-radius: 50px 15px;*/
} 
.titulomenu {
	background-color: #242424; /*#242424*/ /*#242424*/
	/*	background-image:url(../images/bg-gris-oscuro-ruido.png);
*/	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	/*text-shadow: #fff -1px -1px, #000 1px 1px;*/
	margin: 0px;
	margin-top: 15px;
	padding: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	color: #efe;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8E8E8E; /*#4E4E4E;*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #262626; /*#040404;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E8E8E; /*#4E4E4E;*/
	border-top-left-radius: 50px 15px;
	border-top-right-radius: 50px 15px;
	background: #0a77d5; /* Old browsers */
	background: -moz-linear-gradient(left,  #0a77d5 0%, #70b4f4 50%, #0a77d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a77d5), color-stop(50%,#70b4f4), color-stop(100%,#0a77d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* IE10+ */
	background: linear-gradient(to right,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a77d5', endColorstr='#0a77d5',GradientType=1 ); /* IE6-9 */
	text-align: center;

}
.enlacesmenu {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	/*background-color: #CFF;*/
	background-color: #242424; /*#242424*/
/*	background-image:url(../images/bg-gris-oscuro-ruido.png);
*/	margin-top: -5px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #262626; /*#040404;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262626; /*#040404;*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

background: #0a77d5; /* Old browsers */
background: -moz-linear-gradient(left,  #0a77d5 0%, #70b4f4 50%, #0a77d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a77d5), color-stop(50%,#70b4f4), color-stop(100%,#0a77d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* IE10+ */
background: linear-gradient(to right,  #0a77d5 0%,#70b4f4 50%,#0a77d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a77d5', endColorstr='#0a77d5',GradientType=1 ); /* IE6-9 */

	
}
.enlacesmenu #titulo{
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	color: #333;
}
.btn {
	font-family:
	font-weight: bold;
	/*border: 1px solid #999999; */
	margin:4px 1px 6px 0px;
} 
.btn a:link, .btn a:visited{
/*	-moz-box-shadow: inset 0px 0px 0px 0px #54a3f7;
	-webkit-box-shadow: inset 0px 0px 0px 0px #54a3f7;
	box-shadow: inset 0px 0px 0px 0px #54a3f7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	
	background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0);
*/
background: #041c54; /* Old browsers */
background: -moz-linear-gradient(top,  #041c54 0%, #294789 39%, #141366 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#041c54), color-stop(39%,#294789), color-stop(100%,#141366)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #041c54 0%,#294789 39%,#141366 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #041c54 0%,#294789 39%,#141366 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #041c54 0%,#294789 39%,#141366 100%); /* IE10+ */
background: linear-gradient(to bottom,  #041c54 0%,#294789 39%,#141366 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041c54', endColorstr='#141366',GradientType=0 ); /* IE6-9 */

	background-color: #007dc1;
	text-decoration: none;
	text-shadow: 0px 1px 0px #154682;
	display: block;
	/*width: 100%;*/
	padding: 5px 9px 5px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8E8E8E; /*#4E4E4E;*/
	border-right-color: #262626; /*#040404;*/
	border-bottom-color: #262626; /*#040404;*/
	border-left-color: #8E8E8E; /*#4E4E4E;*/
	/*color: #AA7C28;*/
} 
/*  .btn a:visited   Es necesario solo por el IE, no afecta al resto de navegadores El orden de las reglas afecta al resultado a:visited no se puede poner despues de a:hover porque la reescribe*/

.btn a:hover {
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1', GradientType=0);
*/
background: #141366; /* Old browsers */
background: -moz-linear-gradient(top,  #141366 0%, #294789 61%, #041c54 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141366), color-stop(61%,#294789), color-stop(100%,#041c54)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #141366 0%,#294789 61%,#041c54 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #141366 0%,#294789 61%,#041c54 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #141366 0%,#294789 61%,#041c54 100%); /* IE10+ */
background: linear-gradient(to bottom,  #141366 0%,#294789 61%,#041c54 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141366', endColorstr='#041c54',GradientType=0 ); /* IE6-9 */


	background-color: #0061a7;
	/*color: #916A22;*/
} 
.btn a:active {
	padding: 6px 8px 4px 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #262626; /*#040404;*/
	border-right-color: #8E8E8E; /*#4E4E4E;*/
	border-bottom-color: #8E8E8E; /*#4E4E4E;*/
	border-left-color: #262626; /*#040404;*/
  /*color: #805E1E;*/
}
