h1 {
	font-size: 24px;
	margin-top: 5px;
    margin-bottom: 5px;
	padding-left:10px;
}
h3 {
	font-size: 20px;
	margin-top: 5px;
    margin-bottom: 5px;
	padding-left:10px;
}
h4 {
	color: #000;
}
p { font-size: 16px;
color: #000;
}
.red {
	background: #D73C2A;
	color: #fff;
	padding-left: 15px;
	padding-bottom: 0px;
}
.grey {
	background:#e5e5e5;
	margin-bottom:10px;
}
.blue {
	background: #cccccc;
	color: #004080;
	margin-top: 15px;
	margin-bottom: 10px;
}
.rojoscuro {
	background: #D73C2A;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3 {
	margin-bottom:5px;
	margin-top:5px;
	padding-top:4px
}
.img-thumbnail {
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;
padding-top: 3px;
padding-bottom:0px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #fff;
}
.imapad {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 10px;
}
imag {
	border-bottom-color: rgb(216, 213, 212);
  border-bottom-style: solid;
  border-bottom-width: 4.80000019073486px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(216, 213, 212);
  border-left-style: solid;
  border-left-width: 4.80000019073486px;
  border-right-color: rgb(216, 213, 212);
  border-right-style: solid;
  border-right-width: 4.80000019073486px;
  border-top-color: rgb(216, 213, 212);
  border-top-style: solid;
  border-top-width: 4.80000019073486px;
}
#azules {
	float: left;
	height: 25px;
	width: 740px;
	margin-top: 10px;
	position: relative;
	margin-bottom: 10px;
	background-color: #004080;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
	padding-left: 10px;
}


.rojos {
	float: left;
	height: auto;
	width: 740px;
	position: relative;
	background-color: #D73C2A;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
}

.grisoscuro {
	background-color: #CCC;
	float: left;
	height: 22px;
	width: 740px;
	margin-top: 10px;
	position: relative;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004080;
	padding-top: 6px;
}

.informacion {
	background-color: #FFFFFF;
	float: left;
	width: 750px;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0s;
	transition-property: color, background-color;
	transition-duration: 0s;
	background-color: #F5F5F5;
	color: #000;
	text-decoration: none;
	height: auto;
	padding-bottom: 10px;
}

 /* enlace activo (pulsado) */ .informacion:hover {
	text-decoration: none;
	color: #224278;
	text-decoration: none;
	height: auto;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.direccion {
	float: left;
	width: 350px;
	position: relative;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.servicios {
	float: left;
	width: 345px;
	position: relative;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

	.informa
	{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left:10px;
}

.ancho-cabecera {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

nav{
width:100%; 
background:#f2f2f2; box-shadow:lpx lpx 5px #000; height:40px;
}
#menu{
width:450px; 
padding-top:10px; 
margin:auto;
}
#menu ul a{
color:#6e6e6e; 
text-decoration:none; 
font:bold 16px Verdana; padding:7px 10px 7px 10px;
backgrounditransparent; border-bottom:9px solid transparent; transition:border-bottom .7s; -webkit-transition:border-bottom .7s 
-moz-transition:border-bottom .7s; 
-o-transition:border-bottom .7s;
}
#menu ul a:hover{
border-bottom:9px solid #D73C2A;
}