/*
	Cascading style sheets for "red.es - dominios", v1.1 (20071016)
	Copyright 2007 Emanuele Rodriguez <erodri@gmail.com>
*/

.oculta {
	display: none
}

body {
/* DRUPAL	background: #d5d5d5 url(../images/body_bg.gif) repeat-x scroll center
		top;*/ 
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*text-align:	center;*/
}

label{
	display: inline;
}

p {
	margin: 1em 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

embed,object {
	display: block;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* EDITADO */

#content .titulosTransmision{
	font-weight: bold;
	font-size: 110%;
	color: #FF5800;
	margin-top:5px;
	margin-bottom: 5px;
}

#content .transmision{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .margen{
    margin-top: 40px;
    margin-bottom: 40px;
}

#content .margen2{
    margin-top: 80px;
    margin-bottom: 40px;
}

#content fieldset.agrupacion {
    border:2px solid;
    margin: 0;
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 20px;
    width:690px;
}

/* Cancelaciones */
#content fieldset.agrupacionResCan {
    border:1px solid;
    margin: 0;
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 20px;
    width:300px;    
}

#content fieldset.agrupacionResCan2 {
    border:1px solid;
    margin: 0;
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 20px;
    width:323px;    
}

#content fieldset.agrupacionResCanSinBorde {
    border:0px solid;
    margin: 0;
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 20px;
    width:300px;    
}

#content fieldset.agrupacionNuevoTitCan {
    border:1px solid;
    margin: 0;
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 20px;
    width:500px;    
}


#content fieldset.agrupacionCancelacion {
    border:1px solid;
    margin: 0;
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 20px;
    width:300px;
}
/* Cancelaciones */

#content legend.subTitulos {
    color:#FF5800;
    font-weight:bold;
    display: inline !important;
    margin:0;
    background: none;
}
/* FIN EDITADO */

/* jfernandezbartolome 09/09/09
select,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
} */

/*
	page
*/
#page {
	margin:1.9em auto;
	padding:0;
	text-align:left;
	width:880px; *
	
	width: expression((   documentElement.clientWidth <   880) ?     "880px"
		:   
		 "880px" ); /* Se fija tambien el tama�o para IE 6 */
}

/*
	header
*/
#header {
	padding: 0 4px;
}

#header #utils {
clear:both;
height:2.7em;
overflow:hidden;
padding:0 1em;
}

#header #date {
display:block;
float:left;
margin-top:0.6em;
}

#header #accessibility {
display:inline;
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0.2em 0 0;
padding:0;
}

#header #accessibility li {
	display: inline;
	float: left;
	margin-right: 3px;
}

#header #entrance {
	background: #eee;
	clear: both;
	height: 2.6em;
	overflow: hidden;
	padding:0 1em;
}

#header #entrance #slogan {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	float: left;
	letter-spacing: 0.01em;
	margin:0.2em 0 0 0.1em;
}

#header #languages {
	display: inline;
	float: right;
	font-size: 1.1em;
	list-style: none;
	margin:0.7em 1em 0 0;
	padding: 0;
}

#header #languages li {
border-left:0.1em solid #000000;
float:left;
margin-left:0.7em;
padding-left:0.6em;
}

#header #languages li.first {
	border: none;
}

#header #languages li.sel {
	font-weight: bold;
}

#header #links {
	clear: both;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee; *
	height: 1%;
	padding: 0 10px;
}

#header #links .portal {
	float: left;
}

#header #links .portal img {
	display: block;
}

/*
#header #links .portal .mityc {
	float: left;
	padding: 10px 0;
	margin: 0 13px 0 0;
}
*/

#header #links .portal .redes {
	float: left;
	padding: 0;
	margin: 30px 0 0 0;
}

/*
#header #links .others {
	background: url(../images/hdrlinks_bg.gif) repeat-x bottom;
	float: right;
	height: 114px;
	overflow: hidden;
}
*/

* html #header #links .others {
	margin-left: -3px;
}  /* IE6 fix */
#header #links .others ul {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.035em;
	list-style: none;
	margin: 0 0 0 -2px;
	overflow: hidden;
	padding: 0;
}

/*
* html #header #links .others ul {
	height: 110px;
}  /* IE6 fix */
/*
#header #links .others li {
	background-color: transparent;
	background-image: url(../images/hdrlinks_item_div.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0px;
	background-y-position: 14px;
	float: left;
	text-align: center;
	width: 7.67em;
	height: 114px;
}
*/
/*
#header #links .others li.sel {
	background-color: transparent;
	background-image: url(../images/hdrlinks_item_sel.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
}
*/

#header #links .others li img {
	display: block;
	padding-bottom: 0.1em;
	width: 7.75em;
	height: 5em;
}

#header #search {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FF5800 none repeat scroll 0 0;
clear: left;
color:#F7DBE2;
font-size:1.1em;
height:3em;
padding:0 0.9em;
/*width:98%;*/
min-height: 3em;
padding:0 9px;
}

#header #search legend {
	display: none;
}

#header #search label {
	font-weight: bold;
	display: block;
	float: left;
	line-height: 33px;
	margin-right: 10px;
}

#header #search input {
	vertical-align: middle;
}

#header #search .field {
	border: 0.1em solid #999999;
	font-size: 1em;
	padding: 0.1em;
	width: 16.5em;
}

/*
	main
*/
#main {
/* DRUPAL	background-color: #fdfdfd;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	margin: 0 4px;
	*/
	clear: both;
	overflow: hidden;
}

* html #main {
	height: 1%;
}  /* IE6: para que se vea el fondo del wrapper */
#main .wrapper {
	background: url(../images/menu_bg.gif) no-repeat left bottom;
	/* height: 1%; */ /*Se comenta para que no se pueda ver el main*/
	float: left;
	/* para que en explorer se muestre bien el dibujo del menu izquierdo*/
	overflow: hidden;
}

/*
	menu
*/
#menu {
	float: left;
	font-size: 1.1em; *
	padding-bottom: 130px; /* Para que no se monte el menu en explorer */
	margin-bottom: 120px;
	/*Para que no se monte el menu encima de la imagen*/
	margin-bottom: 120px;
	/*Para que no se monte el menu encima de la imagen*/
	width: 145px;
}

#menu ul {
	list-style: none;
	/*Se comenta para que no se muestren los bordes en el menu de la izquierda*/
	/*border-top: 1px solid #ececec;
	border-bottom: 1px solid #f9f9f9;
	margin: 17px 1px 0 1px;*/
	margin: 3x 0 5px 8px; /*Se cambia el margen del menu de la izquierda */
	padding: 0;
}

#menu ul li {
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #ececec;
	/*DRUPAL*/
	padding: 3px 0 5px 5px;
	list-style: none outside none;
}

#menu ul li.sel {
	background: url(../images/menu_item_sel_bg.jpg) repeat-x bottom;
	border-bottom: 1px solid #dcdcdc;
}

