@charset "utf-8";
body {
	margin: 0px;
	background-color: #231f20;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#upper {
	background-image: url(../images/bg_top.gif);
	background-repeat:  repeat-x;
	clear: both;
}
#colorbar {
	height: 12px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/colorbar.gif);
	background-repeat:  repeat-y;
}
#main_banner {
	background-image: url(../images/banner_home.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#soluciones_banner {
	background-image: url(../images/banner_soluciones.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#main_origen {
	background-image: url(../images/banner_origen.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: 97px;
	width: 183px;
}
#navigation {
	display: block;
	float: right;
	margin-top: 24px;
}


ul#menuCentral {
	width: auto;
	list-style-type: none;
	font-size: 0.8em;
	color: #F7F7F7;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
	padding: 6px;
	font-weight: bold;
	}


 ul#menuCentral li {
	display: inline;
	word-spacing: 1px;
	padding-right: 5px;
	padding-left: 5px;
 }
   
 ul#menuCentral li a:hover {
	color: #FF6600;
	background-image: url(../images/bg_hover.gif);
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-repeat: repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
 } 

 ul#menuCentral li a {
	color: #FFFFFF;
	text-decoration: none;
 }
 
 ul#menuCentral li.selected a, ul#menuCentral li.selected a:hover, ul#menuCentral li.selected a:active, ul#menuCentral li.selected a:link{
	color: #FFFFFF;
	background-image: url(../images/bg_selected.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #FF6600;
 }
 #container {
	background-image: url(../images/bg_mid.gif);
	background-color: #FDF1F1;
	clear: both;
	background-repeat:  repeat-x;
}
#content {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	color: #6c5b5b;
	font-size: 14px;
	margin-top: 0px;
	padding: 0px;
}
#content h3 {
	font-size: 25px;
	color: #de000b;
	font-weight: normal;
	margin-top: 10px;
}
#contenidos {
	margin-bottom: 20px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#right_col {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: justify;
	color: #A20000;
}
#right_col h3 {
	color: #9D0000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#footer {
	background-image: url(../images/bg_botnav.gif);
	background-repeat:  repeat-x;
	clear: both;
	height: 35px;
	background-color: #E3000B;
	margin-bottom: 30px;
}
#bot_nav {
	clear: both;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_botnav.jpg);
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sub_links {
	float: left;
	width: auto;
}
#copy {
	display: inline;
	float: right;
	margin-top: 12px;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 10px;
}


ul#footer_menu {
	width: auto;
	list-style-type: none;
	font-size: 11px;
	color: #F7F7F7;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding: 8px;
	}


 ul#footer_menu li {
	display: inline;
	word-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;
 }
   
 ul#footer_menu li a:hover {
	color: #FFFF33;
	text-decoration: none;
	padding: 0px;
 } 

 ul#footer_menu li a {
	color: #FFFFFF;
	text-decoration: none;
 }
 
 ul#footer_menu li.selected a, ul#footer_menu li.selected a:hover, ul#footer_menu li.selected a:active, ul#footer_menu li.selected a:link{
	color: #FFFFFF;
	background-image: url(../images/bg_selected.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #FF6600;
 }
#contenidos a {
	color: #CF000A;
}
#contenidos hr {
	color: #f00;
	background-color: #f00;
	height: 1px;
}
#right_col a {
	color: #C80202;
}
#contacto_banner {
	background-image: url(../images/banner_contacto.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#portafolio_banner {
	background-image: url(../images/banner_portafolio.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#map_canvas {
	border: 1px solid #BC0101;
	clear: both;
	height: 200px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}

