body,html{
width:100%;
height:100%;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#565656;
}
img {
border:0px;
margin:0px;
padding:0px;
}
tr.odd td, tr.even td {
  padding: 0.1em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
margin:0px 0px 8px 0px;
padding:0px;
}
a {
text-decoration:none;
color:#565656;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
   font-size: 1.1em;
}
.form-item{float:left;clear:both;}

.form-item label {
 float:left;
  font-size: 1em;
  color: #222;
  width:75px;
  text-align:right;
}
.item-list {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}


#header, #content {
  width: 100%;
}

#header {
border-bottom: 2px solid #d7d7d7;
float : left;
}

#logo {
vertical-align: middle;
width:835px;
height:165px;
float:left;
}
#logo img {
  float: left; /* LTR */
  padding: 0 0em;
  border: 0;
  

}
#rss{
	float:right; width:133px;  vertical-align: bottom; margin-top:80px;
}
#rss div h2.title{
	color :#8a8a8a; font-size: 1.2em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal; visibility:hidden;
	}
	
#rss a.feed-icon 
{
background-image:url(./img/livefeed.gif);
background-position:top left;
width:114px;
height:44px;
float:left;
}
	#rss a.feed-icon img{
background-image:url(./img/cabecera.gif);
background-position:top left;
width:44px;
height:44px;
visibility:hidden;
		}
#block-menu-primary-links		
{
	float:left;
	clear:both;
	width:100%;
}

#menu {
  padding: 0em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
  width:100%; height:45px; font-family:arial, verdana, sans-serif;
}

#menu li.top , #menusuperior li.top, #menusuperior li.top-activo {display:block; float:left; position:relative; padding:10px 5px 0px 4px;}

#menusuperior{float:left;  padding: 0em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
  width:100%; height:45px; font-family:arial, verdana, sans-serif;}		
#menusuperior ul{display:inline; float:left;}  
  
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: red;
}
#subnavlist {
	float:left;
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
  float:left;
  clear:both;
  width:950px;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.4em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.75em;
  margin-bottom: 1.5em; float:right; 
  
}
.block .content {
  margin-bottom: .25em; float:left;
}
.block .title {
  margin-bottom: .25em; float:right;
}
.box .title {
  font-size: 1.1em;
}
.box h2.title {
  font-size: 1.2em;
  float:left; clear:both; width:950px; display:block;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .taxonomy ul li a{ color: #39C;}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
  float:left; 
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
  width:400px;
}

.right div.admin-panel h3 
{
	margin:0px;
}
/*Añadido de alfinred*/
form {
margin:0px;
padding:0px;
}
input, textarea, select {
border:1px #9F9F9F solid;
color:#565656;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
vertical-align:top;
padding:1px 0px 1px 1px;
margin:0px;
float:left;
}

.sep {
clear:both;
height:1px;
margin:0px;
padding:0px;
font-size:1px;
line-height:1px;
}
#rosapalo { color:#f1676f; }
#amarillo { color:#f19820; }
#rojo { color:#eb211a; }
#verde { color:#35aaa5; }
#azul { color:#007eda; }
#rosa { color:#e5005c; }
#naranja { color:#f66322; }
#verdeclaro { color:#81b83b; }
#morado { color:#903aff; }
#cont {
position:relative;
width:972px;
margin: 0px auto; /* centrar con firefox */
text-align:left; /* centra las capas con internet explorer */
border-left:1px solid #d7d7d7;
border-right:1px solid #d7d7d7;
padding:0px 1px 0px 1px;
}

#cont #izda .contenido {
margin:0px 0px 0px 0px; width:970px; float:left; padding:10px;
}

#inferior {
height:100px;
border-bottom:1px solid #d7d7d7;
padding:0px 0px 0px 30px;
margin:0px;
}
#inferior .boton {
float:left;
padding:43px 15px 0px 0px;
}
#inferior .boton a.mapa span {
display:block;
width:84px;
height:42px;
background:url(./img/btn_mapa.gif);
background-repeat:no-repeat;
}
#inferior .boton a.mapa:hover span, #inferior .boton a.mapa span#activo {
display:block;
width:84px;
height:42px;
background:url(./img/btn_mapa_on.gif);
background-repeat:no-repeat;
}
#inferior .boton a.glosario span {
display:block;
width:101px;
height:42px;
background:url(./img/btn_glosario.gif);
background-repeat:no-repeat;
}
#inferior .boton a.glosario:hover span, #inferior .boton a.glosario span#activo {
display:block;
width:101px;
height:42px;
background:url(./img/btn_glosario_on.gif);
background-repeat:no-repeat;
}

#inferior .boton a.gescont span {
display:block;
width:111px;
height:42px;
background:url(./img/btn_gestioncontenido.gif);
background-repeat:no-repeat;
}
#inferior .boton a.gescont:hover span, #inferior .boton a.gescont span#activo {
display:block;
width:111px;
height:42px;
background:url(./img/btn_gestioncontenido.gif);
background-repeat:no-repeat;
}

#inferior .links {
font-size:10px;
padding:65px 0px 0px 400px;
}
#inferior .links .link {
float:left;
margin:0px 0px 0px 15px;
}

#inferior .links .link li {border-left:4px double #3399CC;
color:#3399CC;
display:inline;
margin-left:5px;
padding-left:5px;}
#inferior .links .link li.first{border:none;}
#inferior .links .link li a{color:#3399CC;}

#menusuperior ul#menu li ul.subUni li,#menusuperior ul#menu li ul.subUni li a{width:240px;}

#menusuperior #menu li a.top_link_Bibliotecas_Escolares span { display:block; float:left; width:113px; height:45px; background:url(./img/btn_bibliotecas_escolares.gif); background-repeat:no-repeat; }
#menusuperior #menu li a.top_link_Bibliotecas_Escolares:hover span, #menusuperior #menu li a.top_link_Bibliotecas_Escolares span.down_activo { display:block; float:left; width:113px; height:45px; background:url(./img/btn_bibliotecas_escolares_on.gif); background-repeat:no-repeat; }

#menusuperior #menu li a.top_link_buenas_practicas span { display:block; float:left; width:113px; height:45px; background:url(./img/btn_buenas_practicas.gif); background-repeat:no-repeat; }
#menusuperior #menu li a.top_link_buenas_practicas:hover span, #menusuperior #menu li a.top_link_buenas_practicas span.down_activo { display:block; float:left; width:113px; height:45px; background:url(./img/btn_buenas_practicas_on.gif); background-repeat:no-repeat; }


#menusuperior #menu li a.top_link_Bibliotecas_Publicas span { display:block; float:left; width:113px; height:45px; background:url(./img/btn_bibliotecas_publicas.gif); background-repeat:no-repeat; }
#menusuperior #menu li a.top_link_Bibliotecas_Publicas:hover span, #menusuperior #menu li a.top_link_Bibliotecas_Publicas span.down_activo { display:block; float:left; width:113px; height:45px; background:url(./img/btn_bibliotecas_publicas_on.gif); background-repeat:no-repeat; }

#menusuperior #menu li a.top_link_Bibliotecas_Universitarias span { display:block; float:left; width:245px; height:45px; background:url(./img/btn_bibliotecas_universitarias.gif); background-repeat:no-repeat; }
#menusuperior #menu li a.top_link_Bibliotecas_Universitarias:hover span, 
#menusuperior #menu li a.top_link_Bibliotecas_Universitarias span.down_activo { display:block; float:left; width:245px; height:45px; background:url(./img/btn_bibliotecas_universitarias_on.gif); background-repeat:no-repeat; }

#menusuperior #menu li a.top_link_Bibliotecas_Especializadas span { display:block; float:left; width:138px; height:45px; background:url(./img/btn_bibliotecas_especializadas.gif); background-repeat:no-repeat; }
#menusuperior #menu li a.top_link_Bibliotecas_Especializadas:hover span, #menusuperior #menu li a.top_link_Bibliotecas_Especializadas span.down_activo { display:block; float:left; width:138px; height:45px; background:url(./img/btn_bibliotecas_especializadas_on.gif); background-repeat:no-repeat; }