#menu ul li a {
	color: #333;
}

/*Nueva clase para mostrar en negrita los  componentes principales del menu de la izquierda*/
#menu ul li.sel a {
	font-weight: bold;
}
#menu ul li a.main {
	font-weight: bold;
}

/*
#menu ul li.sel a {
	font-weight: bold;
}
*/ /*
	crumbs
*/
#crumbs {
	background: url(../images/crumbs_bg.gif) no-repeat left top;
	float: left;
	font-size: 2.3em;
	/*DRUPAL*/
	margin: 0 0 0 15px;
	padding: 4px 0 20px 57px;
	height: 1.1em;
	line-height: 1.4;
	list-style: none;
	width: 704px; *
	width: expression((   documentElement.clientWidth <   744) ?     "744px"
		:   
		 "744px" ); /* Se fija tambien el tama�o para IE 6 */
}

#crumbs,#crumbs a {
	color: #666;
}

#crumbs li {
	background: url(../images/crumbs_div.gif) no-repeat right;
	display: inline;
	margin: 0;
	padding: 0 8px 0 0;
}

* html #crumbs li {
	padding: 0 0 0 6px;
}  /* IE6 hack */
*+html #crumbs li {
	padding: 0 0 0 6px;
}  /* IE7 hack */
#crumbs li.current {
	background: none;
}

#crumbs li.current,#crumbs li.current a {
	color: #ff5800;
}

/*
	content
*/
#content {
	/*background: #fff url(../images/content_bg.gif) no-repeat bottom left;*/
	background: #fff;
	float: left; *
	float: bottom left; /*IE 6 Para que no se corte el contenido*/
	font-size: 1.1em;
	line-height: 1.4;
	color: #666;
	padding: 0 0 8px 8px;
	width: 747px; *
	width: expression((   documentElement.clientWidth <   747) ?     "750px"
		:   
		 "750px" ); /* Se fija el tama�o del content para IE 6 */ *
	overflow: hidden;
	/*quitamos los bordes que IECISA NOS INSERTO CON DRUPAL*/
	border:0px;
	/* Para que en IE, cuando se desborde el content no se vaya hacia abajo*/
	/*
min-height: 370px;
*/
}

#content form {
	margin: 1em 0 0 0;
}

#content form legend,#content .legend {
	background: url(../images/legend_bg.gif) repeat-x bottom;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding: 9px;
}

#content form legend {
	margin-left: -7px; /* IE fix */
}

/** jfernandezbartolome 10/09/09 **/
#content form input,#content form select,#content form textarea {
	font-size: 11px;
} 

#content form .actions {
	float: right;
	margin: 10px 0;
}

#content form .actions input {
	border: none;
	color: #666;
	font-weight: bold;
	padding: 4px 25px 4px 25px;
	margin: 0 10px;
	width: auto; /* IE fix */
	overflow: visible; /* IE fix */
}

/*Inicio SSGND-325*/
#slideshow-wrapper form .actions #botonGuardar {
	border: none;
    color: #666;
    font-weight: bold;
    padding: 4px 25px 4px 25px;
    margin: 0 10px;
    width: auto;
    text-align: center;
    overflow: visible;
    font-size: 11px;
}
/*FIN SSGND-325*/

/* Inicio cancelaciones */
#content form .actions2 input {
    border: none;
    color: #666;
    font-weight: bold;
    padding: 4px 5px 4px 25px;
    margin: 0 10px;
    width: auto; /* IE fix */
    overflow: visible; /* IE fix */
}
/* Final cancelaciones */

#content form .actions input.derecha {
	background: transparent url(../images/icon_link.gif) no-repeat scroll
		right center;
}

#content form .actions .cancel {
	background: url(../images/icon_link_off.gif) right no-repeat;
}

#content form .actions a {
	border: none;
	color: #666;
	display: inline;
	line-height: 22px;
	font-weight: bold;
	margin: 5px 10px 0 15px;
	padding: 4px 25px 4px 30px;
	text-decoration: none;
	width: auto; /* IE fix */
	overflow: visible; /* IE fix */
}

#content form .actions a.derecha {
	background: transparent url(../images/icon_link.gif) no-repeat scroll
		right center;
}

/*
	extras
*/
#extras {
	clear: both;
	margin: 0 -10px;
	height: 1%;
	overflow: hidden;
	padding-bottom: 10px;
	width: 940px;
}

#extras .element {
	display: inline; /* Fix for IE6 */
	float: left;
	font-size: 1.1em;
	margin: 4px 0 8px 10px;
	min-height: 14.8em;
	width: 300px;
}

* html #extras .element {
	height: 14.8em;
}  /* Fix for IE6 */
#extras .noticias h2 {
	color: #666;
	border-bottom: 1px solid #cfcfcf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding: 8px 5px 2px 5px;
	margin: 0 0 4px 0;
}

#extras .noticias .noticia { /*	border-bottom: 1px solid #afafaf;*/
	padding: 8px 5px 0 5px;
	overflow: hidden;
}

#extras .noticias h3 {
	background: url(../images/icon_title.gif) no-repeat 1px 4px;
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 0 12px;
	display: inline;
}

#extras .noticias p {
	line-height: 1.3;
	padding: .3em 0;
}

#extras .noticias .viewMore {
	display: inline; /* IE6 fix */
	float: right;
}

#extras .noticias .noticia .viewMore {
	margin: -15px -2px 0 0;
}

* html #extras .noticias .noticia .viewMore {
	margin-bottom: -12px;
}  /* IE6 hack */
*+html #extras .noticias .noticia .viewMore {
	margin-bottom: -12px;
}  /* IE7 hack */
#extras .dominios .registrados {
	background: url(../images/title_bg.gif) repeat-x 0 18px;
}

#extras .dominios .registrados h2 {
	background: transparent url(../images/icon_arroba.gif) no-repeat 8px;
	border-left: 1px solid #a5a5a5;
	color: #666;
	font-size: 1em;
	letter-spacing: -.05em;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 30px;
}

#extras .dominios .buscador {
	background: url(../images/elem_dominios_buscador_bg.gif) no-repeat
		bottom;
	border: 1px solid #dcdcdc;
	height: 158px;
}

#extras .dominios .buscador h2 {
	background: url(../images/title_bg.gif) repeat-x bottom;
	border-bottom: 1px solid #cfcfcf;
	color: #666;
	font-size: 1.1em;
	line-height: 26px;
	margin: 0;
	padding: 0 0 0 15px;
}

#extras .dominios .buscador form {
	padding: 20px 10px 10px 18px;
}

#extras .dominios .buscador legend {
	background: url(../images/icon_title.gif) no-repeat 0 2px;
	padding: 0 0 20px 12px;
	margin: 0;
}

* html #extras .dominios .buscador legend {
	margin-left: -8px;
}  /* IE6 fix */
*+html #extras .dominios .buscador legend {
	margin-left: -8px;
}  /* IE7 fix */
#extras .dominios .buscador label {
	font-weight: bold;
}

