@charset "utf-8";
/* CSS Document */
/* Base Kuler 01: 211426 - Complementarios: 413659 656F8C 9BBFAB F2EFDF */

*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
	/* ------------ CABECERA --CNG---------- */
	
body > header {
	background-color: #FFF;
}
	
	/* ---------- MENU NAVEGACION ------------ */

nav ul {
	list-style-type: none;
	list-style-position: inside;
}

				/*---CNG---*/
nav li {
	display:block;
	float: right;
	width: 73px;
	padding: 30px 7px 2px 8px;
	border-left: 1px solid #000; /*---CNG---*/
}

nav li:first-child {
	border-right: 1px solid #000; /*---CNG---*/
	padding-right: 10px;
}

nav a {
	color: #000; /*---CNG---*/
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

nav a:hover {
	color: #999; /*---CNG---*/
}


	/* ---------- LOGOTIPO ------------ */
	
#logotipo {
	width: 300px;
	height: 100px;
	margin-bottom: 30px;
	/*
	background-image: url(../photo/logo.jpg);
	background-repeat: no-repeat;
	*/
}

#logotipo a > span {
	display:none;
}

	/* ---------- LOGOTIPO en Texto------------ */

#TextLogotipo {
	height: 70px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.part1 {
	color: #000; /*---CNG---*/
	font-weight: bold;
	font-size: 34px;
	text-decoration: none;
	margin-left: 5px;
}

.part2 {
	color: #666666; /*---CNG---*/
	font-weight: bold;
	font-size: 34px;
	text-decoration: none;
	margin-left: -3px;
}

	/* ---------- SLIDE ------------ */

#slideshow img {
	display: none;
}

#slideshow img.first {
	display: block;
}

	/* ---------- MAIN ---CNG--------- */
	
.sombra{
	background-image:url(../img/sombra.jpg);
	background-repeat:no-repeat;
	height: 55px;
}
	
.mensaje1, .mensaje1_Inicio, .mensaje2 {
	text-align:right;
	color:#000; /*---CNG---*/
	font-size: small;
	font-weight: bold;
	line-height: 20px;
}	

#main {
	margin-top:0px;
	font-size: small;
	color: #666;
	line-height: 24px;
}

.mensaje1 {
	padding-top: 54px;
}

.mensaje1_Inicio {
	padding-top: 0px;
}

#main p {
	margin-bottom: 20px;
}

#contPrincipal h2 {
	color: #413659; /*---- CNG ---*/
	font-size: xx-large;
	font-family: Domine, Georgia, Serif;
	margin-bottom: 20px;
	line-height: normal;		
}


		/*---CNG---*/
		
		
#main h3 {
	color: #413659; /*---CNG---*/
	line-height: 18px;
	margin-bottom: 10px;

}

#main a {
	color: #656F8C; /*---CNG---*/
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}

.separador {
	width: 100%;
	height: 1px;
	border-top: 1px  dashed #999;
	display:block;
	margin-bottom: 28px;
}

	/* ---------- MAIN ENLACES INTERES ------------ */

#main ul {
	list-style-position:inside
	list-style-type: none;

}

#main li {
	display:block;
	float: left;
	padding:0px 40px 0px 0px;
}

	/* ---------- Formulario ------------ */

.nomCampos {
	text-align:right;
	padding: 5px;
	vertical-align:top;
}

.campos {
	padding: 3px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #717171;
	border-color: #CCC;
}
.boton {
   border-top: 1px solid #e0e0e0;
   background: #d1d1d1;
   background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#d1d1d1));
   background: -webkit-linear-gradient(top, #a1a1a1, #d1d1d1);
   background: -moz-linear-gradient(top, #a1a1a1, #d1d1d1);
   background: -ms-linear-gradient(top, #a1a1a1, #d1d1d1);
   background: -o-linear-gradient(top, #a1a1a1, #d1d1d1);
   padding: 3px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #292929;
   font-size: 14px;
   font-family: Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.boton:hover {
   border-top-color: #7b7e80;
   background: #7b7e80;
   color: #ffffff;
   }
.boton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.placeboton {
	padding-left: 150px;
}
	


	/* ---------- FOOTER ---CNG--------- */

footer {
	margin-top: 50px;
	background-color: #3d3d3d;
	color: #999; /*---CNG---*/
	padding-bottom: 5px;
}

footer h4 {
	font-family: Domine, Helvetica, Serif;
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 18px;
}

footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
}

.propiedad {
	padding-top: 116px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999;
}
	/* ---------- MENU NAVEGACION FOOTER ------------ */
	
footer ul {
	list-style-type: none;
	list-style-position: inside;
}

footer li {
	display:block;
	float: left;
	margin-right: 20px;
}

footer a {
	color: #fff; /*---CNG---*/
	font-size: 11px;
	text-decoration: none;
}

footer a:hover {
	color: #999; /*---CNG---*/
} 

footer span {
	display:none;
}

.AntiSpam {display: none;}
.ASp {display: none;}

	
	