#menusuperior #menu li a.top_link_Informacion_General span { display:block; float:left; width:120px; height:45px; background:url(./img/btn_informacion_general.gif); background-repeat:no-repeat; }
#menusuperior #menu li a.top_link_Informacion_General:hover span, #menusuperior #menu li a.top_link_Informacion_General span.down_activo { display:block; float:left; width:120px; height:45px; background:url(./img/btn_informacion_general_on.gif); background-repeat:no-repeat; }

#menusuperior #menu li a.top_link_Bibliotecas_Regionales span { display:block; float:left; width:196px; height:45px; background:url(./img/btn_bibliotecas_regionales.gif); background-repeat:no-repeat; }
#menusuperior #menu li a.top_link_Bibliotecas_Regionales:hover span, #menusuperior #menu li a.top_link_Bibliotecas_Regionales span.down_activo { display:block; float:left; width:196px; height:45px; background:url(./img/btn_bibliotecas_regionales_on.gif); background-repeat:no-repeat; }


#menusuperior #menu li a.top_link span {float:left; display:block; padding:0 10px 0 6px; height:60px;}
#menusuperior #menu li a.top_link span.down {float:left; display:block; padding:0 10px 0 6px; height:45px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
#menusuperior #menu li a.top_link:hover {color:#fff; }
#menusuperior #menu li a.top_link:hover span { }
#menusuperior #menu li a.top_link:hover span.down { }

#menusuperior #menu li:hover > a.top_link {color:#fff; }
#menusuperior #menu li:hover > a.top_link span {}
#menusuperior #menu li:hover > a.top_link span.down {}

/*pruebas*/

#menusuperior #menu li a.top_link_Bibliotecas_Universitarias span {float:left; display:block; padding:0 10px 0 6px; height:60px;}
#menusuperior #menu li a.top_link_Bibliotecas_Universitarias span.down {float:left; display:block; padding:0 10px 0 6px; height:45px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
#menusuperior #menu li a.top_link_Bibliotecas_Universitarias:hover {color:#fff; }
#menusuperior #menu li a.top_link_Bibliotecas_Universitarias:hover span { }
#menusuperior #menu li a.top_link_Bibliotecas_Universitarias:hover span.down { }

#menusuperior #menu li:hover > a.top_link_Bibliotecas_Universitarias {color:#fff; }
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Universitarias span {}
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Universitarias span.down {}



#menusuperior #menu li a.top_link_Informacion_General span {float:left; display:block; padding:0 10px 0 6px; height:60px;}
#menusuperior #menu li a.top_link_Informacion_General span.down {float:left; display:block; padding:0 10px 0 6px; height:45px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
#menusuperior #menu li a.top_link_Informacion_General:hover {color:#fff; }
#menusuperior #menu li a.top_link_Informacion_General:hover span { }
#menusuperior #menu li a.top_link_Informacion_General:hover span.down { }

#menusuperior #menu li:hover > a.top_link_Informacion_General {color:#fff; }
#menusuperior #menu li:hover > a.top_link_Informacion_General span {}
#menusuperior #menu li:hover > a.top_link_Informacion_General span.down {}



#menusuperior #menu li a.top_link_Bibliotecas_Publicas span {float:left; display:block; padding:0 10px 0 6px; height:60px;}
#menusuperior #menu li a.top_link_Bibliotecas_Publicas span.down {float:left; display:block; padding:0 10px 0 6px; height:45px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
#menusuperior #menu li a.top_link_Bibliotecas_Publicas:hover {color:#fff; }
#menusuperior #menu li a.top_link_Bibliotecas_Publicas:hover span { }
#menusuperior #menu li a.top_link_Bibliotecas_Publicas:hover span.down { }

#menusuperior #menu li:hover > a.top_link_Bibliotecas_Publicas {color:#fff; }
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Publicas span {}
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Publicas span.down {}



#menusuperior #menu li a.top_link_Bibliotecas_Escolares span {float:left; display:block; padding:0 10px 0 6px; height:60px;}
#menusuperior #menu li a.top_link_Bibliotecas_Escolares span.down {float:left; display:block; padding:0 10px 0 6px; height:45px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
#menusuperior #menu li a.top_link_Bibliotecas_Escolares:hover {color:#fff; }
#menusuperior #menu li a.top_link_Bibliotecas_Escolares:hover span { }
#menusuperior #menu li a.top_link_Bibliotecas_Escolares:hover span.down { }

#menusuperior #menu li:hover > a.top_link_Bibliotecas_Escolares {color:#fff; }
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Escolares span {}
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Escolares span.down {}


#menusuperior #menu li a.top_link_buenas_practicas span {float:left; display:block; padding:0 10px 0 6px; height:60px;}
#menusuperior #menu li a.top_link_buenas_practicas span.down {float:left; display:block; padding:0 10px 0 6px; height:45px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
#menusuperior #menu li a.top_link_buenas_practicas:hover {color:#fff; }
#menusuperior #menu li a.top_link_buenas_practicas:hover span { }
#menusuperior #menu li a.top_link_buenas_practicas:hover span.down { }

#menusuperior #menu li:hover > a.top_link_buenas_practicas {color:#fff; }
#menusuperior #menu li:hover > a.top_link_buenas_practicas span {}
#menusuperior #menu li:hover > a.top_link_buenas_practicas span.down {}



#menusuperior #menu li a.top_link_Bibliotecas_Especializadas span {float:left; display:block; padding:0 10px 0 6px; height:60px;}
#menusuperior #menu li a.top_link_Bibliotecas_Especializadas span.down {float:left; display:block; padding:0 10px 0 6px; height:45px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
#menusuperior #menu li a.top_link_Bibliotecas_Especializadas:hover {color:#fff; }
#menusuperior #menu li a.top_link_Bibliotecas_Especializadas:hover span { }
#menusuperior #menu li a.top_link_Bibliotecas_Especializadas:hover span.down { }

#menusuperior #menu li:hover > a.top_link_Bibliotecas_Especializadas {color:#fff; }
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Especializadas span {}
#menusuperior #menu li:hover > a.top_link_Bibliotecas_Especializadas span.down {}

/*fin pruebas*/

#menusuperior #menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menusuperior #menu a:hover {visibility:visible;}
#menusuperior #menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#menusuperior #menu ul, 
#menusuperior #menu :hover ul ul, 
#menusuperior #menu :hover ul :hover ul ul,
#menusuperior #menu :hover ul :hover ul :hover ul ul,
#menusuperior #menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menusuperior #menu :hover ul.sub {left:26px; top:45px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; border:2px solid #e3e3e3;}
#menusuperior #menu :hover ul.sub li {display:block; /*height:20px; */position:relative; float:left; width:160px; margin-bottom:0;}
#menusuperior #menu :hover ul.sub li a {display:block; height:auto; font-size:12px; padding:6px 8px; line-height:1; color:#005FB9; text-decoration:none;}
#menusuperior #menu :hover ul.sub li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
#menusuperior #menu :hover ul.sub li a:hover {background:#E5FAFC; color:#005FB9;}
#menusuperior #menu :hover ul.sub li a.fly:hover {background:#E5FAFC url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
#menusuperior #menu :hover ul li:hover > a.fly {background:#E5FAFC} 


/*Bibliotecas escolares*/
#menusuperior #menu :hover ul.subEsco {left:16px; top:45px; background: #fff; padding:0; margin:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; border:2px solid #e3e3e3;}
#menusuperior #menu :hover ul.subEsco li { display:block; /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}
#menusuperior #menu :hover ul.subEsco li a { margin:0px; display:block; height:auto; font-size:12px; padding:6px 8px; line-height:1; color:#f1676f; background:#ffdcde; text-decoration:none; text-align:left; }
#menusuperior #menu :hover ul.subEsco li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
#menusuperior #menu :hover ul.subEsco li a:hover {background:#f07f81; color:#FFFFFF;}
#menusuperior #menu :hover ul.subEsco li a.fly:hover {background:#f07f81 150px 6px;}