#extras .dominios .buscador .text {
	border: 1px solid #666;
	color: #666;
	font-size: 1em;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	width: 140px;
}

#extras .dominios .buscador img {
	display: inline;
}

#extras .dominios .buscador .actions {
	margin: 18px 0 0 120px;
}

#extras .dominios .buscador .submit {
	background: url(../images/icon_link.gif) no-repeat right;
	color: #333;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 5px 28px 5px 0;
}

#extras .solicita,#extras .gestiona {
	height: 38px;
}

#extras .solicita {
	background: url(../images/home_solicita_bg.jpg) no-repeat 0 0;
	padding: 122px 0 0 10px;
}

#extras .gestiona {
	background: url(../images/home_gestiona_bg.jpg) no-repeat 0 0;
	text-align: right;
	padding: 122px 10px 0 0;
}

#extras .solicita a,#extras .gestiona a {
	background: url(../images/icon_title.gif) no-repeat 0 3px;
	padding: 0 0 0 12px;
}

#extras .banner a {
	display: block;
}

#extras .encuesta {
	background: url(../images/background_encuesta.jpg) no-repeat left 5.5em;
}

#extras .encuesta #frmEncuesta legend {
	font-size: 1.2em;
	color: #666;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 0 -5px;
	padding: 0 235px 2px 5px;
}

#extras .encuesta #frmEncuesta ul {
	list-style-type: none;
	margin: 7px 0 10px 5px;
	padding: 0;
}

html:first-child #extras .encuesta #frmEncuesta ul {
	margin: 7px 0 5px 5px;
}

#extras .encuesta #frmEncuesta ul li {
	background: url(../images/icon_title.gif) no-repeat 0px 2px;
	padding: 0 0 0 10px;
	font-weight: bold;
}

#extras .encuesta #frmEncuesta .radios {
	margin: -2px 0 0 0;
	overflow: hidden;
	float: left;
}

html> /**/ body #extras .encuesta #frmEncuesta .radios {
	margin: 5px 0 0 5px;
}

#extras .encuesta #frmEncuesta .radios input {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	width: 15px;
}

html:first-child #extras .encuesta #frmEncuesta .radios input {
	margin: 0;
}

#extras .encuesta #frmEncuesta .radios label {
	margin: 3px 0 0 5px;
	float: left;
	width: 220px;
	display: block;
}

html> /**/ body #extras .encuesta #frmEncuesta .radios label {
	margin: 0 0 0 5px;
}

html:first-child #extras .encuesta #frmEncuesta .radios label {
	margin: 2px 0 0 5px;
}

#extras .encuesta #frmEncuesta .radios span {
	float: right;
	font-weight: bold;
	margin: 2px 7px 0 0;
	color: #666;
	width: 25px;
}

html> /**/ body #extras .encuesta #frmEncuesta .radios span {
	margin: 0 7px 0 0;
}

html:first-child #extras .encuesta #frmEncuesta .radios span {
	margin: 0;
	padding: 0 4px 0 14px;
}

#extras .encuesta #frmEncuesta .actions {
	float: right;
	margin: 17px 3px 0 0;
	overflow: hidden;
}

*+html #extras .encuesta #frmEncuesta .actions { /*hack ie7*/
	margin: 17px 5px 0 0;
}

html> /**/ body #extras .encuesta #frmEncuesta .actions {
	/*hack firefox, opera*/
	margin: 17px 10px 0 0;
}

html:first-child #extras .encuesta #frmEncuesta .actions {
	/*hack opera*/
	margin: 12px 10px 0 0;
}

#extras .encuesta #frmEncuesta .actions input {
	border: none;
	background: url(../images/icon_link.gif) right no-repeat;
	padding: 4px 25px 4px 0;
	font-size: 1.0em;
	width: auto; /* IE fix */
	overflow: visible; /* IE fix */
	cursor: pointer;
}

/*
	footer
*/
/*#footer {
	background: url(../images/footer_bg.gif) no-repeat top;
	clear: both;
	font-size: 1.1em;
	overflow: hidden;
	margin: 0 4px;
	padding: 7px 0 12px 0;
}*/

/*#footer .menu {
	background: #d5d5d5 url(../images/footer_menu_bg.gif) repeat-x bottom;
center bottom;
border:0 none;
height:3em;
margin:0;
padding:0 0 0.4em 0;
width:auto;
}*/

#footer .menu li {
	background: url(../images/footer_menu_item_div.gif) no-repeat left;
	display: inline;
	padding:0 0.5em 0 0.8em;
	margin: 0;
}

#footer .menu li.first,#footer .menu li.rss {
	background: none;
}

#footer .menu img {
	display: inline;
	margin: 0 5px 2px 5px;
	vertical-align: middle;
}

/*
	hide javascript-dependent controls

#header #accessibility,#txtDate_cal,#txtDateFrom_cal,#txtDateTo_cal {
	display: none;
}
*/

/*
	generic classes
*/
.extrainfo {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

.viewMore {
	background: url(../images/icon_link.gif) no-repeat right;
	clear: both;
	margin: 5px 3px 0 0;
	padding: 5px 30px 5px 0;
}

.viewMore .noticias {
	background: url(../images/icon_noticias.gif) no-repeat left top;
	display: block;
	line-height: 40px;
	padding-left: 34px;
}

#content .pages {
	list-style: none;
	font-size: 1em;
	float: right;
	margin: 0;
	padding: 0;
}

#content .pages a {
	color: #666;
}

#content .pages li {
	border: 1px solid #999;
	background: url(../images/paging_item_bg.gif) repeat-x;
	display: block;
	line-height: 12px;
	float: left;
	padding: 0 4px 1px 4px;
	margin: 0 2px;
}

#content .pages .sel {
	background: #ff5800 none;
	border: 1px solid #aa010b;
}

#content .pages .sel a {
	color: #fff;
}

#content .pages .prev,#content .pages .next {
	background: none;
	border: none;
	margin-top: 1px;
}

#content .pages .prev a,#content .pages .next a {
	padding: 5px 2px 5px 2px;
}

/*
	page-specific classes
*/
.contentHome {
	background: #fff url(../images/home_content_bg.gif) no-repeat bottom
		left !important;
	padding-left: 0 !important;
	width: 755px !important;
}

.contentHome .col1 {
	background: url(../images/home_content_col1_bg.jpg) no-repeat bottom;
	float: left;
	min-height: 22.72em;
	width: 290px;
	padding: 45px 130px 0 107px;
}

* html .contentHome .col1 {
	height: 22.72em;
}  /* IE6 fix */
.contentHome .col1 h2 {
	color: #ff5800;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: .02em;
	padding: 0;
	margin: 0 0 2em 0;
}

.contentHome .col1 a {
	color: #ff5800;
}

.contentHome .col1 p {
	color: #666;
	line-height: 1.25em;
	letter-spacing: .02em;
	width: 220px;
}

