@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #efefef;
	text-align: center;
	font-family: "Tahoma", Verdana, Arial;
	font-size: 11px;
	color : #484848;
	margin : 0 0 0 0;
} 


h1{
	border: 0;
	margin: 0;
	padding: 0;
}

h2{ }

h3{ }

h4 { 	
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin:0;
	padding:0 0 10px 0;
}

a:link {
	color: #484848;
	text-decoration: none;
}
a:visited {
	color: #484848;
	text-decoration: none;
}
a:hover {
	color: #484848;
	text-decoration: underline;
}
a:active {
	color: #484848;
	text-decoration: none;
}

strong {
	font-family: "Tahoma", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

legend {
	color: #F26400;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
}

.clr { clear:both; }

.alert { color:#FF0000; padding: 3px 0; font-size: 10px;}

img { margin:0; padding: 0; }



/* Propiedades formulario */

form { margin: 0; padding: 0; }

 input, select, textarea { /* width: 150px; */ padding: 1px;}

input.button { 
	color:#FFF;
	border: 1px solid #c65200;
	background-color: #F26400;
	padding: 1px 5px;
}

input.button:hover{ 
	color:#FFF;
	background-color: #c65200;
}

input, select { font-size: 10px;  border: 1px solid silver;  }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 10px;  }

input.disabled { background-color: #F0F0F0; }

input.button  { cursor: pointer; }

input:focus,
select:focus,
textarea:focus { background-color: #ffd; }

input.button:focus { background-color: #c65200; } 



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
#wrapper {
	background-color: #FFF;
	margin:auto;
	text-align: justify;
	width: 100%;
}

#wr-header { 
	background-image:url(../imagenes/bg_header.gif); 
	background-repeat:repeat-x; 
	background-position: bottom;
	border-bottom: 1px solid #FFFFFF;
}

#wr-top {
display: none; /* comentar */
	background-color:#8BB02D;
	background-image:url(../imagenes/img_banner_01.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	border-top:1px solid #FFF;
	height: 81px; 
}

#wr-menu {
	border-top:1px solid #ccc;
    border-bottom:1px solid #ccc; 
	background-image:url(../imagenes/nav1_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.mainmenu { max-width:950px; margin:auto; }

#wr-content { }

#wr-footer {
	border-top: 10px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	background-color: #efefef;
}

.shadow {
	height: 30px; 
	background-color:#FFF; /* comentar */
	background-image:url(../imagenes/bg_content_top.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-top: 1px solid #FFF;
}

/********************** col-1-layout */

#col-1-layout { 	
	background-color: #FFF; /*comentar*/
	max-width:950px;
	margin:auto;
	padding-bottom: 20px;
}

#col-1-layout .top {
height: 150px; /* comentar */
background-color:#FFFF00; /* comentar */
}

#col-1-layout .col-main { padding: 0 20px; }


/********************** col-2-right-layout */

#col-2-right-layout { 
	background-color: #FFF; /*comentar*/
	max-width:950px;
	margin:auto;
}

#col-2-right-layout .top {
height: 150px; /* comentar */
background-color:#FFFF00; /* comentar */
}
#col-2-right-layout .col-right { 
height: 250px; /* comentar */
background-color: #cccccc; /* comentar */
	float:right; 
	width: 25%;
}

#col-2-right-layout .col-main { 
height: 250px; /* comentar */
background-color: #999999; /* comentar */
	float:left;
	width: 75%;
}

#col-2-right-layout .col-main .left { float:left; width:55%; }
#col-2-right-layout .col-main .right { float:right; width:40%; }

/********************** col-2-left-layout */

#col-2-left-layout { 
	background-color: #FFF; /*comentar*/
	max-width:950px;
	padding-bottom: 20px;
	margin:auto;
	background-image:url(../imagenes/fondo_center.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#col-2-left-layout .col-left { 
	float:left; 
	width:240px; 
}

#col-2-left-layout .col-main { 
	position:relative; /* asi se visualiza en vista diseño el contenido */
	margin-left: 250px;
	padding: 0 20px;
}

#col-2-left-layout .col-main .left { float:left; width:55%; }
#col-2-left-layout .col-main .right { float:right; width:40%; }


