@charset "utf-8";
/* SAE CSS Document */

@font-face {
    font-family: 'open_sanssemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url(../images/fondo.gif);
	font-family: Arial,Helmet,Freesans,sans-serif;
	color: #323232;
	font-size: 13px;
	width: 100%;
}
a:link {
	color: #004e63;
	text-decoration: none;
}
a:visited {
	color: #004759;
	text-decoration: none;
}
a:hover {
	color: #21353e;
	text-decoration: underline;
}
a:active {
	color: #006666;
	text-decoration: none;
}
hr {
	background:none;
	border-bottom: solid 1px #aaa;
	height: 6px;
	padding-top: 5px;
	width: 95%;
	margin: 0 auto;
}
header{
	width:100%;
	height:45px;
	background:#27292a;
	position:relative;
	font-family: 'open_sanssemibold', sans-serif;
	line-height:45px;
	text-align:center;
	-webkit-font-smoothing: subpixel-antialiased;
}

nav {
	width:960px;
	margin:0 auto;
}
nav ul li {
	float:left;
	font-size:15px;
	color:#FFFFFF;
	list-style:none;
	padding:0 12px;
}
nav ul li:hover {
	background:#131414;
}
nav ul li a {
	color:#FFFFFF !important;
	text-decoration: none !important;
	display: block !important;
}
.social li {
	float:right;
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
	}
.social li:hover {
	background:none;
	}
.main {
	width:960px;
	margin:0 auto;
	position:relative;
	background:#d4d4d4;
	overflow: hidden;
	background: url(../images/fmain.png) repeat-y;
}
.logo {
	width:310px;
	float:left;
}
.izquierda {
	float:left;
	width:310px;
	clear:left;
}
.top-internas {
	width:650px;
	height:230px;
	background: url(../images/ft-internas.jpg) no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.top-internas div {
	margin-top: 180px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: -moz-linear-gradient(top,  rgba(75,121,136,0.9) 0%, rgba(62,94,96,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,121,136,0.9)), color-stop(100%,rgba(62,94,96,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(75,121,136,0.9) 0%,rgba(62,94,96,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(75,121,136,0.9) 0%,rgba(62,94,96,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(75,121,136,0.9) 0%,rgba(62,94,96,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(75,121,136,0.9) 0%,rgba(62,94,96,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4b7988', endColorstr='#cc3e5e60',GradientType=0 ); /* IE6-9 */
	text-align: right;
	}
.top-internas h2 {
	line-height:50px;
	font-family: 'open_sanssemibold', sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#f5f5f5;
	padding-right:20px;
	-webkit-font-smoothing: subpixel-antialiased;
	text-transform: uppercase;
	text-shadow:#2b4446 1px 1px 2px;
}
.ofrecemos {
	width:310px;
	border-top:solid 1px #b3b3b3;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%, #d4d4d4 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d4d4d4', GradientType=0 ); /* IE6-9 */
}
.ofrecemos h3 {
	width:auto;
	height:40px;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	color:#21353e;
	margin:2px auto -13px auto;
	display: block;
}
.ofrecemos h3 span {
	border-bottom: dotted 1px #b3b3b3;
	padding-bottom: 2px;
}
.ensaelista {
	width:280px;
	padding-left:18px;
	position:relative;
}
.ensaelista dt {
	font-size:14px;
	color:#004e63;
	border-left:solid 4px #00718f;
	padding-left:12px;
	font-weight:bold;
	margin-top:15px;
	height:20px;
}
.ensaelista dd {
	font-size:13px;
	color:#303030;
	border-left:solid 4px #00718f;
	padding-left:12px;
}
.derecha {
	width:650px;
	float:right;
	border-top:solid 1PX #919191;
}
.novedades {
	width:650px;
}
.novedades h3 {
	line-height:50px;
	font-family: 'open_sanssemibold', sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#22343e;
	padding-left:20px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.novedades article ul li {
	width:605px;
	height:30px;
	background:url(../images/bg-novedades.gif) repeat-x;
	line-height:28px;
	font-size:13px;
	list-style:inside url(../images/vineta-novedades.png);
	margin-left:22px;
	text-transform:uppercase;
	overflow:hidden;
}
.novedades article ul li a:hover {
	text-decoration:none;
	border-bottom:dashed 1px #666;
}

.contenidointernas {
	width:650px;
}
.contenidointernas h3 {
	line-height:50px;
	font-family: 'open_sanssemibold', sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#22343e;
	padding-left:20px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.contenidointernas h4 {
	font-family: 'open_sanssemibold', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#01435e;
	margin:5px 22px 15px 22px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.contenidointernas ul {margin-left: 15px;}
.contenidointernas ul li {
	width:auto;
	line-height:20px;
	font-size:14px;
	list-style:none;
	background: url(../images/vinetas.gif) no-repeat;
	margin:0 22px 10px 22px;
	padding-left: 20px;
}
.contenidointernas p {
	width:auto;
	margin:0 22px 10px 22px;
	font-size:14px;
	line-height: 22px;
	text-align:justify;
}
.contenidointernas dl dt {
	font-size:14px;
	line-height: 20px;
	margin:0 22px 10px 22px;
	font-weight: bold;
}
.contenidointernas dl dd {
	width:auto;
	line-height:20px;
	font-size:14px;
	list-style:none;
	background: url(../images/vinetas.gif) no-repeat;
	margin:0 22px 10px 37px;
	padding-left: 20px;
}

.capacitacion {
	width:610px;
	padding:5px 20px;
	text-align:justify;
	font-size:13px;
	line-height:20px;
}
.capacitacion img {
	float:left;
	margin-right:10px;
}
footer {
	width:960px;
	clear:both !important;
}
.footer1 {
	width:960px;
	height:59px;
	background:#FFFFFF;
	border-top:solid 1px #a3a3a3;
}
.footer1 span {
	color:#858585;
	text-align:right;
	display:inline-block;
	float:right;
	font-size:12px;
	margin-top:20px;
	margin-right:20px;
}
.footer1 span a {
	color:#4e4e4e;
}
.footer2 {
	width:960px;
	height:30px;
	background:url(../images/fondo-pie.gif);
	text-align:center;
	color:#d4d4d4;
	font-size:12px;
	line-height:30px;
}
.footer2 a {
	color:#d4d4d4;
	text-decoration:none;
}
.footer2 a:hover {
	color:#d4d4d4;
	text-decoration:underline;
}
/* Slider */
#slider { 
position: relative;
overflow: hidden;
width: 650px; 
height: 270px; 
margin: 0;
padding: 0;
}
#slider > div {
position:absolute;
top:0;
left:0;
}
#slider img {
margin:0;
padding:0; 
border:0;
}