.contentHome .col2 {
	float: left;
	padding: 15px 0 0 10px;
	width: 218px;
}

.contentHome .col2 h2 {
	background: url(../images/icon_arrow_big.gif) no-repeat left;
	color: #999;
	font-size: 1.3em;
	letter-spacing: .02em;
	line-height: 1.2em;
	margin: 25px 0 0 0;
	padding: 3px 0 7px 50px;
}

.contentHome .col2 .items {
	border-top: 1px solid #ff5800;
	margin: 22px 0 0 2px;
	padding: 0;
	list-style: none;
}

.contentHome .col2 .items li {
	background: url(../images/icon_list_disc.gif) no-repeat left;
	border-bottom: 1px solid #ff5800;
	padding: 1px 0 3px 15px;
}

/* agentes */
.contentAgentes .registrars {
	background: url(../images/registra_content_bg.gif) no-repeat right
		bottom;
	overflow: hidden;
	padding: 20px 0 30px 44px;
}

* html .contentAgentes .registrars {
	height: 1%;
}  /* IE6 fix */
.contentAgentes .items {
	float: left;
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
}

.contentAgentes .items li {
	background: url(../images/icon_title.gif) no-repeat 0 3px;
	padding: 0 0 7px 12px;
}

.contentAgentes .items li a {
	text-decoration: underline;
}

/* buscador */
.contentBuscador .col1 {
	background: url(../images/buscador_col1_bg.gif) no-repeat right bottom;
	float: left;
	padding: 15px 0 0 12px;
	min-height: 320px;
	width: 489px;
}

* html .contentBuscador .col1 {
	height: 335px;
}  /* IE6 fix */
.contentBuscador .col1 form {
	padding: 20px 0 0 0;
	width: 335px;
}

.contentBuscador .col1 legend {
	display: none !important;
}

.contentBuscador .col1 label {
	font-weight: bold;
}

.contentBuscador .text {
	border: 1px solid #666;
	color: #666;
	font-size: 1em;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	width: 140px;
}

.contentBuscador .col1 form img {
	display: inline;
}

.contentBuscador .col1 form .actions {
	margin-top: -20px !important;
}

.contentBuscador .col2 {
	float: left;
	display: inline;
	padding: 125px 0 30px 8px;
	width: 238px;
}

.contentBuscador .col2 .banner {
	padding-bottom: 12px;
}

/* dominios disponibles */
.contentDomdisp form legend {
	display: none !important;
}

.contentDomdisp .dominios {
	border-collapse: collapse;
	margin: 20px 0 0px 0; *
	margin: 20px 0 18px 0;
	width: 100%;
}

.contentDomdisp .dominios th {
	background-color: #f1f1f1;
	border-right: 1px solid #dbdbdb;
	font-weight: normal;
	padding: 12px 16px;
	border-bottom: 0px;
}

.contentDomdisp .dominios th.hdr {
	background: transparent url(../images/domdisp_th_bg.gif) repeat-x bottom
		right;
	border-right: none;
	color: #666;
	font-weight: bold;
	height: 3.72em;
	padding: 0 5px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}

.contentDomdisp .dominios .details {
	background-position: top left;
}

.contentDomdisp caption {
	display: none;
}

.contentDomdisp .dominios { /*display: block;*/
	overflow: auto;
	/* min-width: 747px;*/
}

.contentDomdisp .dominios td {
	background-color: #f1f1f1;
	border-right: 1px solid #dbdbdb;	
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
		
}

/* Clase para contener a las tabla en IE, ya que si no, no aparece el scroll horizontal*/
div.scrollWrapper {
	width: 100%;
	overflow-x: auto;
}

.contentDomdisp .dominios .alt th,.contentDomdisp .dominios .alt td {
	background-color: transparent;
	border-bottom: 0px;
}

.contentDomdisp .dominios td label {
	display: none;
}

.contentDomdisp .dominios .disp {
	text-align: center;
}

.contentDomdisp .dominios .disp img {
	margin: 0 auto;
}

.contentDomdisp .dominios .status {
	border: none;
}

.contentDomdisp .dominios a {
	text-decoration: underline;
}

.contentDomdisp .dominios .name a {
	color: #930;
}

/* error */
.contentError .output {
	background: url(../images/error_bg.gif) no-repeat top;
	margin: 50px 0 0 180px;
	min-height: 220px;
	padding: 70px 45px 0 45px;
	width: 270px;
}

* html .contentError .output {
	height: 220px;
}  /* IE6 fix */
.contentError .output .submit {
	background: url(../images/icon_link.gif) no-repeat right;
	color: #333;
	float: right;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 5px 28px 5px 0;
}

/* enlaces */
.contentEnlaces {
	line-height: 1.25;
	padding-bottom: 30px;
}

.contentEnlaces .col1 {
	float: left;
	padding: 0 0 5px 12px;
	width: 458px;
}

.contentEnlaces .col2 {
	background: url(../images/content_col_div.gif) no-repeat 15px 40px;
	float: left;
	display: inline;
	min-height: 600px;
	margin-top: 40px;
	padding: 0 0 30px 32px;
	width: 245px;
}

.contentEnlaces h2 {
	color: #ff5800;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1em 0 0 0;
}

.contentEnlaces h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0.4em 0 1.3em 0;
}

.contentEnlaces p {
	text-align: justify;
}

.contentEnlaces .col1 ul {
	list-style-type: none;
	margin: 0 0 1.3em 0;
	padding: 0;
}

.contentEnlaces .col1 ul li {
	background: url(../images/icon_minus.gif) no-repeat 1px 8px;
	margin: 2px 0;
	padding-left: 6px;
}

.contentEnlaces .col1 li p {
	background: url(../images/icon_arrow3.gif) no-repeat 2px 4px;
	padding-left: 14px;
	margin: 0 0 0 12px;
}

.contentEnlaces .col1 li p a {
	color: #ff5800;
}

.contentEnlaces .col1 li p a:hover {
	color: #ff5800;
	text-decoration: underline;
}

.contentEnlaces .col2 h2 {
	/*	background: url(../images/bg_horizontal.gif) 0 0 repeat-x; */
	background: url(../images/legend_bg.gif) repeat-x 0 21px;
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 5px 10px 10px;
}

.contentEnlaces .col2 ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}

.contentEnlaces .col2 li {
	background: url(../images/icon_arrow3.gif) no-repeat 2px 4px;
	padding: 0 0 8px 16px;
}

.contentEnlaces .col2 li,.contentEnlaces .col2 li a {
	color: #666;
}

.contentEnlaces .col2 li.sel a {
	color: #ff5800;
	font-weight: bold;
}

/* listado */
.contentListado  .block {
	padding: 0 15px 30px 15px;
}

.contentListado  .block p {
	margin: 1.5em 0;
}

.contentListado  .results {
	clear: left;
	margin-top: 25px;
}

