@import url('reset.css');
@font-face {
font-family:sourcesans;
src: url(SourceSansPro-Regular.otf);
}

@font-face {
font-family:sourcesans_light;
src: url(SourceSansPro-Light.otf);
}

/*----- Estilos Generales -----*/
body {
	background: #3d3d3d;
font-family:Arial, Helvetica, Sans-serif;
}
/* ---- HEADER ---- */
header {
	margin: auto;
	width: 100%;
	height: 100px;
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #ffffff 0%, #bbbbbb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#ffffff), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#ffffff 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#ffffff 0%,#bbbbbb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#ffffff 0%,#bbbbbb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#ffffff 0%,#bbbbbb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */

box-shadow:0px 8px 8px #000;
	-moz-box-shadow:0px 8px 8px #000;
	-webkit-box-shadow:0px 8px 8px #000;
}

#subheader {
	width: 965px;
	height: 155px;
	margin:  auto;
	background:url('header_menu.fw.png') no-repeat; 
}

#superior{
	margin-left: 325px;
	width: 960px;
}


#subheader ul li{
	display: inline;
	font-size: 11px;
	margin-right: 2px;
}
#subheader ul li a{
	text-decoration: none;
	color: #000;
}
 #subheader ul li a:hover{
 	text-decoration: underline;
 }

 #logo {
 	margin-top: 8px;
 	float: left;
 	margin-left: 25px;
 }
#logo li{
	display: inline;
	float: left;
}

#logo li p{
font-family:sourcesans;
	font-size: 25px;
	color: #999999;
	margin-top: 15px;
	margin-left: 540px;
}

#menu{
	margin-top: 100px;
	margin-left:215px;
}

#menu ul li a{
	padding: 5px;
	font-family: Copperplate Gothic Bold;
	color: #B25900;
	font-size: 13px;
}

#menu ul li a:hover{
	padding: 5px;
		background: #B25900;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

#BOTONES{
	width: 965px;
	height: 40px;
	margin: auto;
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #00290a 0%, #00661a 27%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#00290a), color-stop(27%,#00661a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#00290a 0%,#00661a 27%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#00290a 0%,#00661a 27%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#00290a 0%,#00661a 27%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#00290a 0%,#00661a 27%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#00661a',GradientType=0 ); /* IE6-9 */
}



#botones nav ul li{
	display: inline;
	margin-top: 10px;
	float: left;
}

#botones nav ul li a{
	text-decoration: none;
	font-family:sourcesans;
	color: #fff;
	padding: 10px 35px;

}
#botones nav ul li a:hover{

background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #3d5c45 0%, #3d8b51 24%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#3d5c45), color-stop(24%,#3d8b51)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3d8b51',GradientType=0 ); /* IE6-9 */

}
	#p{
		background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #3d5c45 0%, #3d8b51 24%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#3d5c45), color-stop(24%,#3d8b51)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#3d5c45 0%,#3d8b51 24%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3d8b51',GradientType=0 ); /* IE6-9 */

	}


#sub_botones{
	width: 965px;
	height: 250px;
		margin: auto;
		background:url('subbotonres.jpg') no-repeat; 
}

#sub_botones nav ul li{
	display: inline;
	margin-top: 3px;
	float: right;
}

#sub_botones nav ul li a{
	text-decoration: none;
	font-family:sourcesans_light;
	color: #fff;
	padding: 5px 15px;

}

#sub_botones nav ul li a:hover{
	color:#FFE599

}

#sub_botones nav{
margin-right: 150px;
}
#sub_botones nav ul{
	margin-right: 130px;
}

#wrap{
	width: 965px;
	height: 400px;
	margin: auto;
	background: #fff;
}

#contenido{
	width: 232px;
	height: 400px;
	float: left;
	text-align: center;
}
#contenido h2{
	margin-top: 35px;
	font-family:sourcesans;
	font-size: 28px;
}

#contenido h3{
	margin-top: 100px;
	font-family:arial;
	font-size: 12px;
}

#contenido img{
	margin-left: 50px;
}
#detalle_tecnico{
	margin-top: 64px;
	width: 700px;
	height: 336px;
	float: left;
	background:url('fondo_tecnico.jpg') no-repeat; 
}

#detalle_tecnico img{
	width: 361px;
	margin-top: 5px;
	margin-left: 5px;
}

#detalle_tecnico article{
	margin-top: 5px;
	margin-right: 80px;
	width: 230px;
	float: right;
}
#detalle_tecnico h2{
	font-family: sourcesans;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}

#detalle_tecnico h3{
	margin-top: 15px;
	
	font-family:arial;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 7px;
}

#detalle_tecnico a{
	margin-top: 10px;
	font-size: 15px;
	font-family: sourcesans;
	color: #fff;
	float: right;
	text-decoration: none;
	padding: 5px;
	background: #8CC200;
	border-radius: 5px;
}
footer
{
	width: 965px;
	height: 50px;
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
;
	margin: auto;
}
footer #copyright{
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

footer #copyright p{
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#slideshow{
	width: 600px;
	height: 300px;
	float: left;
	background: #000;
}

#slideshow .pagination{
	margin: 26px 0px;
	width: 100px;
}

#slideshow .pagination {
    margin: 26px auto 0;
    width: 100px;
}
#slideshow .pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
}
#slideshow .pagination li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
#slideshow .pagination li.current a {
    background: none repeat scroll 0 0 #1798AF;
}
#slideshow img{
	width: 600px;
	height: 300px;
}