/* fondos especificos de cada submenu */
#menusuperior #menu :hover ul.sub li.bibliotecas_escolares a {color:#f1676f; background:#ffdcde;}
#menusuperior #menu :hover ul.sub li.bibliotecas_escolares a:hover {background:#f1676f; color:#FFFFFF;}
#menusuperior #menu :hover ul.sub li.bibliotecas_escolares a.fly:hover {background:#f1676f 150px 6px;}

#menusuperior #menu :hover ul.sub li.buenas_practicas a {color:#f1676f; background:#ffdcde;}
#menusuperior #menu :hover ul.sub li.buenas_practicas a:hover {background:#f1676f; color:#FFFFFF;}
#menusuperior #menu :hover ul.sub li.buenas_practicas a.fly:hover {background:#f1676f 150px 6px;}



/*Bibliotecas publicas*/
#menusuperior #menu :hover ul.subPub {left:26px; top:45px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; border:2px solid #e3e3e3;}
#menusuperior #menu :hover ul.subPub li {display:block; /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}
#menusuperior #menu :hover ul.subPub li a {display:block; height:auto; font-size:12px; padding:6px 8px; line-height:1; color:#f19820; background:#fff0dc; text-decoration:none;text-align:left;}
#menusuperior #menu :hover ul.subPub li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
#menusuperior #menu :hover ul.subPub li a:hover {background:#f19820; color:#FFFFFF;}
#menusuperior #menu :hover ul.subPub li a.fly:hover {background:#f19820 150px 6px;}


#menusuperior #menu :hover ul.sub li.bibliotecas_publicas a {color:#f19820; background:#fff0dc;}
#menusuperior #menu :hover ul.sub li.bibliotecas_publicas a:hover {background:#f19820; color:#FFFFFF;}
#menusuperior #menu :hover ul.sub li.bibliotecas_publicas a.fly:hover {background:#f19820 150px 6px;}

/*Bibliotecas universitarias*/
#menusuperior #menu :hover ul.subUni {left:26px; top:45px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; border:2px solid #e3e3e3;}
#menusuperior #menu :hover ul.subUni li {display:block; /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}
#menusuperior #menu :hover ul.subUni li a {display:block; height:auto; font-size:12px; padding:6px 8px; line-height:1; 
color:#eb211a; background:#ffdbda; text-decoration:none;text-align:left;}
#menusuperior #menu :hover ul.subUni li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
#menusuperior #menu :hover ul.subUni li a:hover {background:#eb211a; color:#FFFFFF;}
#menusuperior #menu :hover ul.subUni li a.fly:hover {background:#eb211a 150px 6px;}

#menusuperior #menu :hover ul.sub li.bibliotecas_universitarias a {color:#eb211a; background:#ffdbda;}
#menusuperior #menu :hover ul.sub li.bibliotecas_universitarias a:hover {background:#eb211a; color:#FFFFFF;}
#menusuperior #menu :hover ul.sub li.bibliotecas_universitarias a.fly:hover {background:#eb211a 150px 6px;}

/*Bibliotecas Especializadas*/
#menusuperior #menu :hover ul.subEspe {left:26px; top:45px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; border:2px solid #e3e3e3;}
#menusuperior #menu :hover ul.subEspe li {display:block; /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}
#menusuperior #menu :hover ul.subEspe li a {display:block; height:auto; font-size:12px; padding:6px 8px; line-height:1; 
color:#34a7a2; background:#defffe; text-decoration:none;text-align:left;}
#menusuperior #menu :hover ul.subEspe li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
#menusuperior #menu :hover ul.subEspe li a:hover {background:#34a7a2; color:#FFFFFF;}
#menusuperior #menu :hover ul.subEspe li a.fly:hover {background:#34a7a2 150px 6px;}

#menusuperior #menu :hover ul.sub li.bibliotecas_especializadas a {color:#34a7a2; background:#defffe;}
#menusuperior #menu :hover ul.sub li.bibliotecas_especializadas a:hover {background:#34a7a2; color:#FFFFFF;}
#menusuperior #menu :hover ul.sub li.bibliotecas_especializadas a.fly:hover {background:#34a7a2 150px 6px;}

/*Bibliotecas Informacion General*/
#menusuperior #menu :hover ul.subInf {left:26px; top:45px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; border:2px solid #e3e3e3;}
#menusuperior #menu :hover ul.subInf li {display:block; /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}
#menusuperior #menu :hover ul.subInf li a {display:block; height:auto; font-size:12px; padding:6px 8px; line-height:1; 
color:#007dd8; background:#e3f3ff; text-decoration:none;text-align:left;}
#menusuperior #menu :hover ul.subInf li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
#menusuperior #menu :hover ul.subInf li a:hover {background:#007dd8; color:#FFFFFF;}
#menusuperior #menu :hover ul.subInf li a.fly:hover {background:#007dd8 150px 6px;}

#menusuperior #menu :hover ul.sub li.informacion_general a {color:#007dd8; background:#e3f3ff;}
#menusuperior #menu :hover ul.sub li.informacion_general a:hover {background:#007dd8; color:#FFFFFF;}
#menusuperior #menu :hover ul.sub li.informacion_general a.fly:hover {background:#007dd8 150px 6px;}


/* fondos específicos de cada submenu */

#menusuperior #menu :hover ul :hover ul,
#menusuperior #menu :hover ul :hover ul :hover ul,
#menusuperior #menu :hover ul :hover ul :hover ul :hover ul,
#menusuperior #menu :hover ul :hover ul :hover ul :hover ul :hover ul {left:160px; top:-1px; background: #fff; padding:0; /* white-space:nowrap; */width:auto; z-index:300; height:auto;}
#menusuperior #menu :hover ul.sub li ul {border-top:1px solid #005FB9; background: #fff; z-index:300;}


#menusuperior #menu :hover ul.subAdministrar {left:16px; top:19px; padding:0; margin:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; }
#menusuperior #menu :hover ul.subAdministrar li { display:block; /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}
#menusuperior #menu :hover ul.subAdministrar li a { margin:0px; display:block; height:auto; padding:4px 8px; line-height:1; color:#FFFFFF; text-decoration:none; text-align:left;
	/* background:#68c5f4; border-right:1px solid #3399cc; border-left:1px solid #3399cc; border-top:1px solid #3399cc; border-bottom:1px solid #3399cc; */}
#menusuperior #menu :hover ul.subAdministrar li a:hover { color:#000000;}