.contentListado  .results .items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contentListado  .results .items li {
	clear: both;
	color: #000;
	padding-bottom: 1em;
}

.contentListado  .results .image {
	float: left;
	margin: 3px 12px 1em 0;
}

.contentListado  .results .title {
	clear: right;
	margin: 0 0 0 158px;
	padding: 5px 0 0 0;
}

* html .contentListado  .results .title {
	margin-top: 0;
}  /* IE6 fix */
*+html .contentListado  .results .title {
	margin-top: 0;
}  /* IE7 fix */
.contentListado  .results .title a {
	color: #ff5800;
	font-size: 1.1em;
	font-weight: bold;
}

.contentListado  .results .datos {
	overflow: hidden;
	border-bottom: 1px solid #b4b4b4;
}

* html .contentListado  .results .datos {
	margin-top: -15px;
	margin-bottom: 5px;
	border: none;
}  /* IE6 fix */
*+html .contentListado  .results .datos {
	margin-top: -15px;
}  /* IE7 fix */
.contentListado  .results .categoria {
	float: left;
	width: 55%;
	margin: 0 0 2px 0;
}

.contentListado  .results .date {
	float: right;
	color: #ff5800;
	font-size: 1em;
	width: 20%;
	text-align: right;
	margin: 0 0 2px 0;
}

.contentListado  .results .text {
	margin: 0;
	padding: 0;
	margin-left: 158px;
}

.contentListado  .block p.descargar {
	margin: 10px 0 0 158px;
	padding: 10px 0 25px 37px;
	background: url(../images/icon_noticias.gif) 0 2px no-repeat;
}

.contentListado .pages {
	margin: 20px 0 40px 0 !important;
}

.contentListado .buscador {
	clear: both;
}

.contentListado .buscador h2 {
	background: url(../images/legend_bg.gif) 0 bottom repeat-x;
	font: normal 1.3em/ 1.3 Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	padding: 5px 12px;
	border-top: 1px solid #aaa9a9;
}

.contentListado .buscador legend {
	display: none !important;
}

.contentListado .buscador form {
	margin: 0 !important;
}

.contentListado .buscador form fieldset {
	width: 520px;
	margin: 0 0 0 120px;
}

.contentListado .buscador label {
	display: none;
}

.contentListado .buscador .radDate label,.contentListado .buscador .radCat label,.contentListado .buscador .radSearch label
	{
	display: block;
	float: left;
	margin-left: 2px;
	padding-top: 2px;
}

.contentListado .buscador .fieldgrp {
	float: left;
	padding-left: 30px;
	width: 230px;
}

.contentListado .buscador .field {
	clear: both;
	margin: 1.5em 0 0 0;
	overflow: hidden;
	height: 1%;
}

.contentListado .buscador .field input {
	color: #666;
	float: left;
}

.contentListado .buscador .txtDate,.contentListado .buscador .selCat,.contentListado .buscador .txtSearch
	{
	float: right;
	display: inline;
	margin-top: -1.75em;
}

.contentListado .buscador .txtDate input {
	width: 90px;
}

.contentListado .buscador .txtDate img {
	margin-left: 5px;
}

.contentListado .buscador .selCat select {
	color: #666;
	width: 115px;
}

.contentListado .buscador .txtSearch input {
	width: 90px;
}

.contentListado .buscador .actions {
	padding-top: 2em;
}

.contentListado .buscador .actions input {
	margin-right: 0 !important;
}

/* login */
.contentLogin {
	
}

.contentLogin .block {
	background: url(../images/login_bg.gif) no-repeat right 8px;
	margin: 25px 2px 30px 15px;
	padding-right: 150px;
}

.boton_dni {
    background: url(../images/logo_dnie_100_75.jpg) right no-repeat;
    font-size: 10px;
    font-weight:bold;
    color: #333333;
    /*background-color: rgb(238, 238, 238);*/
    cursor: hand;
}

#content form .dni input {
    border: none;
    color: #666;
    font-weight: bold;
    padding: 4px 55px 4px 25px;
    margin: 10px 10px;
    width: auto; /* IE fix */
    overflow: visible; /* IE fix */
}

.bocadillo{
    background: url(../images/registra_content_bg.gif) no-repeat bottom right;
    padding: 15px 25px 50px 15px;
    margin: 10px 0px 0px 15px;
    padding-right: 160px;
}

.textarea{
	padding-top: 3px;
	border-width: 2px;
    border-style: solid;
    font: underline bold 11px trebuchet, sans-serif;
    font-size: 11px;
}

.textarea .h1{
	color: #FF5800;
    font: underline bold 12px trebuchet, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 8px;
}

.textarea p{
	color: #666666;
    font: underline bold 12px trebuchet, sans-serif;
    font-size: 11px;
}

.bocadillo h1{
	color: #ff8000;
	font-size: 20px;
	margin-bottom: 20px;
}

.bocadillo p{
    font-size: 13px;
    margin-left: 15px;
}

.contentLogin .error {
	color: #f30;
	padding-bottom: 10px;
}

.contentLogin .error ul {
	color: #f30;
	margin: 0;
	padding: 0 0 10px 30px;
}

.contentLogin form legend {
	display: none !important;
}

.contentLogin form .field {
	padding: 5px 0 20px 0;
}

.contentLogin form label {
	display: block;
	float: left;
	width: 90px;
}

.contentLogin form .text {
	border: 1px solid #666;
	font-size: 1em;
	margin-right: 35px;
	padding-left: 3px;
	padding-right: 3px;
	width: 180px;
}

.contentLogin form .actions {
	float: none !important;
	margin: 0 0 0 330px !important;
}

.contentLogin form .links {
	border-top: 1px solid #ccc;
	margin: 15px 0 0 0;
	padding: 25px 0 0 0;
	list-style: none;
}

.contentLogin form .links li {
	clear: both;
	line-height: 3;
	overflow: hidden;
	padding: 0;
}

.contentLogin form .links p {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 362px;
}

.contentLogin form .links .submit {
	float: left;
	background: url(../images/icon_link.gif) no-repeat right;
	color: #666;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 5px 28px 5px 0;
}

/* mapa web */
.contentMapaweb {
	background: #fff url(../images/content_long_bg.gif) no-repeat bottom
		left;
}

.contentMapaweb .mapa {
	list-style: none;
	margin: 50px 0 10px 25px;
	padding: 0 0 60px 0;
}

.contentMapaweb .mapa .num {
	color: #ff5800;
	display: inline;
}

.contentMapaweb .mapa li {
	border-top: 1px solid #e2e2e2;
	clear: left;
	padding-top: 5px;
}

.contentMapaweb .mapa li a {
	color: #333;
	font-weight: bold;
	margin-left: -4px;
}

* html .contentMapaweb .mapa li a {
	margin-left: 0;
}  /* IE6 fix */
*+html .contentMapaweb .mapa li a {
	margin-left: 0;
}  /* IE7 fix */
.contentMapaweb .mapa ol {
	list-style: none;
	margin: 15px 0 0 20px;
	padding: 0;
}

