/* CSS Document */

#show_images{
	border-style:solid;
	border-width:thin;
	border-color:#666666;
}

body {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: rgb(0, 0, 0);
	background-color: #F8F8F8;
	}
	.clearer{clear:both;}
/*cabezal y menu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
*{marging:0; padding:0;}


#globalheader { 
	background-image:url(../images/bg-header.gif);
	background-repeat:repeat-x;
	min-width:756x;
}
#banner-header{
	height:72px;
	width:756px;
	clear:both;
	min-width:756px;
	margin:0 auto;
	position:relative;
	
}
#adds{
	height: 72px;
	margin:0 auto 0;
	position:absolute;
	left: 277px;
	top: -5px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 471px;
}
#logo{
	height:60px;
	position:absolute;
	left: 0px;
	top: -2px;
	width: 248px;
}
#menu{
	width: 756px;
	height:49px;
	margin: 0 auto;
	padding-top:16px;
	padding-bottom:0;
 
}
#menu #globalnav { 
	margin: 0pt; 
	padding: 0pt; 
}
#globalnav li{
	display: inline; 
}
#menu #globalnav li a {
	overflow: hidden;
	float: left;
	width: 125px;
	height: 0pt;
	padding-top: 49px;
	
}
#menu #globalnav li a {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
#menu #globalnav li#gn-info_uneac a { 
	background-position: 0 0; 
}

#menu #globalnav li#gn-asociados a { 
	background-position: -125px 0; 
}
#menu #globalnav li#gn-provincias a { 
	background-position: -250px 0; 
}
#menu #globalnav li#gn-eventos a { 
	background-position: -375px 0; 
}
#menu #globalnav li#gn-editoriales a { 
	background-position: -500px 0; 
}
#menu #globalnav li#gn-galerias a { 
	background-position: -625px 0; 
}
/*mouse over:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#menu #globalnav li#gn-info_uneac a:hover { 
	background-position: 0 -49px; 
}
#menu #globalnav li#gn-asociados a:hover { 
	background-position: -125px -49px; 
}

#menu #globalnav li#gn-provincias a:hover { 
	background-position: -250px -49px;
} 
#menu #globalnav li#gn-eventos a:hover { 
	background-position: -375px -49px; 
	
}
#menu #globalnav li#gn-editoriales a:hover { 
	background-position: -500px -49px; 
}
#menu #globalnav li#gn-galerias a:hover { 
	background-position: -625px -49px; 
}

/*mouse active*/
#menu #globalnav li#gn-info_uneac a:active { 
	background-position: 0 -98px; 
}
#menu #globalnav li#gn-asociados a:active { 
	background-position: -125px -98px; 
}
#menu #globalnav li#gn-provincias a:active { 
	background-position: -250px -98px;
}
#menu #globalnav li#gn-eventos a:active { 
	background-position: -375px -98px; 
}
#menu #globalnav li#gn-editoriales a:active { 
	background-position: -500px -98px; 
}
#menu #globalnav li#gn-galerias a:active { 
	background-position: -625px -98px; 
}
/*clases menu interiores::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.asociados a{ 
	background-position: -125px -98px;
}
.provincias a{ 
	background-position: -250px -98px;
}
.info_uneac a{ 
	background-position: 0 -98px;
}
.editoriales a{ 
	background-position: -500px -98px;
}
.eventos a{
	background-position: -375px -98px;
}
.galerias a{
	background-position: -625px -98px; 
}
/*submenu bar:::::::::::::::::::::::::::::::::*/
#submenu-container{
	background-image:url(../images/top-sides.gif);
	margin:0 auto;
	min-width:756px;
	height:22px;
	overflow:hidden;
	
}
#gohome{
	position:absolute;
	left: 220px;
	top: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#submenu{
	width:756px;
	margin: 0 auto;
	height:17px;
	padding:5px 0 0 0;
	background-repeat: repeat-x;
	background-image: url(../images/submenu-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position:relative;
}
#history-back{
	height:auto;
	background-color:#bd0417;
	padding:0 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#history-back a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
#history-back a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}

