/* *
 * Bienvenido a la hoja de estilos para FCK 
 * Los estilos pueden ser utilizados de manera genérica y contarán con una descripción
 * */
 
/* FORMATO DE LA PAGINA */

 /* El formato de la página consiste en los márgenes, este estilo tiene 0 de margen */
 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f0f7ec;
	font-family:Arial, Helvetica, sans-serif;
	
}
.bg1 {
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg2 {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#logo {
	float:left;
	width:206px;
	height:147px;
	overflow:hidden;
}



 /* El formato para los nombres de estilo es .nombre_tamaño */

/* TITULARES */

 /* Este estilo sirve es para Titulares: tipo de letra Arial, tamaño 24, negrilla, color negro */
.titulo_24 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

 /* Este estilo sirve es para Titulares: tipo de letra Arial, tamaño 20, negrilla, color negro */
.titulo_20 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
 
 /* Este estilo sirve es para Titulares: tipo de letra Arial, tamaño 18, negrilla, color negro */
.titulo_18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

 /* Este estilo sirve es para Titulares: tipo de letra Arial, tamaño 16, negrilla, color negro */
.titulo_16 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

 /* Este estilo sirve es para Titulares: tipo de letra Arial, tamaño 14, negrilla, color negro */
.titulo_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #999999;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	word-spacing: normal;
	text-decoration: none;
}

.titulo_14 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #999999;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	word-spacing: normal;
}

.titulo_14 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #999999;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	word-spacing: normal;
}

 /* Este estilo sirve es para Titulares: tipo de letra Arial, tamaño 12, negrilla, color negro */
.titulo_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7D7B91;
}
.titulo_12 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.titulo_12 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
/* TEXTOS */

 /* Este estilo sirve es para Textos: tipo de letra Arial, tamaño 14, color negro */
.text_14 {
	font: italic normal 14px Arial, Helvetica, sans-serif;
	color: #000066;
}

 /* Estos estilos sirven para Textos: tipo de letra Arial, tamaño 12, varios colores */
.text_12 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.text_12 a{
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.text_12 a:hover{
	color: #666666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.text_12-2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006600;
}
.text_12-2a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006600;
}
.text_12-2 a:hover{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006600;
}
.text_12-3 {
	color: #961913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text_12-3 a{
	color: #961913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.text_12-3 a:hover{
	color: #961913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


 /* Este estilo sirve es para Textos: tipo de letra Arial, tamaño 10, color negro */
.text_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	font-weight: bold;
	text-decoration: none;
}
.text_10 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	font-weight: bold;
	text-decoration: none;
}
.text_10 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	font-weight: bold;
	text-decoration: underline;
}

/* PIES DE PAGINA */

 /* Este estilo sirve es para Pies de página: tipo de letra Arial, tamaño 18, negrilla, color negro */
.pie_18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

 /* Este estilo sirve es para Pies de página: tipo de letra Arial, tamaño 16, negrilla, color negro */
.pie_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

 /* Este estilo sirve es para Pies de página: tipo de letra Arial, tamaño 14, negrilla, color negro */
.pie14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

 /* Este estilo sirve es para Pies de página: tipo de letra Arial, tamaño 12, negrilla, color blanco, cuenta con posibilidad de tener enlace */
.pie12 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.pie12 a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.pie12 a:hover{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}



/* ENLACES */

 /* Este estilo sirve es para Enlaces: tipo de letra Arial, tamaño 12, color negro */
