body{
	width:100%;
	font-family: 'Roboto', sans-serif;
	background:url(../images/bg.jpg) repeat-x #E1E1E1;
}
aside{
	top:40px;
	right:0px;
	position:absolute;

}
.ubic{
	position:relative;
	margin-bottom:30px;
	min-height:300px;
}
.contenedor{
	margin:auto;
	width:950px;
	overflow:hidden;
}
#blanco{
	background:#FFF;
	overflow:hidden;
	padding:10px;
	box-shadow: 0px 0px 150px rgb(0, 0, 0);
	-moz-box-shadow: 0px 0px 150px rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 150px rgb(0, 0, 0);
}
header{
	font-family:'Open Sans', 'Roboto', Tahoma;
	overflow:hidden;
}
.logo{
	margin:15px 0px;
	float:left;
}
nav{
	margin-top:45px;
	float:right;
}
nav ul li{
	display:inline;
	margin:25px;
	color:#FFF;
	font-size:12px;
}
nav a{
	
	color:#FFF;
	text-decoration:none;
}
nav a:hover{
	color:#970000;
}
.slide_cont{
	height:320px;
	width:950px;
}
.cuerpo{
	min-height:300px;
	float: left;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.imagen{
	margin:20px 0px;
}
#left{	
	width:570px;
	border-right:1px dotted #666666;
}
#right{
	margin:0px 50px 0px 75px;
	float:right;
}
#right2{
	width:290px;
	margin: 20px 10px 0px 0px;
	float:right;
}
.imgUbicacion
{
	width:100%;
	margin: 10px 10px 0px 0px;
	display:block;
}

h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#970000;
	width:200px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:17px;
}
.cuerpo p{
	margin-top:20px;
	color:#333;
	font-size:12px;
}
.links header{

	margin-top:20px;
	margin-bottom:10px;
}
.links ul{
	list-style-type:none;
	text-align:left;

}
.links a{
	color:#333333;
	display:block;
	border-bottom:1px dotted #000;
	text-decoration:none;
	font-size:12px;
	padding: 6px;
	width:130px;
	text-align:center;	
}

.links a:hover{
	color:#970000;
	text-decoration:underline;
}
.item{
text-align:left;
}
footer{
	color:#FFFFFF;
	clear:both;
	background:#333;
}
footer p{
	text-align:center;
	padding:10px;
}
/*UBICACIONES*/
.mangueras{
	margin-left:40px;
	list-style-type:none;
	color:#666;
	
}
.ubicacion{
	margin-left:20px;
	list-style-type:none;
	color:#000;
}
.ubicacion_individual{
	width:350px;
}
/*CONTACTO*/
input[type="text"],[type="tel"],[type="email"]{
	border-radius:5px;
	border:1px solid #970000;
	width:200px;
	height:25px;
	margin:5px 0px;
	color:#333333;
}
textarea{
	width:200px;
	height:200px;
	border-radius:5px;
	border:1px solid #970000;
	margin:5px 0px;
}
table{
	margin:25px 0px;
	text-align:center;
}
p a{
	color:#970000;
	text-decoration:none;
}
p a:hover{
	color:#CCC;
}
input[type="submit"]{
	background:url(../images/send.jpg) no-repeat;
	width:100px;
	height:35px;
}
.obl{
	font-size:10px;
	color:#999;
}
.titulonew{
	font-size:16px;
	color:#000;
	margin:10px 0px;
}
.textonew{
	color:#999;
	font-style:italic;
	font-size:12px;
	margin:10px 0px;
}
.imagennew{
	margin:10px;
	border:2px solid #970000;
	float:left;
}
.noticia{
float:none;
overflow:hidden;
}