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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3a3a3a; }

body {
	background-color: #FFF;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	margin: 35px 0px 0px 0px; }

h3 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(images/flecha.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px 0px auto 0px; }

h4 {
	font-size: 15px;
	color: #ed1c24;
	text-align: center; }

#logo {
	width: 251px;
	height: 94px;
	margin: 0 auto;
	background-image: url(images/logotipo.png);
	background-repeat: no-repeat;
	margin-bottom: 18px; }

#wrapper {
	width: 779px;
	height: 458px;
	background-image: url(images/sombras.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0px 45px 59px 45px; }

#header {
	height: 35px;
	background-image: url(images/azul.gif);
	background-repeat: repeat-x; }

#fecha {
	height: 22px;
	background-image: url(images/fecha.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 13px 40px 0px 0px;
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 11px; }

.clear { clear: both; }

#menu {
	width: 779px;
	height: 23px;
	position: absolute;
	top: 198px;
	z-index: 1;
	padding-top: 5px;
	background-image: url(images/punteado.png);
	background-repeat: repeat-x; }
	
#panes div div { overflow: hidden; }

.pane {
	width: 689px;
	height: 275px;
	color: #3a3a3a;
	background-color: #FFF;
	padding: 75px 45px 70px 45px;
	line-height: 1.5em;
	text-align: justify; }

.contenido {
	width: 689px;
	height: 275px;}

#heading {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #3792b6; }

#heading * {
	display: inline;
	padding: 1px;
	margin: 15px; 
	cursor: pointer; }

#buttons {
	list-style: none; }

#heading li.active {
	color: #3792b6;
	font-weight: bold;
	font-size: 14px; }

#footer {
	width: 779px;
	height: 26px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 553px;
	z-index: 2;
	font-size: 10px;
	color: #6e6e6e;
	text-align: right;
	padding-top: 26px;
	font-family: Tahoma, Geneva, sans-serif; }

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #6e6e6e; }

#footer a:hover {
	text-decoration: underline;
	color: #3a3a3a; }

.quienes {
	background-image: url(images/quienes.jpg);
	background-repeat: no-repeat; }
	
.contacto {
	background-image: url(images/contacto.jpg);
	background-repeat: no-repeat; }

.servicios {
	background-image: url(images/servicios.jpg);
	background-repeat: no-repeat; }

.alianzas {
	background-image: url(images/alianzas.jpg);
	background-repeat: no-repeat; }

.enlaces {
	background-image: url(images/enlaces.jpg);
	background-repeat: no-repeat; }

.izquierda {
	float: left;
	width: 510px; }

.derecha {
	float: right;
	width: 125px;
	margin-right: 15px;}

/* Formulario de Contacto */

#fcf2 {
	font-size: 11px;
	margin: 0 auto;
	width: 390px; }

#fcf2 p {
	text-align: center;
	padding: 8px; }

#fcf2 em {
	color: #000; }

#fcf2 div.r {
	clear: both;
	padding-top: 5px;
}

#fcf2 label {
	float: left;
	width: 90px;
	text-align: right; }

#fcf2 span.f {
	float: right;
	width: 280px;
	text-align: left; }

#fcf2 div.sp {
	clear: both; }

#fcf2 .req {
	font-weight:bold; }

#fcf2 input, #fcf2 textarea {
	border: 1px solid #000;
	padding: 2px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }

#fcf2 input:focus, #fcf2 textarea:focus {
	background: #f2f2f2;
	border: 1px solid #3667b1; }
