@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'androgyneregular';
	src: url('androgyne_tb-webfont.eot');
	src: url('androgyne_tb-webfont.eot?#iefix') format('embedded-opentype'), url('androgyne_tb-webfont.woff') format('woff'), url('androgyne_tb-webfont.ttf') format('truetype'), url('androgyne_tb-webfont.svg#androgyneregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ff3f00;
	background-attachment: fixed;
}
header {
	width: 960px;
	height: 210px;
	background-color: #F00;
	margin: auto;
	margin-top: 6px;
	font-family: 'androgyneregular';
	background-image: url(../images/background_header.jpg);
	background-position: center;
}
#menu_header {
	width: 569px;
	height: 110px;
	float: left;
}
#menu_header ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	background-color: #F00;
	width: 127px;
	height: 52px;
	font-size: 19px;
	text-align: center;
	margin: 1px;
	margin-top: 30px;
	line-height: 17px;
	background: #d7272d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNkNzI3MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiM3MzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d7272d 57%, #730000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, #d7272d), color-stop(99%, #730000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7272d 57%, #730000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7272d 57%, #730000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d7272d 57%, #730000 99%); /* IE10+ */
	background: linear-gradient(to bottom, #d7272d 57%, #730000 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7272d', endColorstr='#730000', GradientType=0 ); /* IE6-8 */
}
#menu_header ul li a {
	text-decoration: none;
	color: #FFF;
}
#menu_header ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}
#menu_iconos {
	width: 157px;
	height: 64px;
	float: left;
	padding-left: 10px;
	padding-top: 46px;
	background-color: #FFF;
}
section {
	margin: auto;
	background-color: #0C6;
	width: 960px;
	height: auto
}
#titulo_menue {
	font-family: 'androgyneregular';
	font-size: 23px;
	color: #FFF;
	margin-left: 20px;
}
#menue {
	width: 188px;
	height: 360px;
	padding-top: 5px;
	background-color: #CE1D08;
	margin-left: 10px;
	border: medium solid #7E0411;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#menue ul {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#menue ul li {
	margin-bottom: 8px;
	list-style-type: disc;
	color: #7E0411;
}
#menue ul li a {
	color: #FFF;
	text-decoration: none;
}
#menue ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#form_login {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	margin-left: 15px;
}
#bt_ingresar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #4f75a2;
	height: 22px;
	width: 93px;
	text-align: center;
	padding-top: 5px;
	margin-top: 8px;
	float: left;
}
#bt_ingresar a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
#logo_ee {
	float: right;
	margin-top: 8px;
	margin-bottom:5px;
}
#bt_clave {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	margin-left: 6px;
	float:left;
}
#home-footer {
	height: auto;
	background-color: #FFF;
	margin: auto;
	margin-top:10px;
	width: 960px;
	text-align: center;
	font-family: 'androgyneregular';
	color:#999;
}
.texto_mv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	padding-left: 50px;
	padding-right: 25px;
}
#nosotros {
	width: 720px;
	float: left;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#lista_nosotros {
	width: 382px;
	float: left;
}
#lista_nosotros ul {
	margin: 0;
	margin-left: 20px;
	margin-top: 40px;
	padding: 0;
	font-size: 12px;
	line-height: 19px;
}
#lista_nosotros ul li {
	margin-bottom: 7px;
	list-style-image: url(../images/bullet.jpg);
}
#valores {
	width: 720px;
	height: auto;
	float: left;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/img_olimpo-valores.png);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 22px;
}
.tabla-valores {
	margin-top: 10px;
	line-height: 17px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contactenos {
	width: 720px;
	height: auto;
	float: left;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.tabla-titulos {
	font-size: 18px;
	color: #055299;
	font-weight: bold;
}
footer {
	margin: auto;
	font-size: 10px;
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom:10px;
}

/* General Slides */ 

.slide2 {
	background-attachment: fixed;
	width:960px;
	height:189px;
}

/* Slide 2 */ 

#slide2{
	background-image:url(../images/home2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#D71E08 ;
	color:#ffffff;
}
#slide2 h1 {
	font-size: 18px;
	color:#ffffff;
	font-weight: 700;
}
#slide2 h2 {
	font-size: 12px;
	color: #ffffff;
	padding-bottom:20px;
	font-weight: 400;
}

.grid_12 {
	width: 100%;
	margin: 0 2% 1% 0;
	float: left;
	display: block;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1
}