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

/*######################################################################################*/
/*####-ESTRUCTURA-######################################################################*/

body
{
	margin: 0 0 0 0;
	font-size: 100%;
	background-image:url(images/estructura/background.png);
	background-repeat:repeat-x;
	background-color:#def2ee;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#contenedor_centrador
{
	width:1000px;
	height:auto;
	margin: 0px auto;
	position: relative;
}

#contenedor_sombra
{
	width:1000px;
	height:auto;
	float:left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
	sizingMethod=scale, src='images/estructura/sombra.png'); /*IE*/
}
#contenedor_sombra[id]{ background-image:url(images/estructura/sombra.png); }

#contenedor_pagina
{
	width: 900px;
	height: auto;
	float: left;
	margin: 0px auto;
	margin-left: 50px;
	background-color:#FFF;
	display: inline;
}

#encabezado
{
	width:900px;
	height: 74px;
	float: left;
}

#botonera
{
	width:900px;
	height: 49px;
	float: left;
}

#visor
{
	width:900px;
	height: 147px;
	float: left;
}

#titulo
{
	width:900px;
	height: 31px;
	float: left;
	background-image:url(images/estructura/titulo_background.png);
	background-repeat:no-repeat;
}

#informacion
{
	width:900px;
	height: auto;
	float: left;
	background-image:url(images/estructura/contenido_background.png);
	background-repeat:repeat-y;
	margin-top: 6px;
	margin-bottom: 7px;
}

#pie
{
	width:900px;
	height: 58px;
	float: left;
	background-image:url(images/estructura/piepagina_background.png);
	background-repeat:no-repeat;
}


/*#####################################*/
/*####-TITULO-#########################*/
#titulo h1
{
	margin:0;
	margin-left: 40px;
	margin-top: 6px;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}


/*#####################################*/
/*####-PIE-############################*/
#pie_copyright
{
	width: 240px; /*250*/
	height: auto;
	float: left;
	color: #565656;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 12px;
}

#pie_links
{
	width: 650px;
	height: auto;
	float: left;
	color: #565656;
	font-size: 12px;
	font-size: 11px;
	padding-top: 17px;
	
}

#pie_links p{ margin: 0; margin-bottom: 2px; text-align: right; margin-right: 10px; }

#pie_links #links_web{ text-transform:uppercase; }
#pie_links #links_web a { color: #565656; text-decoration:none; }
#pie_links #links_web a:hover{ color: #8C8C8C; }

#pie_links #npcstudio{ color:#565656; }
#pie_links #npcstudio a { color: #565656; text-decoration:none; font-size:10px; }
#pie_links #npcstudio a:hover{ color: #8C8C8C; }


#informacion_principal
{
	width: 640px;
	height: auto;
	float: left;
}

#informacion_secundario
{
	width: 260px;
	height: auto;
	float: left;
}


/*#####################################*/
/*####-INFORMACION-####################*/

#caja_contenido
{
	width: 601px;
	height: 118px;
	float: left;
	background-image:url(images/caja.png);
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#caja_contenido img
{
	border: solid 1px #FF6600;
}

#caja_contenido_imagen
{
	width: 153px;
	height: 118px;
	float:left;
}
#caja_contenido_imagen table
{
	width: 100%;
	text-align: right;
	background-color:#EEEEEE;
}

#caja_contenido_informacion
{
	width: 440px; /*448*/
	height: 84px;
	float: left;
	padding-left: 8px;
}

#caja_contenido_informacion h2
{
	font-size: 12px;
	color: #000066;
	text-transform:uppercase;
	margin: 0;
}
#caja_contenido_informacion p
{
	color: #6E6E6E;
	margin: 0;
	margin-top:3px;
	font-size: 12px;
	text-align: justify;
}

#caja_contenido_boton
{
	width: 448px;
	height:30px; /*34*/
	float: left;
	text-align: right;
	padding-top: 4px;
}

#caja_contenido_boton a
{
	margin-right: 10px;
	color: #000066;
	font-weight: bold;
	text-decoration:none;
}
#caja_contenido_boton a:hover
{
	text-decoration: underline;
}


/*####-CAJA TEXTO-########*/
#caja_texto
{
	width: 601px;
	height: auto;
	float: left;
	margin-left: 16px;
	font-size: 12px;
	text-align: justify;
	color: #333;
}

#caja_texto .titleGallery
{
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: 14px;
	color:#000066;
}


/*####-CAJA INDIVIDUAL-########*/
#caja_contenido_individual
{
	width: 603px;
	height: auto;
	float: left;
	background-image:url(images/background_contenido.png);
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#caja_contenido_individual_imagen
{
	width: 206px;
	height: auto;
	float: left;
	text-align: right;
}
#caja_contenido_individual_imagen img { border: solid 1px #FF6600; }
#caja_contenido_individual_imagen a
{
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	margin-right: 6px;
	margin-left: 4px;
}
#caja_contenido_individual_imagen a:hover{ text-decoration:underline; }

#caja_contenido_individual_texto
{
	width: 391px; /*397*/
	height: auto;
	float: left;
	padding-left: 6px;
}
#caja_contenido_individual_texto h2
{
	margin:0;
	color: #000066;
	font-size: 12px;
	text-transform:uppercase;
}
#caja_contenido_individual_texto p
{
	margin: 0;
	margin-top: 4px;
	color: #6E6E6E;
	text-align:justify;
}

#caja_contenido_individual_link
{
	width: 603px;
	height: 26px; /*34*/
	float: left;
	background-image:url(images/background_contenido_volver.png);
	background-repeat:no-repeat;
	padding-top: 8px;
}

#caja_contenido_individual_link a
{
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	margin-left: 150px;
}
#caja_contenido_individual_link a:hover{ text-decoration:underline; }


.button a
{
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.button a:hover{ text-decoration:underline; }

/*#####################################*/
/*####-SECUNDARIO-#####################*/

.caja_contenido_secundario
{
	width: 217px;
	height: auto;
	float: left;
	background-image:url(images/separadorSecundario.png);
	background-repeat: no-repeat;
	margin-left: 26px;
	margin-top: 10px;
}

.caja_contenido_secundario_titulo
{
	width: 217px;
	height: 20px;
	float: left;
}

.caja_contenido_secundario_titulo h3
{
	margin: 0;
	color: #000066;
	font-size: 12px;
	text-align:right;
	margin-top: 3px;
}

.caja_contenido_secundario_informacion
{
	width: 217px;
	height: auto;
	float: left;
}

.caja_contenido_secundario_informacion p
{
	margin: 0;
	margin-top: 5px;
	text-align: justify;
	color: #6E6E6E;
	font-size: 11px;
}

.linkBlue a
{
	color: #000066;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}
.linkBlue a:hover{  text-decoration:underline; }

/*#####################################*/
/*####-CONTACTO-#######################*/

.caja_contenido_secundario .campoTexto
{
	width: 214px;
	border: solid 1px #A0A0A0;
}

.caja_contenido_secundario .textArea
{
	width: 214px;
	height: 120px;
	border: solid 1px #A0A0A0;
}

.caja_contenido_secundario .botonesFormulario
{
	width: 102px;
}