<link href='http://fonts.googleapis.com/css?family=Rosario' rel='stylesheet' type='text/css'>


/* CSS Document */
*{ margin:0; padding:0;}
body{
	font-family: Rosario, "Rosario Bold", "Rosario Bold Italic", "Rosario Regular";
	background: #F6520B;
}
div{ max-width:960px; position:relative;margin: 0px auto 0px auto;}
header{ width:100%; background:#FFF;}
header nav{
	float: right;
}


header ul {margin-top: 40px;
    margin-right: 200px;
";}


header nav ul li{
	float: left;
	list-style-type: none;
	margin-top: 25px;
}
header nav ul li a{
	color: #F6520B;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	margin: 13px;
}
#logo{ border: 1px solid# 000;
	  top: 22px;
	  left: 30px;}
	  
	  
header img src{
	float: right;
}



section{ width:90%; 
background:#F6520B;  
min-height:400px; 
padding:5%;
}


section article{float:none; width: auto}
section h1 {font-family: font-family: 'Rosario', sans-serif;
	background: #F6520B;
	font-size: 14pt;
	color: #FFF;
	float: none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 5%;
	padding-top: 40px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
section h2 {font-family: font-family: Arial, Helvetica, sans-serif ;
	font-size: 60pt;
	color: #3C0;
	float: none;
	text-align: center;
	margin-bottom: 30px;
}
section h3 {font-family: font-family: 'Rosario', sans-serif;
	font-size: 14px;
	color: #FFF;
	float: none;
	text-align: center;
	margin-top: 60px;
}

section p {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
section aside{ width:25%;float:right;}



footer{ width:100%;display:table;;}
footer p{ font-size:10px; color:#FFF; text-align:center;}

#footer {width:100%;
background: #FFF;
margin: 0 0 80px;

}
div.contiene {
width: 100%;
margin: 0 auto;
}

div.contendor{margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;}



#footer li {
font-family: "Helvetica Neue", sans-serif;
display: inline;
color: #F6520B ;
font-weight: bold;
font-size: 9pt;}

#footer ul.left {
text-align: right;
}

ul {
list-style: none;
}

li {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

a {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

#footer a.logo2 {
margin: 0 0px;
float: left;
}
img {
margin: 0;
padding: 0 30;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

#footer ul {
	float: left;
	margin-top: 5px;
}

li {
	display: list-item;
	text-align: center;
}


a {
	text-decoration: none;
	color: #F6520B;
}

#footer li+li {
margin-left: 32px;
}

#footer ul.right {
	text-align: right;
}

#imagen{
margin: 0;
padding: 0 30;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
#placa{
	width: 90%;
	
    height: 300px;

	padding: 5%;
	background-color: #EDEDED;
	background-repeat: no-repeat;
	}

/*-----------------------*/

.trescolumnas { width:100%; background:#EDEDED; max-height: 300px;}
.trescolumnas article{ width:22.5%%; background:#EDEDED; min-height:300px; position: relative; float: left; margin: 0 5% 0 5%; padding:: 3%;}
.trescolumnas article h2{ text-align:center; color:#F6520B; background:#FFF; margin:1%;border-width: 0px 34px;
}

/* Solo para celulares */
@media screen and (max-width:320px) {
	header{ width:100%; height:150px;}
	section article{ width:100%;}
	section aside{ width:100%; font-size:10px; display:none;}

}
