@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #CCC;
}

img {
	border: none;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding: 5px 0;
}

li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 25px;
	padding: 5px 0;
	text-align: justify;
}

li a:link, li a:visited {
	color: #22355c;
/*	text-decoration: none;*/
	}
	
li a:hover, li a:active {
	color: #999;
/*	text-decoration: none;*/
	}

h1 {
	margin-bottom: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}	

#container {
	width: 990px;
	margin: 0 auto;
/*	height: 800px; */
	background: #ffffff url(images/header.jpg) top center no-repeat;
}

#container2 {
	width: 990px;
	margin: 0 auto;
/*	height: 800px; */
}

#left-frame {
	width: 217px;
/*	height: 600px; */
	float: left;
}

#right-frame {
	width: 773px;
/*	height: 600px; */
	float: left;
	border: 0px solid red;
}

.main-image {
	width: 773px;
	height: 237px;
	margin: 71px 0 16px 0;
}

.boxes {
	width: 757px;
	height: 175px;
	border: 0px solid green;
}

.box {
	background: url(images/box-1.jpg) top left no-repeat;
	float: left;
	margin: 0 14px 0 0;
	width: 243px;
	height: 175px;
}

.box3 {
	background: url(images/box-3.jpg) top left no-repeat;
	float: left;
	margin: 0;
	width: 243px;
	height: 175px;
}

.box-txt {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	height: 141px;
	margin: 10px auto 0 auto;
}

.box-title {
	font-size: 20px;
}

.box-text {
	font-size: 13px;
	padding-top: 10px;
}

.box-text3 {
	font-size: 13px;
	padding-top: 10px;
	width: 160px;
}

.ver-mas {
	width: 95px;
	height: 19px;
}

a.vm  {
	background-image: url(images/ver-mas.jpg);
}

a.vm:hover  {
	background-position: 0 -19px;
}

.mision {
	width: 100%;
	height: 92px;
	border-bottom: 3px solid #eae9da;
	background: url(images/mision-y-vision.jpg) top left no-repeat;
	margin-top: 38px;
}

.mision p {
	padding: 40px 70px 0 0;
}

.clear {
	clear: both;
}

.logos {
	margin: 30px 0;
}

.footer {
	width: 100%;
	height: 78px;
	border-top: 1px solid #eae9da;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.copy {
	width: 242px;
	height: 31px;
	float: right;
	background-color: #eae9da;
	text-align: center;
	padding-top: 15px;
}

.bot-nav {
	font-weight: bold;
	font-size: 10px;
	color: #a8a794;
	margin: 20px 0 0 20px;
}

.bot-nav a:link, .bot-nav a:visited {
	color: #a8a794;
	text-decoration: none;
}

.bot-nav a:hover, .bot-nav a:active {
	color: #000000;
	text-decoration: none;
}

/* LEFT NAVIGATION */

.button {
	width: 193px;
	height: 25px;
}

a#btn-home {
	display: block;
	width: 193px;
	height: 25px;
	background: url(images/nav_01.jpg) top left no-repeat;
	
}

a#btn-home:hover {
	background-position: 0 -25px;
}

a#btn-qs {
	display: block;
	width: 193px;
	height: 25px;
	background: url(images/nav_02.jpg) top left no-repeat;
	
}

a#btn-qs:hover {
	background-position: 0 -25px;
}

a#btn-serv {
	display: block;
	width: 193px;
	height: 25px;
	background: url(images/nav_03.jpg) top left no-repeat;
	
}

a#btn-serv:hover {
	background-position: 0 -25px;
}

a#btn-coberturas {
	display: block;
	width: 193px;
	height: 25px;
	background: url(images/nav_04.jpg) top left no-repeat;
	
}

a#btn-coberturas:hover {
	background-position: 0 -25px;
}

a#btn-comp {
	display: block;
	width: 193px;
	height: 25px;
	background: url(images/nav_05.jpg) top left no-repeat;
	
}

a#btn-comp:hover {
	background-position: 0 -25px;
}

a#btn-form {
	display: block;
	width: 193px;
	height: 25px;
	background: url(images/nav_06.jpg) top left no-repeat;
	
}

a#btn-form:hover {
	background-position: 0 -25px;
}

a#btn-contacto {
	display: block;
	width: 193px;
	height: 25px;
	background: url(images/nav_07.jpg) top left no-repeat;
	
}

a#btn-contacto:hover {
	background-position: 0 -25px;
}

.texto {
	width: 673px;
}

.texto p {
	text-align: justify;
}
#lista {
	float:left;
	margin:20px 60px 0px 0px;
	
}