/*** APLICAM ***/
.inputFecha {
width: 80px;
}

.DivPadding5 {
width: 100%;
clear: both;
display: block;
padding: 5px 0 5px 0;
}

.Contenedor2Columnas {
width: 49%;
float: left;
}

.buttonBuscar, .buttonPago, .buttonConfirmar, .buttonVolver, .buttonEnviar { 
    background: #FFFFFF no-repeat left center;
    height: 24px;
    padding: 0px 5px 0px 22px;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
    cursor:pointer;
    border-color: #b31313;
    border-bottom: inset 3px;
    border-right: inset 3px;
    border-left: solid 1px;
    border-top: solid 1px;
    font-weight:bold;
    width:auto;
    overflow:visible;
}
   
.buttonBuscar:hover, .buttonPago:hover, .buttonConfirmar:hover, .buttonVolver:hover, .buttonEnviar:hover {  
	background-color: #DEDEDE;
}

.buttonBuscar
{
      background-image: url(../Images/buttons/search.png);
}

.buttonPago
{
      background-image: url(../Images/buttons/Euro.gif);
}

.buttonConfirmar
{
      background-image: url(../Images/buttons/tick.png);
}

.buttonVolver
{
      background-image: url(../Images/buttons/back.gif);
}

.buttonEnviar
{
      background-image: url(../Images/buttons/enviar.png);
}


.NegroSubrayado 
{
font-size: 10px;
color: #000000; 
text-decoration: underline;
} 

.DivResultadosBusqueda, .DivEnmarcadoSinFondo 
{
text-align: justify;
margin: 12px 0 0 0;
width: 95%;
padding: 10px;
background-color: #ffffcc;
border: solid 1px #000000;
display: block;
min-width: 95%;
}


.DivTextoDerecha {
width: 100%;
text-align: right;
margin: 1em 0 0 0;
float: none;
clear: both;
}

.DivTituloDerecha {
background-color: #555555; 
text-align: center; 
color: #FFFFFF; 
font-weight: bold;
margin: 20px 0 0 0; 
padding: 5px 0 5px 0; 
font-size: 0.8em;
}

.TextoGrisMedio09 {
font-size: 0.9em;
color: #777777;
}

.EnlaceRojo09 {
font-size: 0.8em;
font-weight: bold;
}

.BotonInforme
{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	height: 35px;
	min-height: 24px;
	width: 90px;
	text-align: center;
	cursor: pointer;
	background-color: #000000;
	border: solid 2px #777777;
}

.BotonEnlace {
background-color: #000000; 
text-align: center; 
color: #FFFFFF; 
font-weight: bold;
padding: 6px 20px 0 20px; 
font-size: 1em;
border: solid 2px #777777;
height: 24px;
min-height: 24px;
cursor: pointer;
}

.TextoGrisMedio {
color: #777777;
}

.LopdInformacion, .LopdConsentimiento {
width: 100%;
text-align: justify;
font-size: 9px;
clear: both;
padding: 1em 0 1em 0;
}

.LopdInformacion {
margin: 15px 0 0 0;
border-top: 2px solid #F0F0F0;
}

.LopdConsentimiento {
margin: 0 0 0 0;
border-bottom: 2px solid #F0F0F0;
}

.Texto16b, .Texto16
{
	font-size: 16px;
}

.Texto16b 
{
	font-weight: bold;
}

.Texto16
{
	font-weight: normal;
}

.FormularioEtiqueta {
	float: left;
	text-align: left;
	FONT-SIZE: 12px;
	COLOR: #000000;
	padding: 3px 10px 0 20px;
}

.FormularioValor {
	float: left;
	text-align: left;
}

.FormularioComentario {
	COLOR: #777777;
	FONT-SIZE: 10px;
}

.FormularioContenedor {
    width:100%;
    clear: both;
	float: none;
	margin: 12px 0 12px 0;
}

.ListadoEnlaces {
margin: 12px 0 12px 0;
text-align: left;
clear: both;
float: none;
}

.ListadoEnlaces ul {
list-style-type: none;
padding: 5px 0 0 16px;
}

.ListadoEnlaces li {
margin: 0px 0 8px 0;
background: url(http://www.camarazaragoza.com/img/menus/enlace.gif) left top no-repeat;
padding-left: 10px;
font-size: 12px;
}

.ListadoEnlaces ul ul li {
margin: 4px 0 8px 0;
background: url(http://www.camarazaragoza.com/img/menus/enlace.gif) left top no-repeat;
padding-left: 10px;
}

.ListadoEnlaces li a {
text-decoration: underline;
color:#000000;
}

.Texto9px {
font-size: 9px;
}

.pestanaNormal, .pestanaNegra { 
    height: 24px;
    padding: 0px 5px 0px 10px;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
    cursor:pointer;
    border-top: none;
    border-left: none;
    font-weight:bold;
    text-align: right;
    overflow: visible;
}

.pestanaNormal { 
    background: #dddddd no-repeat left top url(../Images/IconosWeb/FondoPestana.gif);
	color: #000000;
	border-bottom: solid 1px #555555;
    border-right: solid 1px #555555;
}

.pestanaNegra { 
    background: #000000 no-repeat left top url(../Images/IconosWeb/FondoPestanaNegro.gif);
	color: #FFFFFF;
	border-bottom: none;
    border-right: none;
}

.pestanaNormal:hover, .pestanaNegra:hover { 
color: #b31313;
}



/*** FIN APLICAM ***/
