@charset "utf-8";
/* Reset

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

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
a {
	color: #0B6CCB;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
a:hover {
	color: #FF3809;
}



ul li, ol li { list-style: none; list-style-position: inside; }


ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}

img { border: none; }

h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.3em;
	margin-bottom: 7px;
	font-weight: bold;
	color: #0B6CCB;
}

h3 {

	font-size: 1.6em;

	line-height: 22px;

	margin-bottom: 5px;

}

h4 {

	font-size: 1.4em;

	line-height: 20px;

	margin-bottom: 5px;

}

h5 {

	font-size: 1.2em;

	line-height: 18px;

	margin-bottom: 5px;

}

h6 {

	font-size: 1.2em;

	line-height: 16px;

	margin-bottom: 5px;

}


/* Body

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

body {
	color: #000;
	background-color: #2F3842;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
}
div#general {
	background-color: #F2F2F2;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fondo-cabecera.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 50px;
}
div#cabecera {
	margin-right: 30px;
	margin-bottom: 35px;
}

div#cabecera h1 a{
	background-image: url(../img/logo-santa-isabel.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 114px;
	width: 426px;
	float: left;
	background-position: top;	
}
div#cabecera h2 {
	background-image: url(../img/atencion-al-cliente.jpg);
	float: right;
	height: 114px;
	width: 287px;
	text-indent: -9999px;
}
div#cabecera ol {
	clear: both;
	float: left;
	width: 492px;
	padding-left: 30px;
	margin-top: 20px;
}
div#cabecera ol li {
	float: left;
	text-indent: -9999px;
}
div#cabecera ol li#quienes-somos a{
	height: 44px;
	width: 168px;
	background-image: url(../img/quienes-somos.jpg);
	background-repeat: no-repeat;
	display: block;
}
div#cabecera ol li#que-ofrecemos a{
	background-image: url(../img/que-ofrecemos.jpg);
	height: 44px;
	width: 163px;
	display: block;
	background-repeat: no-repeat;
}
div#cabecera ol li#donde-estamos a {
	background-image: url(../img/donde-estamos.jpg);
	height: 44px;
	width: 161px;
	display: block;
	background-repeat: no-repeat;
}
div#cabecera a:hover {
	background-position: bottom;
}
div#cabecera p {
	float: right;
	width: 381px;
	padding-left: 30px;
	text-indent: -9999px;
	margin-top: 20px;
}
div#cabecera p a {
	background-image: url(../img/baner.jpg);
	height: 56px;
	width: 381px;
	display: block;
}
div#contenido {
	clear: both;
}
div#pie {
	clear: both;
	background-image: url(../img/fondo-pie.jpg);
	background-repeat: no-repeat;
	height: 71px;
}
div#pie p {	
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
}

.flotar-izq {
	float: left;
	margin-right: 10px;
}
.quitar-flotar-flotar-izq {
	float: left;
	clear: left;
	margin-right: 10px;
}
.quitarflotar {
	clear: both;
}
.negrita {
	font-weight: bold;
}
div#cabecera noscript p{
	background-color: #FFC;
	border: 2px solid #F93;
	color: #000;
	text-indent: 0px;
	padding: 20px;
	font-size: 1.2em;
	width: 92.5%;
	font-weight: bold;
}