/********************** col-3-layout */

#col-3-layout { 
	background-color: #FFF; /*comentar*/
	max-width:950px;
	min-width:740px;
	margin:auto;
}

/* BANNER */
#col-3-layout .top {
height: 150px; /* comentar */
	background-image:url(../imagenes/img_banner_portada_02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom: 15px;
display:none;
}

#col-3-layout .col-left { 
	float:left; 
	width: 265px;
	margin-top: 20px;
}

#col-3-layout .col-main {
	float: right;
	width: 63%;
	padding: 0 20px;
}

#col-3-layout .col-right { 
	float:right; 
	width: 33%; 
}



/********************** Header */

/* Header structure */

.wr-header-img { 
	background-image:url(../imagenes/img_header.gif); 
	background-repeat:no-repeat; 
	background-position: top right;
}

/* Header colors*/
.head01 { 
	background-image:url(../imagenes/img_head_01.jpg); 
	background-repeat:no-repeat; 
	background-position: top right;
}

.head02 { 
	background-image:url(../imagenes/img_head_02.jpg); 
	background-repeat:no-repeat; 
	background-position: top right;
}

.head03 { 
	background-image:url(../imagenes/img_head_03.jpg); 
	background-repeat:no-repeat; 
	background-position: top right;
}

.head04 { 
	background-image:url(../imagenes/img_head_04.jpg); 
	background-repeat:no-repeat; 
	background-position: top right;
}

.head05 { 
	background-image:url(../imagenes/img_head_05.jpg); 
	background-repeat:no-repeat; 
	background-position: top right;
}

.head06 { 
	background-image:url(../imagenes/img_head_06.jpg); 
	background-repeat:no-repeat; 
	background-position: top right;
}



.header {
	max-width:950px;
	margin:auto;
	height: 125px; 
}

/* Logo */
#logo {
	padding: 10px 0 11px 0;
	width: 385px;
}

#logo a {  margin-right: 10px;}