/*submenu clase:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#submenu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FF6600;
}
#submenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/*searchbox::::::::::::::::::::::::::::::::::::::::::::::::::*/
#searchbox{
	position:relative;
	/*width:auto;*/
	height:18px;
	margin-bottom:0;
	padding-bottom:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	overflow:hidden;
	z-index:0;
}
#go{
	position:absolute;
	left: 733px;
	top: 6px;
}
#combobox{
	position:absolute;
	left: 645px;
	top: 2px;
	width: 85px;
	height: 18px;
	overflow:hidden;
}
.textbox{
	height:20px;
	border:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textbox-general{
	height:15px;
	border:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*width: 88px;*/
}
.combobox-top{
	height:15px;
	border:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*width: 75px;
	margin:0 0 0 10px;*/
}
#parche{
	position:absolute;
	left: 648px;
	top: 100px;
	height:22px;
	width:10px;
	background-image:url(../images/top-sides.gif);
	background-repeat:no-repeat;
}
/* main container :::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#maincontainer{
	min-width:756px;
	margin:auto;
}
#mainborder{
	width:756px;
	background: rgb(229, 230, 232) url(../images/main-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0 auto;
	position:relative;

}
#sky-rapper{
	left: 759px;
	top: 4px;
	position:absolute;
}
/*footer::::::::::::::::::::::*/
#footer{
	margin:auto;
	width:756px;
	min-width:756px;
	height:57px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 10px;
	color: #9D0C15;
	text-align:center;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9D0C15;
	text-decoration:none;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration:underline;
}
.topsides{
	background-image:url(../images/top-sides.gif);
	background-repeat:repeat-x;
}
.noticias-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}

.noticias-foto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.noticias_main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	
}
.noticias_lechuza{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
	font-weight: bold;
}

.rojagrande{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CC0000;
	font-weight: bold;
}
.titulovideo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: ##4B8FBE;
}
.loscinco{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
.entrevista{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.loscincogrande{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
}
.noticias_caracoles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#8D8D45;
	font-weight: bold;
}
.caracoles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#8D8D45;
	font-weight: bold;
}
.salas-video-tx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:justify;
}
.salas-video-title{
	margin: 0pt;
	font-family: Georgia,;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
.salas-video-title-n{
	margin: 0pt;
	font-family: Georgia,;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.barras-bg{
	background-image:url(../images/barras-bg.gif);
	background-repeat:repeat;
	}
.barras-bg-bk{
	background-image:url(../images/barras-bg-black.gif);
	background-repeat:repeat;
	}

.noticias-title{
	margin: 0pt;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.noticias-title a{
	margin: 0pt;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
.noticias-title a:hover{
	margin: 0pt;
	font-family: Georgia;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
.conetnidos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.titulovideo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: ##4B8FBE;
}

.conetnidos-tablas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.titulos-tablas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.conetnidos-finales{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align:justify;
}
/*.conetnidos-finales Li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align:justify;
	text-indent: 5px;
}*/
.conetnidos a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
.conetnidos a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699FF;
}
.valoracion2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.valoracion3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B8FBE;
	font-weight: bold;
}
.valoracion5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4B8FBE;
	font-weight: bold;
}
.videos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000066;
	font-weight: bold;
}

.valoracion4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
}
.valoracion4 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
}
.bgsubtitulos{
	background-image:url(../images/bg-subtitulos.gif);
	background-repeat:repeat-x;
}
.bgsubtitulos-events{
	background-image:url(../images/bg-subtitulos.gif);
	background-repeat:repeat-x;
}
.bg-asoc-event{
	background-image:url(../images/bg-asoc-events.gif);
	background-repeat:no-repeat;
}
.topsides{
	background-image:url(../images/top-sides.gif);
	background-repeat:repeat-x;
}
.line-dotted{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height:10px;
}
.cabezal-noticias{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}
.fecha{
	font-family: Arial;
	font-size: 9px;
	color: #FF3300;
}
.promo-bg{
	background-image:url(../images/promocion-bg.gif);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}
 h1{
	font-family: Georgia, Times, serif;
	font-size: 25px;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}
 h2{
	margin: 0pt;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #999999;
}
h3 {
	margin: 0pt;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}