.contentMapaweb .mapa ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contentMapaweb .mapa li li {
	border: none;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	clear: none;
	float: left;
	padding: 0 12px;
	margin: 0 0 40px -1px;
}

.contentMapaweb .mapa li .first {
	border-left: none;
}

.contentMapaweb .mapa li .last {
	border-right: none;
}

.contentMapaweb .mapa li .num {
	font-weight: bold;
	margin-right: 8px;
}

.contentMapaweb .mapa li li .num {
	font-weight: normal;
	margin-right: 4px;
}

.contentMapaweb .mapa li li a {
	font-weight: normal;
}

.contentMapaweb .mapa li li li {
	border: none;
	clear: left;
	float: none;
	margin: 8px 0 0 35px;
	padding: 0;
}

/* noticia */
.contentNoticia {
	line-height: 1.25 !important;
	padding-bottom: 30px !important;
}

.contentNoticia .col1 {
	background: none;
	display: inline;
	float: left;
	padding: 0 0 5px 12px;
	width: 442px;
}

.contentNoticia .col2 {
	float: left;
	display: inline;
	margin-top: 15px;
	padding: 0 0 30px 20px;
	width: 273px;
}

.contentNoticia h2 {
	color: #FF5800;
	font-size: 1.3em;
	font-weight: bold;
	margin: .8em 0;
}

.contentNoticia h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
}

.contentNoticia p {
	text-align: justify;
}

.contentNoticia a {
	color: #ff5800;
	font-weight: bold;
	text-decoration: underline;
}

.contentNoticia .col1 ul {
	list-style-image: url(../images/icon_list_disc.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.contentNoticia .subtitle {
	font-weight: bold;
}

.contentNoticia .date {
	font-size: .9em;
	font-weight: bold;
}

.contentNoticia .col2 .images img {
	padding-bottom: 20px;
}

.contentNoticia .col2 .links {
	background: url(../images/links_list_bg_top.gif) no-repeat left top;
	padding: 20px 0 0 5px;
}

.contentNoticia .col2 .links ul {
	background: url(../images/links_list_bg.gif) no-repeat 1px bottom;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 15px;
}

.contentNoticia .col2 .links li {
	padding: 1px 0 1px 52px;
}

.contentNoticia .col2 .links li,.contentNoticia .col2 .links li a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.contentNoticia .col2 .links li.video {
	background: url(../images/icon_video.gif) no-repeat left;
	line-height: 44px;
}

.contentNoticia .col2 .links li.noticia {
	background: url(../images/icon_noticias.gif) no-repeat left;
	line-height: 48px;
}

.contentNoticia .col2 .links li.email {
	background: url(../images/icon_email.gif) no-repeat left;
	line-height: 47px;
}

.contentNoticia .col2 .links li.opinion {
	background: url(../images/icon_opinion.gif) no-repeat left;
	line-height: 56px;
}

.contentNoticia .col2 .links li.related {
	background: url(../images/icon_related.gif) no-repeat left;
	line-height: 57px;
}

.contentNoticia .col2 .links li.website {
	background: url(../images/icon_website.gif) no-repeat left;
	line-height: 44px;
}

/* recuperar */
.contentRecuperar .col1 {
	background: url(../images/content_col_div2.gif) no-repeat right bottom;
	float: left;
	padding: 15px 20px 0 12px;
	min-height: 320px;
	width: 469px;
}

* html .contentRecuperar .col1 {
	height: 335px;
}  /* IE6 fix */
.contentRecuperar .col1 p a {
	color: #ff5800;
	font-weight: bold;
	text-decoration: underline;
}

.contentRecuperar .col1 .index {
	padding-top: 25px;
}

.contentRecuperar .col1 .index .items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contentRecuperar .col1 .index li {
	background: url(../images/icon_index_div.gif) no-repeat left;
	float: left;
	font-size: 3.4em;
	font-weight: bold;
	padding-left: 25px;
	margin-left: 25px;
}

.contentRecuperar .col1 .index li,.contentRecuperar .col1 .index li a {
	color: #ff5800;
}

.contentRecuperar .col1 .index .first {
	background: none;
	padding: 0;
	margin: 0;
}

.contentRecuperar .col2 {
	float: left;
	display: inline;
	padding: 125px 0 30px 8px;
	width: 238px;
}

.contentRecuperar .col2 .banner {
	padding-bottom: 12px;
}

/* resoluciones */
.contentResoluciones .intro .back {
	background: url(../images/link_back2_bg.gif) no-repeat;
	color: #666;
	float: right;
	font-weight: bold;
	padding-left: 299px;
	padding-top: 10px;
	margin-right: 220px;
	height: 35px;
	width: 160px;
}

.contentResoluciones .col1 {
	background: url(../images/content_col_div.gif) no-repeat right top;
	clear: both;
	float: left;
	padding: 0 20px 20px 12px;
	min-height: 320px;
	width: 469px;
}

* html .contentResoluciones .col1 {
	height: 335px;
}  /* IE6 fix */
.contentResoluciones .col1 .index .items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contentResoluciones .col1 .index .items h2 {
	color: #ff5800;
	font-size: 3.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.contentResoluciones .col1 .index .items ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

.contentResoluciones .col1 .index .items ul li {
	line-height: 2.2;
}

.contentResoluciones .col1 .index .items ul li,.contentResoluciones .col1 .index .items ul li a
	{
	color: #333;
}

.contentResoluciones .col1 .index .items ul li a {
	background: url(../images/icon_pdf.gif) no-repeat right;
	padding-right: 22px;
	text-decoration: underline;
}

.contentResoluciones .col2 {
	float: left;
	display: inline;
	padding: 125px 0 30px 8px;
	width: 238px;
}

.contentResoluciones .col2 .banner {
	padding-bottom: 12px;
}

/* registra */
.contentRegistra {
	background: url(../images/registra_content_bg2.gif) no-repeat right
		bottom !important;
}

.contentRegistra .intro {
	padding-left: 56px;
	width: 540px;
}

.contentRegistra h2 {
	color: #c34705;
	font-size: 2em;
	font-weight: normal;
	margin: .5em 0;
	padding: 0;
}

.contentRegistra .registrars {
	overflow: hidden;
	padding: 20px 0 30px 56px;
}

.contentRegistra .registrars .items {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 460px;
}

.contentRegistra .registrars .items li {
	width: 110px;
	height: 55px;
	float: left;
	margin: 0 5px 5px 0;
}

.contentRegistra .links {
	padding: 0 0 30px 56px;
}

.contentRegistra .links .items {
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
}

.contentRegistra .links .items li {
	background: url(../images/icon_title.gif) no-repeat 0 3px;
	padding: 0 0 7px 12px;
}

.contentRegistra .links .items li a {
	text-decoration: underline;
}

/* registrador */
.contentRegistrador .intro {
	border-bottom: 1px solid #c7c7c7;
	margin: 0 10px 0 12px;
	padding: 6px 0 3px 0;
}

.contentRegistrador .intro .back {
	background: url(../images/link_back_bg.gif) no-repeat;
	color: #666;
	float: right;
	font-weight: bold;
	padding-left: 125px;
	padding-top: 10px;
	height: 35px;
	width: 290px;
}

.contentRegistrador h2 {
	clear: both;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 12px;
	text-transform: uppercase;
}

.contentRegistrador .col1 {
	background: url(../images/content_col_div.gif) no-repeat right 10px;
	float: left;
	padding: 10px 34px 120px 12px;
	width: 459px;
}

.contentRegistrador .col1 h3 {
	background: url(../images/icon_title.gif) no-repeat 0 3px;
	font-size: 1em;
	padding: 0 0 0 12px;
	margin: 1em 0 0 0;
}

.contentRegistrador .col1 p {
	padding-left: 12px;
}

.contentRegistrador .col1 a {
	color: #ff5800;
	font-weight: bold;
	text-decoration: underline;
}

.contentRegistrador .col2 {
	float: left;
	padding: 30px 0 30px 10px;
	width: 230px;
}

.contentRegistrador .col2 .logo {
	height: 320px;
}

.contentRegistrador .col2 .banner {
	padding-bottom: 10px;
}

/* tusdominios */
.contentTusdominios .col1 {
	float: left;
	margin-right: 30px;
	padding: 0 0 30px 15px;
	width: 390px;
}

.contentTusdominios .col1 h1 {
	margin: 100px 0 .6em 7px;
	overflow: hidden;
	color: #c34705;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: .025em;
	padding: 0;
	line-height: 1.1;
}

.contentTusdominios .col1 p {
	clear: left;
	line-height: 1.25;
	margin-left: 7px;
}

.contentTusdominios .col2 {
	float: left;
	padding-top: 10px;
	width: 312px;
}

.contentTusdominios .col2 .images {
	float: right;
}

.contentTusdominios .navi {
	clear: both;
	margin: 10px 0 10px 10px;
	overflow: hidden;
	padding-top: 40px;
}

* html .contentTusdominios .navi {
	height: 1%;
}  /* IE6 fix */
.contentTusdominios .navi .items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contentTusdominios .navi .items li {
	background: url(../images/icon_list_arrow.gif) no-repeat 0 5px;
	display: block;
	float: left;
	height: 4.05em;
	width: 7.82em;
	padding: 0 2px 18px 27px;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.15;
}

.contentTusdominios .navi .items li,.contentTusdominios .navi .items li a
	{
	color: #666;
}

.contentTusdominios .navi .items li a {
	border-left: 1px solid #666;
	padding-left: 4px;
	display: block;
}

/* valores */
.contentValores .col1 {
	background: url(../images/content_col_div.gif) no-repeat right 10px;
	float: left;
	padding: 10px 24px 20px 12px;
	width: 469px;
}

.contentValores .col1 h3 {
	background: url(../images/icon_title.gif) no-repeat 0 3px;
	font-size: 1em;
	padding: 0 0 0 12px;
	margin: 1em 0 0 0;
}

.contentValores .col1 p {
	margin-top: 0;
	padding-left: 12px;
}

.contentValores .col1 a {
	color: #ff5800;
	font-weight: bold;
	text-decoration: underline;
}

.contentValores .col1 dl {
	margin: 0;
	padding: 0;
}

.contentValores .col1 dt {
	background: url(../images/icon_title.gif) no-repeat 0 3px;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 0 12px;
	margin: 1em 0 0 0;
}

.contentValores .col1 dd {
	margin: 0;
	padding-left: 12px;
}

.contentValores .col1 .highlight {
	background: #f85300 url(../images/valores_hl_bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 12px 10px 4px 20px;
}

.contentValores .col1 .highlight li {
	margin-bottom: 10px;
}

.contentValores .col2 {
	float: left;
	padding: 30px 0 30px 10px;
	width: 230px;
}

.contentValores .col2 .banner {
	padding-bottom: 10px;
}

#content a:link { /*font-size: 11px;*/
	/*DRUPAL
	color: #9E2431;
	*/
	color: #E8329F;
	text-decoration: underline;
	/*font-weight: bold;*/
}

#content a:visited {
		/*DRUPAL
	color: #9E2431;
	*/
	color: #E8329F;
	text-decoration: underline;
}

#content a:active {
	text-decoration: none;
		/*DRUPAL
	color: #9E2431;
	*/
	color: #E8329F;
}

