@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/* --------------------------------------------------- GENERAL -------------------------------------- */
* {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p{
	padding-top:10px;
}

body {
	background: #ffffff;
	font-family:  Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a {
	color: #4f4f4f;
	outline:none;
}

a:hover {
	text-decoration: none;
}

.enlace001 {
	color: #175b78;
	text-decoration: none;
}

.enlace001:hover {
	text-decoration:underline;
}

/* --------------------------------------------------- CAPAS FIJAS -------------------------------------- */

#capa_cabecera{
	margin: 0 auto;
	padding:0px;
	width:100%;
	height:409px;
	/*float:left;*/
	text-align:center;
	background-image:url(../images/fondocabecera01.jpg);
	background-repeat:repeat-x;

}	


#capa_contenedor{
	margin: 0 auto;
	width:1004px;
	text-align:center;
	border:0px solid #00FF33;
}	


/* --------------------------------------------------- pie -------------------------------------- */
#capa_pie{
	margin: 0 auto;
	width:100%;
	height:60px;
	float:left;
	text-align:center;
}
/* ---------------------------------------------------------------------------------------------- */
.leightbox { color: #666; display: none; position: absolute; top: 10%; left: 25%; width:592px; height:477px; padding:0; border:0; background-color: white; text-align: left; z-index:1001; overflow: none; }

.leightbox2 { color: #666; display: none; position: absolute; top: 10%; left: 25%; width:592px; padding:0; border:0; background-color: white; text-align: left; z-index:1001; overflow: none; }

	.contenidoLeightbox{ width:592px; border-bottom:#e2e2e2 1px dashed; }

		.imgLeightbox{ float:left; margin:36px; border:1px solid #e2e2e2; }

		.textoLeightbox{ float:left; width:268px; font-size:12px; height:325px; overflow:auto; }

		.tituloLeightbox{ font:24px Century Gothic,Arial, Helvetica, sans-serif; color:#9db67d; padding-bottom:14px; }

	.cerrar{ text-align:right; margin:6px 14px 20px 0; }

	.formLeightbox{ width:592px; height:195px; background:#fafafa url(../images/detalle.gif); background-repeat:no-repeat; }

	
