@charset "UTF-8";
/* CSS Document */
body { 
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#FFF;
}
ul, ol, dl {
	padding:0;
	margin:0;
}
'
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {
	margin:0px; 
	padding:0px;
}
a img {
	border:none;
}
#main {
	background-color:#dc9600
}

.container {
	width:960px;
	height:740px;
	margin:0 auto;
	padding:0;
}
header {
	background-image:url(../Images/Areas_02.png);
	background-repeat:no-repeat;
	width:603px;
	height:281px;
	float:right;
	display:inline-block;
	margin:0 auto;
}
h1 {
	text-indent:-9999px;
}
section {
	background-image:url(../Images/Areas_01.png);
	width:357px;
	height:281px;
	float:left;
	list-style:none;
	border:none;
	display:inline;
}
#catalogos_descarga {
	padding-top:20px;
	padding-left:30px;
}
#video_areas_button {
	padding-left:100px;
}
h2 {
	font-size:30px;
	font-variant:small-caps;
	font-weight:100;
	background:#a21317;
	line-height:50px;
	padding:opx 20px;
	margin-bottom:6px;
	box-shadow:1px 1px 1px #000000;
	-moz-box-shadow:1px 1px 1px #000;
	display:block;
}
article {
	background-image:url(../Images/Areas_04.png);
	width:960px;
	height:461px;
	float:right;
}
#foto {
	-moz-box-shadow:10px 10px 5px #000000;
	box-shadow:10px 10px 5px #000000;
	float:left;
}
#texto p {
	text-emphasis:circle;
	text-align:left;
	background-color:#a21317;
	width:530px;
	height:100px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	float:right;
}
p {
	font-size:16px;
	color:#FFF;
	font-variant:small-caps;
	font-weight:200;
}
em {
	color:#dc9600;
	font-size:16px;
	font-weight:100;
}
strong {
	color:#dc9600;
	font-weight:300;
	font-size:18px;
}
#navegacion2 {
	list-style:none;
	border:none;
	float:left;
	padding-top:120px;
	padding-left:50px;
}
#navegacion1 {
	list-style:none;
	border:none;
	float:right;
	padding-top:120px;
	padding-left:100px;
}
#footer {
	background-color:#FFF;
	width:auto;
	height:50px;
}
h5 {
	font-size:9px;
	color:#000;
	float:left;
	padding-top:5px;
}
#box {
	width:960px;
	height:50px;
	margin:0 auto;
	padding:0;
}
#menu {
	list-style:none;
	padding-top:8px;
	display:inline;
	width:auto;
}
#logo_small {
	float:left;
}
ul#botones li {
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}
#botones li {
	list-style:none;
}
::-webkit-scrollbar {
    width: 12px;
} 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,153,0,1); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(153,0,0,1); 
}
::-webkit-scrollbar-corner {
	background:#a21317;
}