/* Breadcrumbs */
.breadcrumbs { 
	background-image:url(../imagenes/img_puntos.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom: 10px;
}

.breadcrumbs ul { margin:0px; padding:0px; }
.breadcrumbs li { display:inline; }

.breadcrumbs li.next { 
	background-image:url(../imagenes/breadcrums.gif); 
	background-position: center right; 
	background-repeat:no-repeat;
	padding-right: 12px;
}

.breadcrumbs li.last { color: #F26400; }


/********************** Content */

.container { padding-top: 20px;}
.container p { line-height: 20px;}

.container a:link {
	color: #F26400;
	text-decoration: none;
}
.container a:visited {
	color: #F26400;
	text-decoration: none;
}
.container a:hover {
	color: #F26400;
	text-decoration: underline;
}
.container a:active {
	color: #F26400;
	text-decoration: none;
}

.container ul { margin: 0; padding: 0 0 0 15px; }
.container ul li { padding: 5px 5px; list-style:square; }

.container ol { margin: 0; padding: 0 0 0 20px; }
.container ol li { padding: 10px 5px; list-style-type: decimal; }

/* Destacado */

.calendario_position { 
	background:url(../imagenes/newstiker_bg.gif) bottom repeat-x #FFF;
	border: 1px solid #CCC;
	padding:10px 0 10px 30px;
	margin-bottom: 20px;
	text-align:center;
}

.border { border-bottom: 1px solid #ccc; }

.title { font-size: 12px; font-weight: bold; padding-bottom: 3px; }

.destacado { 
	background-image:url(../imagenes/img_lista02.gif);
	background-position:left center;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 10px 0;
	padding-left: 20px;
	text-transform:uppercase;
	padding-right: 110px;
}

.destacado span {
	position:absolute;
	right:0;
	margin-right: 25px;
	margin-top: -14px;
	font-weight: bold;
}

.listado {
	/* background-color: #f3f3f3; */
	border-bottom: 1px solid #ccc;
	padding: 15px 10px 15px 20px;
}

.listado a{
	font-weight: bold;
	color: #F26400;
}

.listado a:link {
	color: #F26400;
	text-decoration: none;
}
.listado a:visited {
	color: #F26400;
	text-decoration: none;
}
.listado a:hover {
	color: #F26400;
	text-decoration: underline;
}
.listado a:active {
	color: #F26400;
	text-decoration: none;
}

.listado:hover { background-color: #ffd; cursor: pointer; text-decoration:none; } /* resaltar tabla al pasar el mouse */


.info{ text-align:right; }

.info a{ background-color:#F26400; padding: 2px 5px; border: 1px solid #c65200; }

.info a:link {
	color: #fff;
	text-decoration: none;
}
.info a:visited {
	color: #fff;
	text-decoration: none;
}
.info a:hover {
	color: #fff;
	text-decoration: underline;
}
.info a:active {
	color: #fff;
	text-decoration: none;
}

.btn-intro { margin: 20px 0; }

/* Modulo */

.inscripcion { width: 50%; }
.inscripcion ul { padding: 0; margin: 0; }
.inscripcion li { padding: 0; margin: 0; list-style:none; }


.modulo {
	background-color: #EFEFEF;
	border: 1px solid #ccc;
	padding: 5px 25px; 
	margin: 0 0 10px 0;
}

.login { 
	background-color: #EFEFEF;
	border: 1px solid #ff0000;
	padding: 2px 10px;
	margin-top: 10px;
}

.img-noticia { margin-bottom: 20px;}

.img-noticia img{ border:1px solid #ccc; padding: 2px;}


.submenu-separate { border-top: 1px solid #ccc; margin-right: 5px; }
.submenu-interes { 
	border: 1px solid #ccc; 
	background-color: #EFEFEF; 
	margin: 10px 5px 0 0;
	padding: 10px 10px 10px 35px;
}

/* Iconos */

.icon-download { 
	background-image:url(../imagenes/icons/download.png);
	background-position:left;
	background-repeat:no-repeat;
}

.icon-pdf { 
	background-image:url(../imagenes/boton_pdf.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.icon-info { 
	background-image:url(../imagenes/icons/info.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
}

/* Imagenes */

.img-banner-00 { 
	width: 100%;
	height: 283px;
	background-image:url(../imagenes/img_mapamundi_02.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.img-banner-01 { 
	width: 100%;
	height: 150px;
	background-image:url(../imagenes/img_banner_02.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.img-banner-02 { 
	width: 100%;
	height: 150px;
	background-image:url(../imagenes/img_banner_02.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.img-banner-03 { 
	width: 100%;
	height: 150px;
	background-image:url(../imagenes/img_banner_03.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.img-banner-04 { 
	width: 100%;
	height: 150px;
	background-image:url(../imagenes/img_banner_04.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.img-banner-05 { 
	width: 100%;
	height: 150px;
	background-image:url(../imagenes/img_banner_05.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.img-banner-06 { 
	width: 100%;
	height: 150px;
	background-image:url(../imagenes/img_banner_06.jpg); 
	background-repeat:no-repeat; 
	background-position:top left;
}



/* paginacion */

.page {
	background-color: #EFEFEF;
	border: 1px solid #ccc;
	padding: 5px; 
	margin-top: 20px;
	text-align:center;
}

.page ul { margin:0; padding:0;}
.page li { display: inline; padding: 0 5px; }

/*********************** Footer */

.footer{
	max-width:950px;
	margin:auto;
}

/*********************** tables */

/* table_destacamos */

table.destacamos thead th{ border-bottom: 1px solid #CCCCCC; padding: 0 0 0 0; text-align:left;}
table.destacamos tbody th { font-weight: normal; text-align:justify;}
table.destacamos tbody th{ border-bottom: 1px solid #CCCCCC; padding: 20px 0 10px 0 ; }
table.destacamos tbody tr:hover th { background-color: #ffd; cursor: pointer; } /* resaltar tabla al pasar el mouse */
table.destacamos tbody th p{ padding-left: 20px; }
table.destacamos tfoot th { /* background-color:#f1f1f1; height: 10px; */ }

/* table_enlaces */

table.enlaces { background-color: #f1f1f1;} 
table.enlaces thead th{ border-bottom: 1px dashed #ccc; padding: 30px 0 10px 20px; text-align:left; color:#990000; }
table.enlaces tbody th { font-weight: normal; text-align:justify;}
table.enlaces tbody th{ border-bottom: 1px solid #CCC; padding-top: 10px; }
table.enlaces tbody tr:hover th { /* background-color: #ffd; cursor: pointer; */} /* resaltar tabla al pasar el mouse */
table.enlaces tbody th p{ padding-left: 20px; }

table.enlaces tbody th ul { padding-left:35px;}
table.enlaces tbody th li { list-style-image:url(../imagenes/img_lista_submenu.gif);}

table.enlaces tbody th a:link,
table.enlaces tbody th a:visited,
table.enlaces tbody th a:active { color:#005f90; text-decoration: none; }
 
table.enlaces tbody th a:hover{ color:#005f90; text-decoration: underline; }

/* Search box */

.result { background-color: #F26400; color: #fff; }

.search-box { position:absolute; right:0; margin-top: 4px; margin-right: 10px; }

table.search { border-collapse: collapse; padding: 0; margin: 0;	 }
table.search td { padding: 1px 1px 1px 4px; }
table.search td.spacer { width: 10px; }
table.search td.divider { border-right: 1px solid #eee; width: 5px; }

table.search span { float: none;  margin: 0 auto; display: block; }

table.search a {
   	display: block; float: left;
	white-space: nowrap;
	border: 1px solid #c65200;
	padding: 1px 10px;
	cursor: pointer;
	background-color:#F26400;
	color: #FFF;
}

table.search a:hover {
	border: 1px solid #c65200;
	text-decoration: none;
	background-color:#c65200;
	color: #FFF;
}

/* standard form style table */
div.col { float: left; }
div.width-45 { width: 45%; }
div.width-55 { width: 55%; }
div.width-50 { width: 50%; }
div.width-70 { width: 70%; }
div.width-30 { width: 30%; }
div.width-60 { width: 60%; }
div.width-40 { width: 40%; }

table.admintable td 					 { padding: 4px; }
table.admintable td.key,
table.admintable td.paramlist_key {
	background-color: #f6f6f6;
	text-align: right;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	vertical-align: middle;
}

table.admintable td.key.vtop { vertical-align: top; }

table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0 10px 0;
	margin-bottom: 15px;
	width: 100%;
}

fieldset.adminform { border: 1px solid #ccc; margin: 0; padding: 5px; }


/* Mapa web */

.mapa-web ul{ }

.mapa-web li{ list-style-image:url(../imagenes/img_lista_submenu.gif); }

.mapa-web li strong{ background-color: #EFEFEF; border: 1px solid #ccc; padding: 2px 5px; }


/* Formularios */

.modulo-form { 
	/*
	background-color:#Fbfbfb;
	border: 1px solid #CCC;
	padding: 10px;
	*/
	margin-top: 10px;
}

.submit { margin-top: 5px; margin-bottom: 10px;}


/*****************************************/
/******** ALIGNMENTS AND CLEARS **********/
/*****************************************/

/* Directional and spacial */
.f-left 		    { float:left; }
.f-right		    { float:right; }
.v-top              { vertical-align:top; }
.v-middle           { vertical-align:middle; }
.v-bottom           { vertical-align:bottom; }
.a-left             { text-align:left; }
.a-center           { text-align:center; }
.a-right            { text-align:right; }
.nm                 { margin:0 !important; }
.np                 { padding:0 !important; }
.no-display         { display:none; }
.no-show            { display:none; }
.nowrap, .nobr      { white-space:nowrap; }
.no-float           { float:none !important; }
.pointer            { cursor:pointer; }
.line				{ line-height: 20px;}

/* Font */
.normal             { font-weight:normal !important; }
.bold               { font-weight:bold !important; }


/*   --------------------------------------------------ESTILO TEXTO---------------------------------------------------  */

.textoResaltadoNegro {
	font-family: "Tahoma", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #484848;
}

.textoResaltadoNegro a:link {
	text-decoration: none;
	color: #484848;
}

.textoResaltadoNegro a:visited {
	text-decoration: none;
	color: #484848;
}

.textoResaltadoNegro a:hover {
	text-decoration: underline;
	color: #484848;
}

.textoResaltadoNegro a:active {
	text-decoration: none;
	color: #484848;
}