h4 {
	margin: 0pt;
	font-family: Georgia,  Times, serif;
	font-size: 16px;
	color: #B4B4B4;
	font-weight: bold;
}
h5 {
	margin: 0pt;
	font-family: Georgia,  Times, serif;
	font-size: 14px;
	color: #B4B4B4;
	font-weight: bold;
}
.text-formularios{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.opinion-titulo{
	margin: 0pt;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}

.autor-titulo{
	margin: 0pt;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #663300;
	font-weight: bold;
}
.opinion-titulo a{
	color: #FF9900;
	text-decoration:none;
}
.opinion-titulo a:hover{
	color: #0099FF;
	text-decoration:underline;

}
.hora-fecha-noticia{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.hora-fecha-noticia a{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.hora-fecha-noticia a:hover{
	font-family: Georgia,  Times, serif;
	font-size: 12px;
	color: #0099FF;
}
.promocion-recuadro{
	background-image: url(../images/promociones.gif);
	background-repeat:no-repeat;
}
.bg-provinciales{
background-image:url(../images/bg-provin-banner.gif);
background-repeat:repeat-y;
}
.img-med{
	vertical-align:middle;
}
.img-left{
	vertical-align:left;
	float:left;
}
#left-column{
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}
#left-column a{
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
}
#left-column a:hover{
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF3300;
}
/*DESIGN:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.fotos{
border:3px solid #CCCCCC; }

.line-grey{ /*linea inferior gris*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.line-grey-up{ /*linea superior gris*/
	border-top-color:#DDDDDD;
	border-top-style:solid;
	border-top-width:1px;
}
.line-grey-left{ /*linea izquierda gris*/
	border-left-color:#DDDDDD;
	border-left-style:solid;
	border-left-width:1px;
}
.line-grey-right{ /*linea izquierda gris*/
	border-right-color:#DDDDDD;
	border-right-style:solid;
	border-right-width:1px;
}
.doble-line-grey{
	background-image:url(../images/noticias/doble-line.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.doble-line-grey-top{
	background-image:url(../images/noticias/doble-line.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.doble-line-grey-bottom{
	background-image:url(../images/noticias/doble-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.doble-line-grey-left{
	background-image:url(../images/noticias/doble-line-vertical.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.breack-big{
	background-image:url(../images/breack-big.gif);
	background-repeat:repeat-x;
}
#lista-noticias{
	width:550px;
	height:800px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
#lista-noticiasmain{
	width:550px;
	height:300px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	}

#lista-noticiasprov{
	width:737px;
	height:800px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#lista-noticias-comunidades{
	width:auto;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#lista-curriculum{
	width:auto;
	height:300px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#lista-noticias a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
#lista-noticias-comunidades a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
#lista-eventos{
	width:auto;
	height:200px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#lista-eventos a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}

#lista-eventos-inner{
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-right:20px;
}

#lista-noticias-congreso{
	width:512px;
	height:350px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#lista-preguntas{
	width:auto;
	height:310px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#lista-peliculas{
	width:auto;
	height:500px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	padding-top:0;
	margin:0;
}
#divider{
	height:20px;
	background-image:url(../images/noticias/doble-line.gif);
	background-repeat:repeat-x;
	background-position:center;
	width:auto;
	margin:auto;
}
.navsidebar{
	width:auto;
	position:absolute;
	left: 746px;
	top: 427px;
	z-index: 1;
	height: 76px;
}
.textnavside{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 743px;
	top: 1041px;
}
.textnavside-galerias{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 746px;
	top: 969px;
}
.textnavside-servicios{
	width:76px;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 744px;
	top: 5499px;
}
.textnavside-asociaciones{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 744px;
	top: 1249px;
}
.textnavside-eventos{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 744px;
	top: 7449px;
}
.textnavside-provincias{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 744px;
	top: 1064px;
}
.textnavside-editoriales{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 744px;
	top: 6458px;
}
#textnavside-estructura{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 743px;
	top: 1456px;
}
#textnavside-noticia{
	width:auto;
	position:absolute;
	z-index: 1;
	height: 25px;
	left: 744px;
	top: 1183px;
}
.border{
	border:#999999 solid 1px;
}
.combobox{
	width:70px;
	height:15px;
	border:1px solid #999999;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;	
	}
.combobox-2{
	width:auto;
	height:20px;
	border:1px solid #999999;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;	
	}
#galeria-full{
	width:650px;
	height:300px;
	clear:both;
	position:relative;
	background-color:#FFFFFF;
}
#thumbnails{
	width:650px;
	height:110px;
	position:relative;
	background-color:#FFFFFF;
}
#image-box{
	height:298px;
	width:478px;
	background-image:url(../images/bg-foto-gallery.gif);
	background-position:center;
	position:absolute;
	top: 0px;
}
#text-box{
	height:252px;
	width:167px;
	background-color:#FFFFFF;
	position:absolute;
	left: 483px;
	top: 46px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #000000;
}
.thumb-frame{
	height:100px;
	width:100px;
	position:absolute;
	left: 9px;
	top: 0px;
	background-color: #FFCC99;
}
.thumb2{
	height:100px;
	width:100px;
	position:absolute;
	left: 115px;
	top: 0px;
	background-color: #FFCC00;
}
.thumb3{
	height:100px;
	width:100px;
	position:absolute;
	left: 220px;
	top: 0px;
	background-color: #6699CC;
}
.thumb4{
	height:100px;
	width:100px;
	position:absolute;
	left: 325px;
	top: 0px;
	background-color: #CCCC99;
}
.thumb5{
	height:100px;
	width:100px;
	position:absolute;
	left: 535px;
	top: 0px;
	background-color: #6699CC;
}
.thumb6{
	height:100px;
	width:100px;
	position:absolute;
	left: 430px;
	top: 0px;
	background-color: #CC99CC;
}
#close-boton{
	height:20px;
	width:100px;
	margin:0px 0px 0px auto;
	text-align:right;
	clear:both;
}
.textos-finales-lista{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-position: inside;
	list-style-type: circle;
}
.lista-numeros{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-position: inside;
	list-style-type: decimal;
}
#horarios{
	background-image:url(../images/horarios-bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#div-up{
	height:300px;
	background-color:#FCF4BC;
	width:350px;
	border:3px #CCCCCC solid;
	position:relative;
}