span.amarillo a { color:#f19820; font-weight: bold; text-decoration: none;}
span.rojo a{ color:#eb211a; font-weight: bold; text-decoration: none;}
span.verde a{ color:#35aaa5; font-weight: bold; text-decoration: none;}
span.azul a { color:#007eda; font-weight: bold; text-decoration: none;}
span.rosa a { color:#e5005c; font-weight: bold; text-decoration: none;}
span.naranja a { color:#f66322; font-weight: bold; text-decoration: none;}
span.morado a { color:#903aff; font-weight: bold; text-decoration: none;}

span.amarillo a:hover { color:#f19820; font-weight: bold; text-decoration: underline;}
span.rojo a:hover { color:#eb211a; font-weight: bold; text-decoration: underline;}
span.verde a:hover { color:#35aaa5; font-weight: bold; text-decoration: underline;}
span.azul a:hover { color:#007eda; font-weight: bold; text-decoration: underline;}
span.rosa a:hover { color:#e5005c; font-weight: bold; text-decoration: underline;}
span.naranja a:hover { color:#f66322; font-weight: bold; text-decoration: underline;}
span.morado a:hover { color:#903aff; font-weight: bold; text-decoration: underline;}

#menusuperior{
	background-image:url(./img/menulogin.gif);background-repeat:repeat-x;width:960px;height:110px;}		
#menusuperior li.top2 {display:block; float:left; position:relative; padding:2px 12px 3px 15px; margin:0px;}
#menusuperior li.sep2 {clear:both;height:1px;padding:15px 0px 0px 0px;font-size:1px;line-height:1px;}
#menusuperior #menu :hover ul.subAdministrar {left:16px; top:19px; padding:0; margin:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; }
#menusuperior #menu :hover ul.subAdministrar li { display:block; /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}
#menusuperior #menu :hover ul.subAdministrar li a { margin:0px; display:block; height:auto; padding:4px 8px; line-height:1; color:#FFFFFF; text-decoration:none; text-align:left; 
	background:#68c5f4; border-right:1px solid #3399cc; border-left:1px solid #3399cc; border-top:1px solid #3399cc; border-bottom:1px solid #3399cc; }
#menusuperior #menu :hover ul.subAdministrar li a:hover { color:#000000;}
/* submenu login */

#menusuperior li.top2, #menusuperior li.top2-activo {display:block; float:left; position:relative; padding:10px 12px 3px 15px; margin:0px; }

#menusuperior li.top2-activo a {font-weight:bold;}
#menusuperior li.top2-activo ul.subAdministrar li.top2 a, #menusuperior li.top2-activo ul.subAdministrar li.top a,
#menusuperior li.top2-activo ul.subAdministrar li.top2-activo ul.subAdministrar li.top a,
#menusuperior li.top2-activo ul.subAdministrar li.top2-activo ul.subAdministrar li.top2 a {font-weight:normal;}
#menusuperior li.top2-activo ul.subAdministrar li.top2-activo a,
#menusuperior li.top2-activo ul.subAdministrar li.top2-activo ul.subAdministrar li.top2-activo ul.subAdministrar li.top a.active {font-weight:bold;}
a.active {font-weight:bold;}

#menusuperior #menu :hover ul.subAdministrar li ul.subAdministrar { left:160px; top:-1px; padding:0; margin:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal; }

#menusuperior #menu :hover ul.subAdministrar li ul.subAdministrar li { /*height:20px; */position:relative; float:left; width:160px; margin:0; padding:0;}

#menusuperior #menu :hover ul.subAdministrar li ul.subAdministrar li a { margin:0px; height:auto; padding:4px 8px; line-height:1; color:#FFFFFF; text-decoration:none; text-align:left; background:#68c5f4; border-right:1px solid #3399cc; border-left:1px solid #3399cc; border-top:1px solid #3399cc; border-bottom:1px solid #3399cc; }

#menusuperior #menu :hover ul.subAdministrar li ul.subAdministrar li a:hover { color:#000000;}



div.block-comment{float:left; clear:both; width:216px;
	background-image:url(./img/cajadcha.gif);
background-position:left top;
background-repeat:repeat-y;
padding:0px 10px 0px 30px;}
div.admin form#user-login-form div.form-item label{ float:left; text-align:left;
	margin-left:0em;
}
	
div.admin form#user-login-form ul{float:left; clear:both; width:250px; text-align:left; margin-left:1em;}

#cont #dcha .busqueda{ clear:both; width:245px; padding:0px 0px 0px 20px; text-align:center;}
#cont #dcha .busqueda div {width:245px; float:left; margin:0px; padding: 5px 0px; text-align:left;}
#cont #dcha .busqueda div a{float:left; margin-right:10px;}
#cont #dcha .busqueda form div{/*	float:left; clear:both;*/ margin-right:5px; width:190px;}
#cont #dcha .busqueda form a.faceted-search-more{	float:left; clear:both;}
#cont #dcha .busqueda form input.form-submit { float:left; padding:2px 10px 2px 10px; margin:11px 15px 0px; width:50px;}
#cont #dcha .cajadcha .busqueda form div.form-item label.option {width:180px;}
#cont #dcha .cajadcha .busqueda form div.form-item label.option input.form-checkbox{width:20px;}

#cont #dcha .busqueda form div.form-item input#edit-keywords {padding:2px 1px 2px 0px; float:left; width:150px;}

#cont #dcha .block-comment {margin:15px 0px 0px 0px;}


#inferior #block-gmaplocation-image .content{ float:left;
}


/*REGIONALES*/

/*Bibliotecas Regionales*/

#menusuperior #menu :hover ul.subReg {left:26px; top:45px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:166px; height:auto; font-weight:normal; border:2px solid #e3e3e3;}

#menusuperior #menu :hover ul.subReg li {display:block; /*height:20px; */position:relative; float:left; width:166px; margin:0; padding:0;}

#menusuperior #menu :hover ul.subReg li a {display:block; height:auto; font-size:12px; padding:6px 8px; line-height:1; 

color:#903aff; background:#dfc6fe; text-decoration:none;text-align:left;}

#menusuperior #menu :hover ul.subReg li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}

#menusuperior #menu :hover ul.subReg li a:hover {background:#903aff; color:#FFFFFF;}

#menusuperior #menu :hover ul.subReg li a.fly:hover {background:#34a7a2 150px 6px;}

 

#menusuperior #menu :hover ul.sub li.bibliotecas_regionales a {color:#903aff; background:#dfc6fe;}

#menusuperior #menu :hover ul.sub li.bibliotecas_regionales a:hover {background:#903aff; color:#FFFFFF;}

#menusuperior #menu :hover ul.sub li.bibliotecas_regionales a.fly:hover {background:#903aff 150px 6px;}


/*usuario logado en el sistema*/
.user {font-weight:bold;}
.user .icono {float:left; margin:6px 0px 0px 7px;}
.user .usuario { float:left; margin:11px 0px 0px 7px;}

#block-feedback-form,
#block-feedback-form .feedback-link,
#block-feedback-form .feedback-link *,
#block-feedback-form .content,
#block-feedback-form form,
#block-feedback-form form label {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
}

div#block-feedback-form {
  padding:10px;
  background-color:#EEE;
  
  position: fixed;
  bottom: 60px;
  right: 20px;
  overflow: hidden;
  z-index: 10;
}

#block-feedback-form .feedback-link {
  padding: 0.3em 0;
  text-align: right;
  font-size: 12px;
}

#block-feedback-form .form-item {
  font-size:11px;
  font-weight:bold;
}

#block-feedback-form label {
  width:80px;
}
#block-feedback-form span.form-required {
  float:right;
  width:20px;
}

#block-feedback-form .feedback-link * {
  display: inline;
  font-size: 12px;
}

h2.title {
  color:#047ab6;
  font-weight:bold; 
  font-size:1.2em;
}
#block-feedback-form .content {
  display: none;
  width: 220px;
  padding:10px 0px 0px 0px;
}

#block-feedback-form form {
  padding: 6px;
  opacity: 0.9;
  color:#000000;
  font-size:10px;
}

#block-feedback-form .feedback-help {
  margin: 0 0 0.5em;
  font-size: 10px;
  line-height: normal;
}

#block-feedback-form .feedback-submitted {
  margin-top: 0.2em;
  font-size: 10px;
}

#block-feedback-form .feedback-message {
  height: 10ex;
}

#block-feedback-form .resizable-textarea .grippie {
  width: 204px;
}

#block-feedback-form #feedback-throbber {
  height: 20px;
  background: url(images/throbber.gif) no-repeat left center;
}

#block-feedback-form #feedback-submit {
  background-color:#AAA;
  border:2px solid #555;
  width:70px;
  color:#FFF;
  font-weight:bold;
}

 
/*SITEMAP*/

.site-map div div.content ul li{display:list-item; float:left; border:none;
	width:100%; margin-left:10px;}