/* Para evitar que aparezca el borde en las imagenes de la cabecera */
#header .roll {
	border: 0px;
}

/*jfernandezbartolome 28/08/2009*/
.texto {
	font-size: 11px;
	color: #333333;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*ogonzalezcalvo 28/08/2009*/
.texto2 {
	font-size: 11px;
	color: #696969;
	border: 0px;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*jfernandezbartolome 04/09/2009*/
.texto3 {
	font-size: 11px;
	color: #333333;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.contentValores .intro .back {
	border: none;
	background: url(../images/icon_link_back.gif) right no-repeat;
	color: #666;
	font-weight: bold;
	padding: 4px 25px 4px 0;
	margin: 0 10px;
	width: auto; /* IE fix */
	overflow: visible; /* IE fix */
}

/** jfernandezbartolome 09/09/2009 **/
/* Para que lo que vaya en tablas sea todo uniforme */
/* table {
	font-size: 1.1em;
} */

/* Para que se vean los scrolls en las observaciones de las peticiones */
pre { *
	width: 550; *
	padding-bottom: 18;
	overflow-x: auto;
}

/* Para que se vean los tooltips */
#dhtmltooltip {
	position: absolute;
	width: 100px;
	border: 1px solid black;
	padding: 1px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #EEEEEE;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid :   DXImageTransform.Microsoft.Shadow (   color =   gray,
		direction =   135 );
}

/*CLASES PARA UN TOOLTIP PERSONALIZADO*/
a.tooltip {
	text-decoration: none;
	border-bottom: none;
}

a.tooltip:hover {
	background-position: 0 0;
}

a.tooltip span {
	position: absolute;
	margin-top: 0px;
	border: 1px solid #9E2431;
	background: #EEEEEE;
	color: #990000;
	font-family: arial, verdana, sans-serif;
	font-size: 10;
	font-weight: bold;
	padding: 2 1 2 1;
	cursor: pointer;
	margin-left: -9999px;
	/* fuera de pantalla cuando no se haga onmouseover */
}

a.tooltip:hover span {
	margin-left: 0em;
}

/* extra para img-link con tooltip */
a.noborder,a.noborder img {
	border: 0;
}

a.noborder span {
	margin-top: 10px;
}

/* otro color de texto en el tooltip */
a.red span {
	color: red;
	background: #FFFFE1;
}


