header,nav,section,article,footer,aside,figure {
	display:block;
	margin:0 auto;
}
img {
	border:none;
}
img a {
	border:none;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}

a:hover {
	text-decoration:none;
}
a {
	text-decoration:none;
	color: #5e5e5e;
}

.push {
	clear:both;
}
body {
	width:100%;
	border:0;
	font-family:Tahoma;
	color:#5e5e5e;
	line-height:17px;
	background-color:#fff;
	font-size:1em;
	margin:0;
	padding:0;
	text-align:justify;
	background-image:url(images/bg.jpg);
    background-repeat:repeat-x;
    background-position:top;
}

header{ width:900px;
height:530px;
margin:0 auto;
}

/*******************menucss*****************/
nav {
	list-style: none;
	height:45px;
	width:900px;
	margin:0 auto;

}
ul {list-style:none;}

nav li {
	float: left;
	font: Arial, Helvetica, sans-serif;
	font-size:15px;
	width: auto;
	font-weight:bold;
	color: #FFFFFF;
	
}
nav a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 8px 9px 0 9px;
	height:45px;
}
nav a:hover {
	;background-image:url(images/btn.jpg);
	background-position:top;
	background-repeat:repeat-x;
color:#FFFFFF;
}

.logo{

width:450px;
height:83px;
margin-top:25px;}


section{ width:900px;
height:auto;
background-color:#FFFFFF;
margin-top:50px;}

.img{ width:103px;
height: auto;
float:left;
padding-left:10px}


.img2{ width:350px;
height: auto;
float: right;
margin-left:20px;
margin-top:20px;}


.endico{ width:500px;
height:auto;
text-align:justify;
font-size:12px;
float:left;
padding-left:10px;
color:#5e5e5e;}

h1{ font-size:20px; color: #003751; }
h2{ font-size:16px; color: #003751; }
h3{ font-size:20px; color: #d2af62; }

.txt{ background-color:#00537b; 
width: 500px; 
height:auto; 
padding: 5px 5px 5px 5px; 
float:left; 
color: #FFFFFF;}

.direc{width:230px;
height:auto;
text-align:justify;
font-size:12px;
float:left;
padding-left:25px;
color:#5e5e5e;}

.cuadro{  
width: 210px; 
height:auto; 
padding: 5px 5px 5px 5px; 
float:left; 
color:#FFFFFF;
background-color:#003751;

		
}

.vin ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style:none;
}
.vin li {
	background:url(images/vin.png) no-repeat left top;
	padding:0 0 0 12px;
	background-position:0 10px;
	line-height:25px;
}
.vin li a {
	text-decoration: none;
}
.vin li a:hover {
	text-decoration: none
}

.logos{ margin-top:100px;}

footer {
	width:100%;
	height:30px;
	padding-top:2px;
	margin-top:20px;
}
.firma {
	width:200px;
	margin:0 auto;
	height:auto;
}

.mision{ width:850px;
height:auto;
text-align:justify;
font-size:12px;
padding-left:25px;
padding-right:25px;
color:#5e5e5e;
margin:0 auto;}

.mision2{ width:850px;
height:auto;
text-align:justify;
font-size:12px;
padding-left:5px;
color:#5e5e5e;
margin:0 auto;}

.ser{ width:400px;
height:auto;
text-align:justify;
font-size:12px;
float:left;
padding-left:10px;
color:#5e5e5e;}

.fondo{ width:900px; height:170px; margin:0 auto; margin-top:30px; padding-left:55px;}
.ima{ width:197px; height:160; float: left;}
.ima2{ width:250px; height:399; float: left; margin-left:20px;}
.flash{width:430px; height:252px; float: right; padding-right:30px;}
.distr{width:400px; height:200px; float: right; margin-right:50px;padding-top:15px; color:#5e5e5e; font-size:16px;}

#forma {
	width:350px;
	float:left;
}
/************Form styles start**************/
input,textarea,select {
	font-family: Arial,sans-serif;
}
input[type="text"],select,textarea {
	width:215px;
	height:20px;
	padding:5px 8px;
	font-size:1.0em;
	color:#666;
	border: #000000 solid 1px;
	background-image:-webkit-gradient(linear,0% 0%,0% 12%,from(#c8c8c8),to(#dcdcdc));
	background-image:-moz-linear-gradient(0% 12% 90deg,#dcdcdc,#c8c8c8);
	/*border-radius*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
	behavior:url(PIE.htc);
}
input[type="text"]:hover,select:hover,textarea:hover {
	background-color:#fff;
	/*transform*/
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
input[type="text"]:focus {
	opacity:0.7;
	/*transform*/
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}
input[type="submit"] {
	padding:0 15px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	line-height:1;
	color:#444;
	border: #000000 solid 1px;
	text-shadow:0 1px 1px rgba(255,255,255,0.85);
	background-color:#fff;
	/*border-radius*/
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	/*box-shadow*/
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#bbb));
	background-image:-moz-linear-gradient(0% 100% 90deg,#bbb,#fff);
	behavior:url(PIE.htc);
}
input[type="submit"]:hover {
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.85);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#00537b),to(#003851));
	background-image:-moz-linear-gradient(0% 100% 90deg,#003851,#00537b);
	background-color: #9c2d1b;
}
/************Form styles end**************/


.slideshow2{
	width: 490px;
	height: auto;
	margin-right:30px;
	float:right;
	overflow:hidden;
}




			span.reference{
				position:fixed;
				left:10px;
				bottom:10px;
				font-size:12px;
			}
			span.reference a{
				color:#666;
				text-shadow:1px 1px 1px #fff;
				text-transform:uppercase;
				text-decoration:none;
				margin-right:30px;
			}
			span.reference a:hover{
				color:#333;
			}
			.content{
				width:700px;
				margin:0 auto;
			}
			
			.msg_slideshow{
				margin:0 auto;
			}
			a.back{
				background:transparent url(back.png) no-repeat top left;
				height:13px;
				width:248px;
				display:block;
				clear:both;
				text-indent:-9000px;
				margin:20px auto;
			}
			a.back:hover{
				background-position:0px -13px;
			}
			
			
			
.tel{
	width:300px;
	height:auto;
	float:right;
	margin-top:60px;
	color:#FFF;
	font-size:17px;
}

.mang{
	width:500px;
	height:auto;
}
	
	