.site-map div div.content ul li ul li,
.site-map div div.content ul li ul li ul li{display:list-item; float:left; border:none;
	width:100%; list-style:inside; margin-left:10px;}


.site-map div div.content ul li a.top_link_Bibliotecas_Escolares span { display:block; float:left; width:160px; height:45px; background:url(./img/btn_bibliotecas_escolares.gif); background-repeat:no-repeat; }
.site-map div div.content ul li a.top_link_Bibliotecas_Publicas span { display:block; float:left; width:113px; height:45px; background:url(./img/btn_bibliotecas_publicas.gif); background-repeat:no-repeat; }
.site-map div div.content ul li a.top_link_Bibliotecas_Universitarias span { display:block; float:left; width:130px; height:45px; background:url(./img/btn_bibliotecas_universitarias.gif); background-repeat:no-repeat; }
.site-map div div.content ul li a.top_link_Bibliotecas_Especializadas span { display:block; float:left; width:138px; height:45px; background:url(./img/btn_bibliotecas_especializadas.gif); background-repeat:no-repeat; }
.site-map div div.content ul li a.top_link_Informacion_General span { display:block; float:left; width:120px; height:45px; background:url(./img/btn_informacion_general.gif); background-repeat:no-repeat; }
.site-map div div.content ul li a.top_link_Bibliotecas_Regionales span { display:block; float:left; width:196px; height:45px; background:url(./img/btn_bibliotecas_regionales.gif); background-repeat:no-repeat; }


/*bloque de comentarios*/
.tituloVista {
	background-color:#2894E3;
clear:both;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding:3px 0 3px 10px;
text-transform:uppercase;
width:220px;
	
	margin-bottom:15px;
	}

/*formulario para el buzón de sugerencias*/

form#feedback-admin-view-form, form#feedback-admin-view-form fieldset, form#feedback-admin-view-form fieldset table,
form#feedback-admin-view-form fieldset table tbody, form#feedback-admin-view-form fieldset table tbody tr{width:400px; float:left;}

form#feedback-admin-view-form fieldset table tbody tr td{width:16%;}
form#feedback-admin-view-form fieldset table tbody tr td div{width:98%;}


.all-attached-images{float:right; width:120px;}