.enlaces {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
 /* Este estilo sirve es para Enlaces: tipo de letra Arial, tamaño 12, color negro, cuando el texto esta enlazado */
.enlaces a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
 /* Este estilo sirve es para Enlaces: tipo de letra Arial, tamaño 12, color negro, cuando pasa el mouse se subraya */
.enlaces a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

 /* Este estilo sirve es para Enlaces o Menus: tipo de letra Arial, tamaño 12, color blanco, con padding de 30 pixeles */
.enlaces2 {
	color: #24a531;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:5px;
}
 /* Este estilo sirve es para Enlaces o Menus: tipo de letra Arial, tamaño 12, color blanco, con padding de 30 pixeles, cuando el texto esta enlazado */
.enlaces2 a {
	color: #24a531;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
 /* Este estilo sirve es para Enlaces o Menus: tipo de letra Arial, tamaño 12, color blanco, con padding de 30 pixeles, cuando pasa el mouse */
.enlaces2 a:hover {
	color: #24a531;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.enlaces3 {
	color: #000066;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.enlaces3 a {
	color: #000066;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
 /* Este estilo sirve es para Enlaces o Menus: tipo de letra Arial, tamaño 12, color blanco, con padding de 30 pixeles, cuando pasa el mouse */
.enlaces3 a:hover {
	color: #000066;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


 /* Este estilo sirve es para Enlaces: tipo de letra Arial, tamaño 12, color negro */
.enlace_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
 /* Este estilo sirve es para Enlaces: tipo de letra Arial, tamaño 12, color negro, cuando el texto esta enlazado cambia su color de fondo*/

.enlace_tabla a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	background-color: #ffffff;
	width: 100%;
}
 /* Este estilo sirve es para Enlaces: tipo de letra Arial, tamaño 12, color negro, cuando el texto esta enlazado cambia su color de fondo mas oscuro*/
.enlace_tabla a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #ffffff;
	width: 100%;
}


/* BORDES DE TABLA */

 /* Este estilo sirve es para dar forma a las tablas: un borde grueso color negro */
.borde_tabla {
	/*border: 0pt solid #b2b0cb;*/
}

 /* Este estilo sirve es para dar forma a las tablas: un fondo y borde de color negro  */
.background_borde_tabla {
	background-color: #CCCCCC;
	/*border: thin solid #000000;*/
}

 /* Este estilo sirve es para dar forma a las tablas: un fondo de color negro */
.background_tabla {
	background-color: #CCCCCC;
	/*border: #000000;*/
}

 /* Este estilo sirve es para dar forma a las tablas: un margen de doble linea negro */
.tabla_margen_doble {
	/*border: double #000000;*/
}

 /* Este estilo sirve es para dar forma a las tablas: un margen punteado negro */
.tabla_margen_dotted {
	/*border: dotted #000000;*/
}


/* VIÑETAS, LISTAS ORDENADAS */

 /* Este estilo sirve es para las listas: un circulo blanco con borde negro */
.viñeta_circular {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: circle;
	list-style-position: outside;
}

 /* Este estilo sirve es para las listas: un cuadrado negro */
.viñeta_cuadrada {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
}

/* FORMULARIOS */

 /* Este estilo sirve es para los textos que escriben los usuarios en los formularios: tipo de letra Arial, tamaño 12, color negro */
.text_field_area_boton_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

 /* Este estilo sirve es para los textos que escriben los usuarios en los formularios: tipo de letra Arial, tamaño 12, color negro, con color de fondo */
.text_field_area_boton_background_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}

/* BORDES DE IMAGEN */

 /* Este estilo sirve es para dar formato a los bordes de las imágenes: borde de color negro */
.borde_imagen {
	margin-right: 5px;
	margin-bottom: 5px;
	/*border: 1px solid #000000;*/
}

 /* Este estilo sirve es para dar formato a los bordes de las imágenes: borde de color negro doble */
.imagen_margen_doble {
	/*border: double #000000;*/
}

 /* Este estilo sirve es para dar formato a los bordes de las imágenes: borde de color negro punteado */
.imagen_margen_dotted {
	/*border: dotted #000000;*/
}

/* FONDOS DE PANTALLA */

.fondo_menu {
	background-image: url(images/dots1.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.fondo_text1 {

	background: url(images/bg_noticias.jpg) no-repeat right top;
}
.fondo_text2 {
	background-image: url(images/bg_destinos.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.fondo_pie {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fondo_menu_int {

	background: url(images/bg_menu2.jpg) no-repeat top;
}
.text_10blue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.text_10white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.text_10white2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.text_10white2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.text_10white2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.tit_10white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	top: -5px;
	bottom: 20px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 0px 27px;
	margin-top: 22px;
}
.bg_bandera {

	background-image: url(images/bg_bandera.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*color: #FF5622;*/
	color:#26a136;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-left:20px;
}
.welcome a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#26a136;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
.welcome a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#26a136;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
.enlace1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: #E7C17D;
	padding-left: 5px;
}

.tectowelcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
	padding-right: 5px;
}
.tectowelcome_2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;	
}
.tectowelcome a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.tectowelcome a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.novedades {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	/*background-color: #E7C17D;*/
	/*background-color: #F5E7CB;*/
	padding-left: 10px;
}
.titnov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-color: #E7C17D;
	padding-left: 50px;
}
.textocontpeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	/*background-color: #E7C17D;*/
	/*background-color: #F5E7CB;*/
}

.textocontpeq_2{
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
	padding-right: 5px;	
}
.login_center
{ /*background:#bedbad;*/
width:220px;
float:left;
overflow:hidden;
min-height:10px;
background-image:url(images/fon.jpg);
background-repeat:repeat-y;
}



.texbigcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9F5D6;
	text-align: justify;
	padding-left: 10px;
}