/* NUEVA WEB */
#header #links {
border-left:0.1em solid #EEEEEE;
border-right:0.1em solid #EEEEEE;
clear:both;
/* height:1%; */
padding:0 1em;
}
#header #links .portal {
float:left;
margin-bottom:1em;
margin-top:0.88em;
padding:0;
}
* html #header #links .portal {
float:left;
margin-bottom:1.2em;
margin-top:0.89em;
padding:0;
}
* + html #header #links .portal {
float:left;
margin-bottom:1.2em;
margin-top:0.89em;
padding:0;
}
#page #header #links .portal li {
margin-right:0;
}
#page #header #links .portal li .redeslogo img {
height:5.2em;
width:9.7em;
}
#header #links .portal ul {
margin:0;
padding:0;
}
#header #links .portal li {
display:inline;
float:left;
margin:0 0.6em 0 0;
padding:0.5em 0;
}
* html #header #links .portal ul {
padding:0;
}
* html #header #links .portal li {
padding:0.3em 0;
}
* + html #header #links .portal ul {
padding:0;
}
* + html #header #links .portal li {
padding:0.3em 0;
}
#header #links .portal li .redeslogo img {
height:5.9em;
width:7.2em;
}
* + html #header #links .portal li .redeslogo img {
height:5.9em;
width:7.2em;
}
* html #header #links .portal li .redeslogo img {
height:5.9em;
width:7.2em;
}
#header #links .portal li .logo img {
height:5.2em;
width:33.9em;
}
* + html #header #links .portal li .logo img {
height:5.2em;
width:33.3em;
}
* html #header #links .portal li .logo img {
height:5.2em;
width:33.3em;
}
#header #links .others {
float:right;
height:10.4em;
margin-bottom:-5em;
}
* html #header #links .others {
height:11.5em;
margin-bottom:-5em;
margin-left:-0.3em;
}
* + html #header #links .others {
height:11.5em;
margin-bottom:-5em;
}
#header #links .others li .Seleccionado1 {
background-color:transparent;
margin-top:0.44em;
}
* html #header #links .others li .Seleccionado1 {
margin-top:0.29em;
position:relative;
width:7.75em;
}
* + html #header #links .others li .Seleccionado1 {
margin-top:0.29em;
position:relative;
width:7.75em;
}
#header #links .others li .Seleccionado1 img {
height:2.63em;
width:7.75em;
}
* html #header #links .others li .Seleccionado1 img {
height:2.65em;
left:-0.09em;
position:absolute;
width:7.75em;
}
* + html #header #links .others li .Seleccionado1 img {
height:2.65em;
left:-0.09em;
position:absolute;
width:7.75em;
}
#header #links .others li .SeleccionadoOff {
background-color:#FF5800;
height:2.87em;
margin-top:0.82em;
width:7.75em;
}
* html #header #links .others li .SeleccionadoOff {
background-color:#FF5800;
height:2.75em;
margin-top:0.44em;
width:7.75em;
}
* + html #header #links .others li .SeleccionadoOff {
background-color:#FF5800;
height:2.75em;
margin-top:0.44em;
width:7.75em;
}
#header #links .others ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/hdrlinks_menu_bg.gif) no-repeat scroll center top;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:1.2em;
font-weight:bold;
letter-spacing:0.03em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#header #links .others li {
float:left;
height:9.5em !important;
text-align:center;
width:7.7em;
}
#header #links .others li.sel {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/hdrlinks_item_sel.gif) no-repeat scroll center bottom;
}
#header #links .others li img {
display:block;
height:5em;
padding-bottom:0.1em;
width:7.75em;
}
#main {
/* DRUPAL
background-color:#FDFDFD;
border-bottom:1px solid #EEEEEE;
border-left:1px solid #EEEEEE;
border-right:1px solid #EEEEEE;
padding:0 10px;
margin:0 4px;	
*/
clear:both;
overflow:hidden;
}
* html #main {
height:1%;
}
#main .wrapper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/menu_bg.gif) no-repeat scroll left bottom;
float:left;
overflow:hidden;
}

#footer .menu ul {
border:0 none;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0.9em 1.2em 0;
}

#footer .menu .logos ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-1em 0 0 0;
}
#footer .menu .logos ul li {
background:transparent none repeat scroll 0 0;
padding:0;
}

.comboACARDom{
min-width: 120px !important;
margin-left: 56px;
width: 170px !important;
}

/*Transmisiones INICIO*/
.tituloTransmision {
	widht: 100%;
	margin-bottom: 20px;
}
.tituloTransmision h1{
	color: #ff8000;
	font-size: 20px;
	margin-bottom: 20px;
}

.tituloTransmision h2{
	color: #666666;
	font-size:0.9em;
	margin-bottom: 20px;
}

.columnaTransmisionAceptarTitular{
	width:50%;
	float: left;
}

.columnaTransmisionAceptarTitular2{
	width:100%;
	float: left;
}

.textoTransmisionAcepTitular{
	font-size: 11px;
	color: black;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.largeInputTransmision{
	width: 100%;
}
/*Inicio Mantis 578*/
.largeInputComboTransmision{
	width: 95%;
}
/*Fin  Mantis 578*/

.tableTransmision{
	width: 100%
}

.tableTransmisionTd2{
	width: 70%;
}
.tableTransmisionTd1{
	width: 22%;
}
.tableTransmisionTd3{
	width: 40%;
	float: left;
}
.tableTransmisionTd4{
	width: 13%;
	float: left;
	padding-left: 19px;
}
.tableTransmisionTd5{
	width: 27%;
	float: left;
}
.tableTransmisionTd6{
	width: 40%;
	float: left;
}

.tableTransmisionTd7{
	width: 50.5%;
	float: left;
}

.tableTransmisionTd8{
	width: 100%;
	align: left;
	text-align: right;
}

.formAcepTitularTransmision{
	padding-left:40px;
}
.textoTransmisionAcepTitular2 {
	font-size: 11px;
	color: #808080;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.textoTablaDominios{
font-size: 11px;
	color: black;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.textoConMargenes{
	font-size: 11px;
	color: #333333;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:45px;
}

.radioSolicTransmision{
	float: left;
	width: 200px;
}
/*Transmisiones FIN*/


#slideshow-wrapper form .actions input {
	border: none;
	color: #666;
	font-weight: bold;
	padding: 4px 25px 4px 25px;
	margin: 0 10px;
	width: auto; /* IE fix */
	overflow: visible; /* IE fix */
/* 	float: right; */
}

#slideshow-wrapper form .dni input {
    border: none;
    color: #666;
    font-weight: bold;
    padding: 4px 55px 4px 25px;
    margin: 10px 10px;
    width: auto; /* IE fix */
    overflow: visible; /* IE fix */
}

#slideshow-wrapper form input,#slideshow-wrapper form select,#slideshow-wrapper form textarea {
	font-size: 11px;
}
#slideshow-wrapper form .actions {
    float: right;
    margin: 10px 0;
}