.amarillo .all-attached-images div a img{border:1px solid #F19820; padding:2px;}
.rosa .all-attached-images div a img{border:1px solid #E5005C; padding:2px;}
.rojo .all-attached-images div a img{border:1px solid #EB211A; padding:2px;}
.verde .all-attached-images div a img{border:1px solid #35AAA5; padding:2px;}
.azul .all-attached-images div a img{border:1px solid #007EDA; padding:2px;}
.morado .all-attached-images div a img{border:1px solid #903AFF; padding:2px;} 


/*ruta*/
div.ruta{margin-bottom:1em; float:left; margin-bottom:1em; width:800px;}
div.naranja{float:left;}
.naranja ul{margin:1em 0em; float:left; clear:both; width:950px;}
.naranja ul li{display:list-item; float:left; border-right:5px double #F66322;margin-right:10px; padding-right:10px;}
.naranja div.help, .naranja div.help p{float:left; clear:both; width:950px;}
.naranja div.help div.more-help-link{float:right;  width:200px;}
.naranja div.help ul {margin-bottom:1em;}
.naranja div.help ul li{display:block; float:left; clear:both; border-left:5px double #F66322; border-right:none; margin-bottom:10px; line-height:1em; padding-left:10px; margin-left:10px; width:900px;}
.naranja div.admin{float:left;}

.naranja form {float:left; clear:both; margin-top:10px; width:900px;}
.naranja form table ul{width:auto;}
.naranja form table {float:left; clear:both; height:auto;}
.naranja form table ul li{display:block; float:left; clear:both; border:none;}
div.naranja h3{float:left; clear:both; width:950px;}

div.help p{float:left; margin-bottom:1em; width:800px;}

/*crear contenido*/
form div.node-form div div{width:935px;float:left; clear:both; margin-bottom:5px;} 
form div.node-form div div.description{margin-left:205px; color:#888; width:700px; font-size:11px;}
form div.node-form div fieldset{float:left; }
form div.node-form div fieldset div.form-item div.resizable-textarea{width:600px;}

form div.node-form div fieldset div.container-inline-date div.form-item div.form-item{width:200px;}
form div.node-form div div label{width:200px; margin-right:10px; }
form div.node-form div div label.option{width:400px; text-align:left;}

form div.node-form div div input{width:600px;}
form div.node-form div div input.form-text{width:600px;}
form div.node-form div div input.form-checkbox{width:50px; border:none;}
form div.node-form div div input.form-radio{width:50px;border:none;}
form div.node-form div div input.form-submit{width:auto;}
form div.node-form div fieldset div.container-inline-date div.form-item div.form-item input{width:200px; margin-left:200px;}

form div.node-form div textarea, form div.node-form div span textarea{width:600px;}
fieldset div div.resizable-textarea, fieldset div div.resizable-textarea span textarea.form-textarea, html.js .resizable-textarea textarea{width:600px; float:left;}

form div.node-form ul.tips li{display:block; float:left; clear:both; border-left:5px double #F66322; border-right:none; margin-bottom:10px;
	padding-left:10px; width:700px;}
	
	/*tablas*/
	
form table{float:left;}


/*configuracion 2 columnas*/
h1.title{clear:both; display:block; float:left; width:980px;}

form fieldset, form  fieldset fieldset{/*float:left;*/}
form div fieldset {float:left; }
form div.theme-settings-left{width:450px;}
form div.theme-settings-left label.option{width:auto; }
form div.theme-settings-right{width:450px;}
form div.theme-settings-right label.option{width:auto;  }
form div.theme-settings-left label.option  input.form-checkbox{width:50px; border:none;}
form div.theme-settings-right label.option  input.form-checkbox{width:50px; border:none;}

#system-theme-settings{float:left;}
#system-theme-settings fieldset div label{width:200px; margin-right:10px;text-align:left; }
#system-theme-settings fieldset div label.option{width:auto;}
#system-theme-settings fieldset div input{width:600px;}
#system-theme-settings fieldset div input.form-radio{width:50px;border:none;}
#system-theme-settings fieldset div input.form-checkbox{width:50px;border:none; }

#system-theme-settings fieldset div div.description{margin-left:55px; color:#888; width:700px; font-size:11px; clear:both;}
#system-theme-settings div.form-item .description {float:left;}

form input.form-submit {clear:both;}

form table.sticky-header, .naranja table.sticky-header{height:1em; display:none;}
.naranja table.sticky-enabled{float:left; table-layout:auto; clear:both;}
.naranja table.sticky-enabled tr td div.form-item{width:auto;}
.naranja table.sticky-enabled tr td div.form-item label{width:auto;}
.naranja table.sticky-enabled tr td div.form-item input{width:auto;}

dl.admin-list, dl.admin-list dt, dl.admin-list dd {float:left; clear:both; width:100%;}

.form-item .description{/*float:left; clear:both;*/}

.password-description{float:left; clear:both;}

form fieldset div.form-item, form div.form-item {/*clear:both; display:block; float:left; width:900px;*/}
form fieldset div.form-item label,form div.form-item label {width:200px; margin-right:10px; clear:right; }
form fieldset div.form-item label.option, form div.form-item label.option{width:400px; text-align:left;}
form fieldset table tbody tr td div.form-item label.option{width:auto; text-align:left;}



form fieldset div.form-item input, form div.form-item input, form div.form-item div.resizable-textarea{width:600px; float:left; }
form table.sticky-enabled div.form-item, form table.sticky-enabled div.form-item input{min-width:200px; width:auto; float:left; }
form fieldset div.form-item input.form-checkbox, form div.form-item input.form-checkbox{width:50px; border:none;}
form fieldset div.form-item input.form-radio, form div.form-item input.form-radio{width:50px; border:none;}
form fieldset div.form-item input.form-submit, form div.form-item input.form-submit{width:auto;}

form div.form-item div.resizable-textarea span span#cke_edit-body{float:left; clear:both; width:90%;height:auto;}


.teaser-checkbox div.form-item {margin:0px;}

fieldset div div.description {
	/*clear:both; display:block; float:left; width:900px;*/
}

.resizable-textarea .grippie{float:left;}

div.admin{float:left; width:900px;}

div.admin div.left, div.admin div.right{float:left; margin-right:50px; padding:10px; width:380px;}
div.admin div div.admin-panel{float:left; width:400px;}
div.admin div div.admin-panel h3 {float:left; width:385px;}
div.admin div div.admin-panel .body {float:left; width:400px; margin-bottom:10px;}
div.admin div div.admin-panel .body p{float:left; width:400px;}
div.admin div div.admin-panel .body dl.admin-list {float:left; width:400px;}
div.admin div div.admin-panel .body dl.admin-list dd {width:365px; margin-left:35px;}



.naranja p, .morado p, .azul p, .rosa p, .rojo p, .amarillo p, .verde p{float:left; clear:both; width:900px;}
.naranja table, .morado table, .azul table, .rosa table, .rojo table, .amarillo table, .verde table{
	float:left; 
	clear:both; 
	max-width:950px;
}

.naranja table ul.links, .morado table ul.links, .azul table ul.links, .rosa table ul.links, .rojo table ul.links, .amarillo table ul.links, .verde table ul.links{width:auto; display:list-item; float:left; clear:both; }
.naranja table ul.links li, .morado table ul.links li, .azul table ul.links li, .rosa table ul.links li, .rojo table ul.links li, .amarillo table ul.links li, .verde table ul.links li{border-left:1px solid #99CCFF; border-right:none;}

.naranja fieldset, .rojo fieldset,.rosa fieldset,.amarillo fieldset,.verde fieldset, .azul fieldset, .morado fieldset{
		/*max-width:900px; 
		float:left;*/
		}
.naranja .messages ul li, .rojo .messages ul li,.rosa .messages ul li,.amarillo .messages ul li,.verde .messages ul li, .azul .messages ul li, .morado .messages ul li {width:auto; display:list-item; float:left; clear:both; border-left:4px solid #F66322; border-right:none; margin-bottom:5px; margin-left:5px;
padding-left:5px;}


div.morado ul{margin:1em 0em; float:left; clear:both; width:950px;}
div.morado ul li{display:list-item; float:left; border-right:5px double #903aff;margin-right:10px; padding-right:10px;}

div.azul ul{margin:1em 0em; float:left; clear:both; width:950px;}
div.azul ul li{display:list-item; float:left; border-right:5px double #007eda;margin-right:10px; padding-right:10px;}

div.rojo ul{margin:1em 0em; float:left; clear:both; width:950px;}
div.rojo ul li{display:list-item; float:left; border-right:5px double #eb211a;margin-right:10px; padding-right:10px;}

div.rosa ul{margin:1em 0em; float:left; clear:both; width:950px;}
div.rosa ul li{display:list-item; float:left; border-right:5px double #e5005c;margin-right:10px; padding-right:10px;}

div.verde ul{margin:1em 0em; float:left; clear:both; width:950px;}
div.verde ul li{display:list-item; float:left; border-right:5px double #35aaa5;margin-right:10px; padding-right:10px;}

div.amarillo ul{margin:1em 0em; float:left; clear:both; width:950px;}
div.amarillo ul li{display:list-item; float:left; border-right:5px double #f19820;margin-right:10px; padding-right:10px;}

input.form-radio{width:50px; border:none;}


.naranja div.faceted-search-page {float:left; width:950px;clear:both; margin-top:10px;}

.naranja div.faceted-search-page .box .content{float:left; width:950px;clear:both; margin-top:10px;}

.naranja fieldset.faceted-search-guided table.faceted-search tr td ul{display:list-item; float:left; clear:both; width:auto;}
.naranja fieldset.faceted-search-guided table.faceted-search tr td ul li{display:list-item; float:left; clear:both; list-style-type:square; border:none; margin-left:20px; color:#f66322;}

.faceted-search-stage-select table.faceted-search td {
width:400px;
}

/*botones de edicion de contenidos*/
form#node-form div.node-form, form#node-form div.node-form div.standard {float:left; clear:both;}
form#node-form div.node-form div.admin,form#node-form div.node-form div.standard {float:left; clear:both; width:950px;}
form#node-form div.node-form input#edit-submit,
form#node-form div.node-form input#edit-preview,
form#node-form div.node-form input#edit-delete,
form#node-form div.node-form div.standard input#edit-submit,
form#node-form div.node-form div.standard input#edit-preview,
form#node-form div.node-form div.standard input#edit-delete  {clear:none !important;margin-right:10px; display:block; float:left; width:8em;}


/*edicion de vistas*/
#cont #izda .contenido .cajacontenido .naranja .views-edit-view{float:left; clear:both; width:950px;}
#cont #izda .contenido .cajacontenido .naranja .views-edit-view .clear-block {float:left; clear:both; }
#cont #izda .contenido .cajacontenido .naranja .views-edit-view #views-ajax-form {float:left; clear:both; }

#cont #izda .contenido .cajacontenido .naranja .views-edit-view #views-ui-edit-view-form input.form-submit {clear:none;}
#cont #izda .contenido .cajacontenido .naranja .views-edit-view h2{clear:both; float:left; width:98%;}


div.naranja div.feeds-settings  { float:left; clear:both; width:1000px;}
div.naranja div.feeds-settings div.left-bar{position:inherit;}
div.naranja div.feeds-container { float:left; width:230px; border:2px solid #D3E7F4; padding-left:10px;}
div.naranja div.feeds-container div.feeds-container-body{ float:left; clear:both; width:220px;}
div.naranja div.feeds-container div.feeds-container-body div.feeds-container.plain{ float:left; clear:both; width:200px;}
div.naranja div.feeds-container div.feeds-container-body ul {width:auto; max-width:180px;}
div.naranja div.feeds-container div.feeds-container-body div.feeds-container.plain ul li{list-style:square inside none; clear:both; border:none; width:auto; max-width:180px;}

div.naranja div.configuration {
margin-left:0px;
padding:10px 0 0 10px;
float:left; width:600px; 
}

div.naranja div.configuration .feeds-container {border:none; width:100%; float:left;}
div.naranja div.configuration div.configuration-squeeze {
margin-left:10px;
}
div.naranja div.configuration div.feeds-container div.feeds-container-body{ float:left; clear:both; width:550px;}
div.naranja div.configuration div.feeds-container div.feeds-container-body div.feeds-container.plain{ float:left; clear:both; width:600px;}
div.feeds-container.plain h4 {
float:left;
font-size:1em;
 width:600px;}
 
div.naranja div.configuration div.feeds-container div.feeds-container-body div.feeds-container.plain ul li div.form-item{clear:none; float:none; display:inline; width:auto;}

div.naranja div.configuration div.help p{width:650px;}
div.naranja div.configuration div.help ul,
div.naranja div.configuration div.help ul li {width:650px;}

.content-overview-links{float:left; clear:both;}

.cke_skin_kama .cke_wrapper{float:left; width:850px;}

form div.node-form div div.cke_toolbox{width:840px;}
#cont #izda .contenido .cajacontenido span.cke_skin_kama {float:left;}
#cont #izda .contenido .cajacontenido .cke_skin_kama .cke_editor,
#cont #izda .contenido .cajacontenido .cke_skin_kama .cke_editor tbody tr{float:left; width:850px;}
#cont #izda .contenido .cajacontenido .cke_skin_kama .cke_editor tbody tr td.cke_contents{float:left; width:840px;}


form#node-form fieldset .hierarchical-select div.selects select{
	float:none;
}
form#node-form fieldset div.node-form div div{
	float: none;
	clear: none;
}
form#node-form fieldset div.description p{
	margin-left:-210px;
}
.ui-datepicker-header a.ui-datepicker-next{background:url("./img/e6e6e6_40x100_textures_02_glass_75.png") repeat-x scroll 0 50% #E6E6E6;}
/* Smoothness Theme for jQuery UI Datepicker */
#ui-datepicker-div table,
#ui-datepicker-div td,
#ui-datepicker-div th {
  margin: 0;
  padding: 0;
}
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
  font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  background: #ffffff;
  border: 2px solid #d3d3d3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  margin: 0;
  padding: 2.5em .5em .5em .5em;
  position: inherit;
  width: 15.5em;
}
#ui-datepicker-div {
  background: #ffffff;
  display: none;
  z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
  display: block;
  float: left; /* LTR */
}
.ui-datepicker-control {
  display: none;
}
.ui-datepicker-current {
  display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
  background: #e6e6e6 0 50% repeat-x; /* LTR */
  left: .5em; /* LTR */
  position: absolute;
  top: .5em;
  font-size:0.9em;
}
.ui-datepicker-next {
  left: 12.2em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background: #dadada 0 50% repeat-x; /* LTR */
}
.ui-datepicker-next a, .ui-datepicker-prev a {
  background: 50% 50% no-repeat; /* LTR */
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 1.4em;
  text-indent: -999999px;
  width: 1.3em;
}
.ui-datepicker-next a {
  background: 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-prev a:hover {
  background:50% 50% no-repeat; /* LTR */
}
.ui-datepicker-next a:hover {
  background:50% 50% no-repeat; /* LTR */
}
.ui-datepicker-prev a:active {
  background:50% 50% no-repeat; /* LTR */
}
.ui-datepicker-next a:active {
  background:50% 50% no-repeat; /* LTR */
}
.ui-datepicker-header select {
  background: #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555555;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 0 !important;
  position: inherit;
  top: .5em;
}
.ui-datepicker-header select.ui-datepicker-new-month {
  left: 2.2em; /* LTR */
  width: 7em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
  left: 9.4em; /* LTR */
  width: 5em;
}
table.ui-datepicker-calendar {
  text-align: right; /* LTR */
  width: 15.5em;
}
table.ui-datepicker-calendar td a {
  color: #555555;
  display: block;
  padding: .1em .3em .1em 0; /* LTR */
  text-decoration: none;
}
table.ui-datepicker-calendar tbody {
  border-top: none;
}
table.ui-datepicker-calendar tbody td a {
  background: #e6e6e6 url(./img/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
  border: 1px solid #ffffff;
  cursor: pointer;
}
table.ui-datepicker-calendar tbody td a:hover {
  background: #dadada url(./img/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
  border: 1px solid #999999;
  color: #212121;
}
table.ui-datepicker-calendar tbody td a:active {
  background: #ffffff url(./img/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x; /* LTR */
  border: 1px solid #dddddd;
  color: #222222;
}
table.ui-datepicker-calendar .ui-datepicker-title-row td {
  /*border-bottom: 1px solid #d3d3d3;*/
  color: #222222;
  font-size: .9em;
  padding: .3em 0;
  text-align: center;
  text-transform: uppercase;
}

table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222222;
}
/*para las vistas en la parte de administracion a ver si así no hay que intercambiar los temas*/
.views-tabset {
    background-color: white;
    color: #494949;
}
.views-tabset a:visited, .views-tabset a:hover, .views-tabset a {
    color: #027AC6;
}
.views-tabset .views-tab fieldset {
    margin-top: 0;
}
.views-tabset .views-tabs {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #D6DBDE;
    border-left: 1px solid #D6DBDE;
    border-top: 1px solid #D6DBDE;
    float: left;
    margin-right: 0;
    width: 117px;
}
* html .views-tabset .views-tabs {
    left: 4px;
    position: relative;
    width: 114px;
}
.views-tabset .views-tabs ul {
    list-style-image: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    position: relative;
}
.views-tabset .views-tabs ul li {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #D6DBDE;
    line-height: 100%;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.views-tabset .views-tabs ul li.active {
    background: url("../images/arrow-active.png") no-repeat scroll right center #FFFFFF;
    margin-right: -1px;
    position: relative;
    width: 118px;
}
.views-tabset .views-tabs ul li a {
    color: #777777;
    display: block;
    font-size: 90%;
    font-weight: normal;
    padding: 0.5em;
}
.views-tabset .views-tabs ul li a:hover {
    background-color: #F6F6F6;
    text-decoration: none;
}
.views-tabset .views-tabs ul li.active a {
    color: #000000;
    font-weight: bold;
}
.views-tabset .views-tabs ul li.active a:hover {
    background: url("../images/arrow-active.png") no-repeat scroll right center #FFFFFF;
    color: #000000;
}
.views-tabset .extra {
    margin-right: 0;
    text-align: center;
}
.views-tabset .extra input {
    margin-right: 0;
    margin-top: 0;
    white-space: normal;
}
.views-tabset .views-display {
    border: 1px solid #D6DBDE;
    margin-left: 118px;
    min-height: 302px;
}
* html .views-tabset .views-display {
    margin-left: 114px;
}
div.views-display-deleted, div.views-display-deleted div.top, div.views-display-deleted div.tab-section {
    background-color: #EEEEEE;
}
.views-display {
    background: none repeat scroll 0 0 #FFFFFF;
}
.views-display div {
    font-size: 8pt;
    line-height: 12pt;
}
.views-display .top {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0.5em 0 0 1em;
}
.views-display .top .display-title {
    font-weight: bold;
}
.views-display .top .display-description {
    font-size: 90%;
    font-style: italic;
    margin-left: 1em;
    white-space: nowrap;
}
.views-display .tab-section {
    float: left;
    margin: 0;
    min-height: 273px;
    padding: 0;
    width: 32.5%;
}
.views-display .tab-section .inside {
    margin: 0.5em 0.5em 0.5em 1em;
}
.views-display .tab-section .inside .views-category {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #EFEFEF;
    margin-bottom: 1em;
}
.views-display .tab-section .inside .views-category-content {
    padding: 0 0 0.5em 1em;
}
.views-display .tab-section .inside .views-category-title {
    background-color: #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    font-size: 9pt;
    font-weight: bold;
    margin: 0 0 0.1em;
    padding: 0.1em 0.1em 0.1em 0.3em;
}
.views-display .tab-section .links {
    display: inline;
    float: right;
    font-size: 6pt;
    position: relative;
}
.views-display .tab-section .links a {
    font-size: 6pt;
    font-style: italic;
}
.views-display .form-submit, #views-ajax-pad .form-submit {
    margin: 0;
}
.views-display .middle {
    width: 34%;
}
.views-basic-info {
    margin: 0.5em 0 0 0;
    padding: 0.5em;
}
#views-ajax-pad {
    background: none repeat scroll 0 0 transparent;
    margin-top: 0;
}
#views-ajax-title {
    background: none repeat scroll 0 0 #F6F6F6;
    border-left: 1px solid #D6DBDE;
    border-right: 1px solid #D6DBDE;
    color: #000000;
    font-weight: bold;
    margin: 0 0 0 118px;
    padding: 1em 1em 0;
}
#views-ajax-pad .message {
    background: none repeat scroll 0 0 #F6F6F6;
    border-color: -moz-use-text-color #D6DBDE #D6DBDE;
    border-right: 1px solid #D6DBDE;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #000000;
    font-style: italic;
    margin-left: 118px;
    text-align: center;
}
#views-ajax-pad form {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #D6DBDE #D6DBDE;
    border-right: 1px solid #D6DBDE;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #000000;
    margin-left: 118px;
    padding-top: 3px;
}
#views-ajax-pad .views-messages {
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color #D6DBDE #D6DBDE;
    border-right: 1px solid #D6DBDE;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-left: 118px;
    padding: 5px;
}
#views-ajax-pad .form-buttons {
    background: none repeat scroll 0 0 #F6F6F6;
    clear: left;
    margin: 0;
    padding: 0.5em 1em;
}
#views-ajax-pad .clear {
    clear: left;
}
#views-ajax-pad .form-buttons .form-submit {
    margin: 0 0.5em 0 0;
    padding: 0;
}
#views-ajax-pad .form-item {
    margin: 0.5em;
    padding: 0 0.5em;
}
#views-ajax-pad .form-checkboxes .form-item, #views-ajax-pad .form-checkboxes .description, #views-ajax-pad .form-checkboxes input, #views-ajax-pad .form-radios .form-item, #views-ajax-pad .form-radios label, #views-ajax-pad .form-radios input {
    margin-bottom: 0;
    margin-top: 0;
}
#views-ajax-pad .form-item .form-checkboxes, #views-ajax-pad .form-checkboxes input, #views-ajax-pad .form-checkboxes label, #views-ajax-pad .form-item .form-checkboxes .form-item, #views-ajax-pad .form-item .form-radios, #views-ajax-pad .form-radios input, #views-ajax-pad .form-radios label, #views-ajax-pad .form-item .form-radios .form-item {
    margin-left: 0;
    padding-left: 0;
}
#views-ajax-pad .form-checkboxes .description, #views-ajax-pad .form-radios .description {
    margin-left: 2em;
}
#views-ajax-pad {
    display: none;
}
html.js #views-ajax-pad {
    display: block;
}
.views-override, .views-expose {
    padding: 0.5em 1em 0;
}
#views-ajax-pad .views-override .form-submit, #views-ajax-pad .views-expose .form-submit {
    float: right;
    margin: 0 0.5em 0 1em;
}
#views-ajax-pad .views-expose .description, #views-ajax-pad .views-override .description {
    margin-bottom: 0.25em;
}
#views-ajax-pad .views-left-10 {
    float: left;
    width: 10%;
}
#views-ajax-pad .views-left-20 {
    float: left;
    width: 20%;
}
#views-ajax-pad .views-left-25 {
    float: left;
    width: 25%;
}
#views-ajax-pad .views-left-30 {
    float: left;
    width: 30%;
}
#views-ajax-pad .views-left-40 {
    float: left;
    width: 40%;
}
#views-ajax-pad .views-left-50 {
    float: left;
    width: 49.5%;
}
#views-ajax-pad .views-right-50 {
    float: right;
    width: 50%;
}
#views-ajax-pad .views-right-60 {
    float: right;
    width: 60%;
}
#views-ajax-pad .views-right-70 {
    float: right;
    width: 70%;
}
#views-ajax-pad .views-left-75 {
    float: left;
    width: 75%;
}
#views-ajax-pad .views-radio-box {
    height: 22em;
    overflow: auto;
}
#views-ajax-pad fieldset {
    margin: 0 0.5em;
}
#views-ajax-pad table td .form-item, #views-ajax-pad table td .form-item input, #views-ajax-pad table td .form-item select {
    margin: 0;
    padding: 0;
}
#views-ajax-pad label.hidden-options {
    background: url("../images/arrow-active.png") no-repeat scroll right center transparent;
    height: 12px;
    padding-right: 12px;
}
#views-ajax-pad label.expanded-options {
    background: url("../images/expanded-options.png") no-repeat scroll right center transparent;
    height: 12px;
    padding-right: 16px;
}
#views-ajax-pad .dependent-options {
    padding-left: 30px;
}
a.views-button-configure, a.views-button-add, a.views-button-rearrange, a.views-button-remove {
    background: url("../images/sprites.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #C2C9CE;
    border-right: 1px solid #C2C9CE;
    display: inline-block;
    float: right;
    height: 12px;
    margin: 2px 0 1px;
    padding: 0;
    width: 16px;
}
a.views-button-remove {
    background-position: 0 -72px;
    position: relative;
    top: -4px;
}
a.views-button-remove:hover {
    background-position: 0 -84px;
}
a.views-button-configure {
    background-position: 0 -48px;
    margin: 0;
}
a.views-button-configure:hover {
    background-position: 0 -60px;
}
a.views-button-add {
    background-position: 0 -24px;
}
a.views-button-add:hover {
    background-position: 0 -36px;
}
a.views-button-rearrange {
    background-position: 0 0;
}
a.views-button-rearrange:hover {
    background-position: 0 -12px;
}
a.views-button-remove span, a.views-button-rearrange span, a.views-button-configure span, a.views-button-add span {
    display: none;
}
html.js #arrange thead {
    display: none;
}
html.js .views-remove-checkbox {
    display: none;
}
a.views-button-remove {
    display: none;
}
html.js a.views-button-remove {
    display: inline;
}
#arrange tr.even, #arrange tr.odd, #arrange td {
    padding-bottom: 0;
    padding-top: 0;
}
#arrange .form-item {
    padding: 0;
}
div.changed {
    background-color: #FFFFEE;
    font-weight: bold;
}
div.view-changed {
    color: #FF9933;
    display: none;
    float: right;
    font-style: italic;
    padding-left: 1em;
}
div.views-tab div.changed a {
}
div.changed div.view-changed {
    display: block;
}
.views-display .tab-section .inside .overridden {
}
.views-display .tab-section .views-category-content.overridden {
    background-image: none;
}
.views-display .tab-section .inside .defaulted {
    color: #AAAAAA;
    font-style: italic;
}
.views-display .tab-section .inside .defaulted a {
    font-style: italic;
}
.hilited {
    background-color: #FFFFDD;
    color: #000000;
    font-weight: bold;
    padding-left: 10px;
}
#views-ajax-pad fieldset {
    background: none repeat scroll 0 0 transparent;
    padding-left: 10px;
}
#views-ajax-pad pre {
    background-color: #F0F0F0;
    border: 1px solid #333333;
    overflow: auto;
    padding: 0.5em;
}
form#views-add-display-form {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
}
form#views-add-display-form select {
    width: 8.5em;
}
#views-ui-edit-view-form {
    margin: 0;
    padding: 0;
}
#views-live-preview {
    padding-top: 0.5em;
}
form#views-ui-preview-form, #center form#views-ui-preview-form {
    border: 1px solid #D6DBDE;
    margin: 0 0 0.5em;
    padding: 0.5em;
}
form#views-ui-preview-form div#preview-display-id-wrapper, form#views-ui-preview-form div#preview-args-wrapper {
    float: left;
    margin: 0;
    padding: 0 1em 0 0;
}
form#views-ui-preview-form input#preview-submit {
    margin: 1.7em 0 0;
}
.view-locked {
    border: 1px solid red;
    color: red;
    padding: 1em;
}
html.js .views-hidden {
    display: none;
}
.views-query-info {
}
.views-query-info pre {
    max-height: 200px;
    overflow: scroll;
    white-space: pre-line;
    word-wrap: break-word;
}
.views-quick-links {
    float: right;
}
.views-quick-links ul.links li {
    padding-left: 1em;
}
.views-quick-links li.last {
}
.views-edit-view .advanced-help-link {
    padding-right: 3px;
}
#views-ajax-title .advanced-help-link {
    padding-right: 3px;
    position: relative;
    top: 2px;
}
#views-ajax-pad input, #views-ajax-pad textarea {
    max-width: 95%;
}
.remove-display {
    float: right;
    margin: 0;
    padding: 0.2em 1em 0 0;
    position: relative;
    top: 0.1em;
}
.views-display .remove-display form, .remove-display input {
    margin: 0 !important;
}
.views-validator-options {
    border: 1px solid;
    margin: 0 1em;
    padding: 0 1em;
}
/*fin de la parte copiada para las vistas*/

tbody th {
	padding: 5px !important;	
}