.texbigcont a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9F5D6;
	text-align: justify;
	padding-left: 10px;
}
.texbigcont a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9F5D6;
	text-align: justify;
	padding-left: 10px;
}
.titbigcont {
	height:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #12548c;
	padding-left: 10px;
	text-align:left;
}
.titbigcont a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	text-decoration: none;
}
.titbigcont a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	text-decoration: underline;
}
.titenlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #1FA22E;
}
.nenlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #24a531;
	text-decoration: none;
}
.nenlace a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24a531;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration: none;
}
.nenlace a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #24a531;
	text-decoration: none;
}
.linkenlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.titbol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFCC;
	color: #000000;
	text-decoration: underline;
}
div#footer {
	float:left;
	width:892px;
	height:80px;
	margin-top:43px;
	border-top:2px solid #69b456;
	color:#747978;
	font-size:12px;
}
div#footer a, a:hover {
	color:#747978;
	text-decoration:none;
}
div#footer div#dir {
	display:block;
	float:left;
	width:350px;
	padding:5px 0 0 10px;
}
div#footer div#copy {
	display:block;
	float:right;
	width:350px;
	text-align:right;
	padding:5px 8px 0 0;
}
div#borde_sup
{ width:695px;
height:39px;
float:left;
overflow:hidden;
background-image: url(images/sup.jpg);
background-repeat:no-repeat;
}
div#borde_inf
{ width:695px;
height:39px;
float:left;
overflow:hidden;
background-image: url(images/inf.jpg) ;
background-repeat:no-repeat;
}
div#borde_lateral
{ 	
	width:665px;
	_width:670px;
	float:left;
	margin-left:9px !important;
	/*_margin-left:4px;*/
	border-right:2px solid #dcebd6;
	border-left:2px solid #dcebd6;
	overflow:hidden;
}
div#borde_lateral input[type="text"]
{ border:0px;
}
.login_center
{width:241px;
height:auto;
color:#000066;
font-weight:bold;
font-size:13px;
margin-top:10px;
}
.login_center b
{
color:#fff;
width:242px;
height:30px;
background:url(images/login_tit.jpg);
background-repeat:no-repeat;
float:left;
padding-top:12px;
}
.title
{
color:#fff;
width:242px;
height:30px;
background-image:url(images/login_tit.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;
padding-top:12px;
text-align:center;

}
.login_foot
{ 
width:241px;
height:15px;
background:url(images/login_tit_inf.jpg);
background-repeat:no-repeat;
float:left;

}
.login_center form
{ 
width:241px;
min-height:24px;
background:url(images/login_tit_inf.jpg);
background-repeat:no-repeat;
float:left;


}
.esp
{ padding-left:10px;
}
.fondo
{ width:68px;
height:33px;
background:url(images/boton.jpg);
color:#FFFFFF;
border:0;
margin-left:120px;
margin-top:10px;
font-weight:bold;

}
a
{ text-decoration:none;
}
.bor
{ border:2px solid #DAEDD1;
}
.tabla
{ width:100px;
overflow:hidden;
}
div#banner_title {
	float:left;
	width:892px;
}
