@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) center fixed #d0d0d0 no-repeat;
	height: 100%;
	
}



#wrapper {
	padding: 0px;
	height: auto;
	min-height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.66);
	-moz-box-shadow:    0px 0px 12px rgba(50, 50, 50, 0.66);
	box-shadow:         0px 0px 12px rgba(50, 50, 50, 0.66);
}
#header {
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/header-bg.jpg) no-repeat;
}
#nav {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	height: 50px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.20);
	-moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.20);
	box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.20);
	text-align: center;
}
#nav ul {
	padding: 0px;
	list-style-type: none;
	margin-left: 195px;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
}
#nav ul li a {
	float: left;
	height: 50px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 50px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}

#nav ul li a:hover {
	color: #b40613;
}



#nav ul li strong {
	float: left;
	height: 50px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 50px;
	font-size: 36px;
	color: #333;
	text-decoration: none;
}
#nav li ul{
	position: absolute;
	z-index: 600;
	height: auto;
	width: 300px;
	left: -50px;
	top: 50px;
	background-color: #FFF;
	border: 1px solid #CCC;
	display: none;
}

#nav li:hover ul {
	display: block;
}


#nav li ul li a {
	float: none;
	width: 290px;
	height: 25px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
	display: block;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#nav li ul li a:hover {
	background: #86000a;
	color: #CCC;
}

.active{
	background: #86000a;
	color: #CCC !important;
}


#content {
	margin: 0px;
	padding: 0px;
	min-height: 500px;
	height: auto;
	width: 100%;
}

#seguros-logos{
	width: 100%;
	height: 65px;
	padding-top: 10px;
	text-align: center;
}

#seguros-logos img{
	margin-left: 10px;
	margin-right: 10px;
}

#serv-logos{
	width: 100%;
	height: auto;
	padding-top: 10px;
	text-align: center;
}

#serv-logos img{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#footer {
	height: 50px;
	width: 100%;
	-webkit-box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.20);
	-moz-box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.20);
	box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.20);
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}
#footer p a {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
#home-servicios {
	float: left;
	height: 410px;
	width: 300px;
	margin-left: 60px;
}
#home-serv {
	width: 95%;
	border: 1px solid #86000a;
	margin-top: 0px;
}

#home-serv li a {
	text-align: right;
}
#home-serv li a:hover {
	color: #CCC;
	background: #86000a;
}
#contact-home {
	height: auto;
	width: 95%;
	padding-bottom: 10px;
	margin-top: 37px;
	border: 1px solid #900;
}
#contact-home h2 {
	text-align: center !important;
	margin-top: 2px !important;
	padding: 2px !important;
	margin-bottom: 0px !important;
}
#contact-home h1 {
	text-align: center;
	margin-top: 0px !important;
	font-size: 35px !important;
}






#presentacion {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
#presentacion p {
	margin-top: 4px;
	margin-bottom: 0px;
}


.featured {
	float: left;
	height: 250px;
	width: 278px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #CCC;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
}


#ser-sidebar {
	float: left;
	height: 100%;
	min-height: 500px;
	width: 260px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.serv {
	height: auto;
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	list-style-type: none;
	color: #CCC;
	text-decoration: none;
	display: block;
}
.serv li a {
	color: #86000a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f0108;
	display: block;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	height: 25px;
	line-height: 25px;
}
#ser-sidebar li a:hover{
	background: #86000a;
	color: #CCC;
}

#ser-content {
	float: left;
	width: 640px;
	height: 600px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 10px;
	overflow-y: scroll;
}
#content h1 {
	font-size: 20px;
	color: #86000a;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 40px;
}
#content h2 {
	font-size: 18px;
	color: #86000a;
	padding-left: 15px;
}

#content p {
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
}
#content  a {
	color: #86000a;
	text-decoration: none;
}
.a-center {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.a-right {
	float: right;
	margin-left: 10px;
}