#contenido-div-up{
	padding:10px;
	font-family: Georgia,  Times, serif;
	font-size: 13px;
	list-style-position: inside;
}
.color-red{
color:#CC3300;}

/*div extras//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#detalles{
	width:730px;
	margin:25px auto;
	padding-bottom:25px;
	clear:both;
	background-color:#FFFFFF;
	text-align:center;
}
#ficha-detalles{
	width:auto;
	padding:0 5px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image:url(../images/bg-banner2.gif);
	background-repeat:repeat-x;
	text-align:left;
}

#img-detalles{
	width:650px;
	text-align:left;
	padding:5px;
	border: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.acceso-galeria a{ 
	background-image:url(../images/virtual-galery.gif);
	overflow:hidden;
	width:195px;
	height:0;
	display:block;
	padding-top:147px;
}
.acceso-galeria a:hover{
	background-image:url(../images/virtual-galery-over.gif);
}
.centro{
	margin-right:10px;
	float:left;
}
blockquote{
	text-indent: 15px;
	display: block;
	margin: 2px;
	white-space: normal;
}
.dobleline-bg{
	background-image:url(../images/dobleline-bg.gif);
	background-position:top;
}
.pestana_content{
	background-image:url(../images/pesntana-cont.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.listas ul li{
	list-style:circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align:left;
	list-style-position:inside;
}
.bg-cartelera{
	background-image:url(../images/separador-enlaces.gif);
	background-repeat:repeat-x;
}
.boxgreyline{
border:1px solid #CCCCCC;}

#form-general{
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	background-color:rgb(238,238,238);
	/*background-image:url(images/marco-big.gif);
	background-repeat:no-repeat;
	background-position:center;*/
}

#form-general-inner{
	margin: 5px 5px 5px 5px;
}

#requiredfield{
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}

#err_submit{
	background-color:#FFCCCC;
	border-color:#FF0000;
	border-style:solid;
	border-width:thin;
}

.notas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}

#success_submit{
	background-color:#33CCFF;
	border-color:#000099;
	border-style:solid;
	border-width:thin;
}

#img_noticia{
	max-width:520px;
	height:auto 

}

}
