a {
	color: #4B4B4B;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}

.link1 {
	color: #FF0000;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	marginwidth: 0px;
	marginheight: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
}
.titulo_negro{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.ofertas_index{
	/*font-size: 12px;*/
	color: #4b4b4b;
	letter-spacing: 0px;
	font-family: verdana, arial;
}

.ofertas_index a:link, .ofertas_index a:visited{ color: #4b4b4b; }
.ofertas_index a:hover{ color: #ff0000; }

.ofertas_index th{
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.ofertas_index th a:link, .ofertas_index th a:visited, .ofertas_index th a:active{
	color: #CC0000;
}

.ofertas_index th a:hover{
	color: #FF0000;
}

select{
	font-family: Tahoma, Verdana, Arial;
	/*font-size: 12px;*/
	color: #4d4948;
	background-color: #FFFFFF;
	border: #000099;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}

input{
	font-family: Tahoma, Verdana, Arial;
	/*font-size: 10px;*/
	color: #4d4948;
	background-color: #FFFFFF;
	border: #000099;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
} 

#principal{
	width: 1024px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	top: 0px;
	position: relative;
	z-index: 100;
	/*background-color: #fff;*/
	background-color: transparent;
	/*height: 750px;*/
	height: 840px;
	/*max-height: 750px;*/
	max-height: 840px;
}

#left{
	background: #EEE url(../images/left.gif) no-repeat;
	height: 750px;
	width: 55px;
	position: absolute;
	z-index: 0;
}

#container{
	position: absolute;
	left: 55px;
	top:0;
	width: 914px;
	height:721px;
	max-height:721px;
	size: 721px;
	z-index: 50;
	background-color: #ccc;
	margin-bottom: 5px;
}

#banners_superiores{
	top: 0px;
	left: 0px;
	height: 78px;
	width: 914px;
	background-color: #DCDCDC;
	margin: 2 0 2 0;
	z-index: 50;
	position: absolute;
}
#banners_inferiores{
	bottom: 0px;
	left: 55px;
	top: 740px;
	height: 78px;
	width: 914px;
	background-color: #DCDCDC;
	z-index: 0;
	position: absolute;
}
#cabecera{
	top: 82px;
	left: 0px;
	height: 95px;
	width: 914px;
	/*background: yellow url(../images/header.png);*/
	margin: 0 0 5 0;
	z-index: 100;
	position: absolute;
}

#sesion{
	position: absolute;
	top: 2px;
	left: 254px;
	height: 15px;
	width: 412px;
	color: #FFFFFF;
	/*background: teal;*/
}

#sesion a:link, #sesion a:visited, #sesion a:active{
	color: white;
}

#sesion a:hover{
	color: red;
}

#sesion .input_text{
	border: none;
	background-image: url(../images/bgtextbox.gif);
	background-color: red;
	/*width:120px;*/
	height:14px;
	/*font-size:10px;*/
	font-weight: normal;
	color: #CCCCCC;
	vertical-align: middle;
}

.enlace_blanco a:link, .enlace_blanco a:visited, .enlace_blanco a:active{
	color:white;
}

#reloj{
	position: absolute;
	top: 30px;
	left: 250px;
	/*height: 15px;*/
	width: 400px;
	background: none;
}

#contadores{
	position: absolute;
	bottom: 0px;
	left: 257px;
	width: 400px;
	/*height: 15px;
	background: black;*/
	color: white;
	font-size: inherit;
	font-weight: bold;
}

#cuerpo{
	top: 181px;
	left: 5px;
	height: 534px;
	width: 904px;
	margin: 0 5 0 5;
	/*background-color: maroon;*/
	z-index: 50;
	position: absolute;
}

#accesos{
	top: 0px;
	left: 0px;
	height: 76px;
	width: 904px;
	margin: 0 0 5 0;
	/*background-color: pink;*/
	z-index: 50;
	position: relative;
}

#candidato, #empresa, #afiliado, #busqueda{
	position: absolute;
	top: 0px;
	height: 76px;
	max-height: 76px;
	width: 222px;
	z-index: 200;
}

#candidato{left: 0px; background: green url(../images/candidatos.png) no-repeat;}
#empresa{left: 227px; background: red url(../images/empresas.png) no-repeat;}
#afiliado{left: 454px; background: gray url(../images/afiliados.png) no-repeat;}
#busqueda{width:223; left: 681px; background: #c0c0c0 url(../images/busqueda.png) no-repeat;}

#navegacion_ancho, #navegacion{
	position: relative;
	top: 5px;
	left: 0px;
	height: 15px;
	background-color: white;
	z-index: 50;
	vertical-align: middle;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navegacion{
	width: 676px;
}

#navegacion_ancho{
	width: 894px;
}

#navegacion .ofertas_index{
	font-size: 10px;
}

#centro, #centro_ancho{
	position: relative;
	top: 10px;
	left: 0px;
	height: 433px;
	background-color: white;
	z-index: 50;
	overflow: auto;
}

#centro{
	width: 676px;
}

#centro_ancho{
	width: 894px;
}

.titulo_centro{
	position: relative;
	top: 5px;
	left: 5px;
	margin: 0 0 0 0;
	width: 666px;
	height: 30px;
	/*background-color: olive;*/
}

.titulo_parte_superior{
	color: #4b4b4b;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: lighter;
}

.titulo_parte_inferior{
	color: #7b7b7b;
	font-size: 15px;
	font-weight: bold;
}

.titulo_tabs{
	color: #ffffff;
	/*font-size: 12px;*/
	font-weight: bold;
}

#contenido_centro{
	position: relative;
	top: 12px;
	left: 5px;
	margin: 0 0 0 0;
	width: 666px;
	height: 386px;
	overflow: auto;
	/*background-color: purple;*/
}
#contenido_LOPD{
	position: absolute;
	top: 0px;
	margin: 0 0 0 0;
	width: 500px;
	height: 630px;
	background-color: white;
}
#texto_LOPD{
	position: relative;
	left: 25px;
	top: 0px;
	width: 435px;
	height: 530px;
	margin-bottom: 15px;
	background-color: white;
	overflow: auto;
	border: medium double black;
	padding-left: 5px;
	padding-right: 5px;
}
#fondo{
	right: 0px;
	top: 81px;
	width: 213px;
	height: 453px;
	margin: 0 0 0 0;
	position: absolute;
	z-index: 150;
}
#banners_laterales{
	right: 0px;
	top: 81px;
	width: 223px;
	height: 453px;
	margin: 0 0 0 0;
	position: absolute;
	z-index: 150;
	background: #fff;
}

#area{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 20px;
	width: 153px;
	color: #ffffff;
}

#tabs{
	position: absolute;
	top: 45px;
	left: 5px;
	height: 445px;
	width: 153px;
}
#ayuda{
	position: relative;
	top: 490px;
	left: 5px;
	height: 39px;
	width: 153px;
	color: #ffffff;
}

#Banner01,#Banner03{
	position: absolute;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	width: 681px;
	height: 78px;
	/*background-color: black;*/
}

#Banner02,#Banner04{
	position: absolute;
	left: 686px;
	top: 0px;
	width: 228px;
	height: 78px;
	z-index: 2;
	/*background-color: red;*/
}
/*
#pie{
	height: 29px;
	background: #EEE url(../images/footer.gif);
	bottom: 0px;
	left: 55px;
	width: 914px;
	position: absolute;
	vertical-align: center;
	color: white;
	font-size: 8px;
}
*/
#pie{
	height: 29px;
	background: #EEE url(../images/footer.gif);
	bottom: 90px;
	left: 55px;
	width: 914px;
	position: absolute;
	vertical-align: center;
	color: white;
	font-size: 8px;
}

#right{
	position: absolute;
	right: 0px;
	top: 0;
	background: #EEE url(../images/right.gif) no-repeat;
	height: 750px;
	width: 55px;
	z-index: 0;
}
#addsense01{
	position: absolute;
	left: 93px;
	margin-left: 0px;
	/*top: 0px;*/
	height: 90px;
	background-color: transparent;
}

#addsense02{
	position: absolute;
	left: 686px;
	top: 0px;
	width: 228px;
	height: 90px;
	z-index: 2;
	background-color: blue;
}




.noticia {
	/*font-size: 10px;*/
	color: #927067;
	line-height: 10px;

}
h5 {
	margin: 4px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #9A5C4E;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	margin: 0px;
}
small {
	font-size: 11px;
	color: #9A9A9A;

}
.amarillo {
	color: ##666666;
}
.blanco {
	color: #FFFFFF;
}
texto blanco {
	color: #FFFFFF;
}
li {
	vertical-align: middle;
}
	
-------------------------------------------------------------------------------


.BEhomeSearch {background-color: #FBDD62; font-size: 11px; border-style: solid; border-width: 1px; border-color: #000000; height: 18px; font-family: Verdana,Arial,sans-serif;}
.BEfabBookNow {height: 20; background-color: #DDDDDD; border-style: solid; border-width: 1px; border-color: #000000; BORDER-BOTTOM: #999999 2px solid; BORDER-RIGHT: #777777 2px solid; BORDER-LEFT: #CCCCCC 2px solid; BORDER-TOP: #CCCCCC 2px solid; font-size:10px; font-weight: bold; font-family: Verdana;}
.BEbookingConfirm {background-color: #568047; color: white; font-size: 10px; font-family: Verdana; height: 25px; border-style: solid; border-top-color: #98AF90; border-left-color: #98AF90; border-bottom-color: #2c4d20; border-right-color: #2c4d20;}
.BEbookingCancel {background-color: #006699; color: white; font-size: 10px; font-family: Verdana; height: 25px; border-style: solid; border-top-color: #6699cc; border-left-color: #6699cc; border-bottom-color: #003366; border-right-color: #003366;}


SELECT { font-family: verdana, arial; font-size: 11px;}
/* ---------- */


.TIheader { font-family: verdana, arial; font-size: 10px; color: #FFFFFF; background-color: #336699 }
.TImain { font-family: verdana, arial; font-size: 10px; color: #000000; background-color: #FFFFFF }
.TIinput { font-family: verdana, arial; font-size: 10px; color: #000000; background-color: #FFFFFF }

.table { border: #000000 1px solid}

.BErooms { font-family: verdana, arial; font-size: 10px; color: #000000; }

.BEselect { font-family: verdana, arial; font-size: 11px; }
.BEbookingSelect { font-family: verdana, arial; font-size: 10px; background-color: #E7F4F8 }
.BEinput { font-family: verdana, arial; font-size: 10px; color: #FFFFFF; background-color: #336699 }
.BEformfont { font-family: verdana, arial; font-size: 10px; color: #000000; }

.BExxsmall { font-family: verdana, arial; font-size: 9px }
.BEsmall { font-family: verdana, arial; font-size: 10px }
.BEmedium { font-family: verdana, arial; font-size: 11px}

.BEmediumWhite { font-family: verdana, arial; font-size: 11px; background-color: #FFFFFF}
.BEbgrndWhite {background-color: #FFFFFF}

.BElarge { font-family: verdana, arial; font-size: 12px }

.BEsmallBold { font-family: verdana, arial; font-size: 10px; font-weight: bold }
.BEmediumBold { font-family: verdana, arial; font-size: 11px; font-weight: bold }
.BElargeBold { font-family: verdana, arial; font-size: 13px; font-weight: bold }

.BEsmallCol { font-family: verdana, arial; font-size: 10px; color: #336699 }

.BEmediumBoldCol { font-family: verdana, arial; font-size: 11px; font-weight: bold; color: #336699 }
.BElargeBoldCol { font-family: verdana, arial; font-size: 13px; font-weight: bold; color: #336699 }

.BEmediumBoldWhite { font-family: verdana, arial; font-size: 11px; font-weight: bold; color: #FFFFFF }

/*
.BEavail { font-family: verdana, arial; font-size: 10px; background-color: #84C122 }
.BEnotavail { font-family: verdana, arial; font-size: 10px; background-color: #990000; color: #FFFFFF }


.unavailNotChosen
{
  background: #EFB2B2;
  background-image: URL('/images/bsend-.gif');
  color: #A89290;
  font-family: arial, verdana;
  font-size: 11px
}

.availNotChosen
{
  background: #E1F4EB;
  background-image: URL('/images/bsend-.gif');
  color: #73977D;
  font-family: arial, verdana;
  font-size: 11px
}

.BEavail {
  background: #0EAD1D;
  background-image: URL('/images/bsend-.gif');
  color: #FFFFFF;
  font-family: arial, verdana;
  font-size: 11px
}
.BEnotavail {
  background: #ff0000;
  background-image: URL('/images/bsend-.gif');
  color: #FFFFFF;
  font-family: arial, verdana;
  font-size: 11px
}*/

.BEIndexmedium { font-family: verdana, arial; font-size: 11px; } 
.BEIndexmediumBold { font-family: verdana, arial; font-size: 11px; font-weight: bold; }

.BEfabTabBack { background-color: #9AD3E5 }
.BEEnterDetsBack { background-color: #E9F7FB }
.BEPaymentBack { background-color: #C5E0E9 }
.BEcountryChosen { font-family: verdana, arial; font-size: 11px; font-weight: bold; color: #336699 }

.BEMicrositeTabHeader { background-color: #E7F4F8 }
.BEMicrositeTabMain { background-color: #9AD3E5 }
.BEMicrositeTabRes { background-color: #F4F4F4 }

.BEMicrositeBookingHeader { background-color: #E7F4F8 }
.BEMicrositeBookingMain { background-color: #336699 }
.BEMicrositeBookingRes { background-color: #9AD3E5 }

.BEHeadingmedium { font-family: verdana, arial; font-size: 11px; } 
.BEHeadingmediumBold { font-family: verdana, arial; font-size: 11px; font-weight: bold; }

.BEhr { height: 1px; color: #000000 }

.BEpg2Head { background-color: #EAEAEA }
.BETotalPay { background-color: #CCCCCC }
.BEwarning { font-family: verdana, arial; font-size: 10px; color: #CC0000 }
/*.BEbullet { list-style-image: url('../images/rbh/color_dot.gif'); }*/
.Error { font-family: verdana, arial; font-size: 12px; color: #CC0000; font-weight: bold; }

a.BEtitle { font-family: verdana, arial; font-size: 11px; font-weight: bold; color: #336699; text-decoration: none }
a:hover.BEtitle { color: #CC6600 }

BEmoreinfo { font-family: arial, verdana; font-size: 11px; text-decoration: underline; font-weight: normal; color: #FF0000 }
a.BEmoreinfo { font-family: arial, verdana; font-size: 11px; text-decoration: underline; font-weight: normal; color: #FF0000 }
a:hover.BEmoreinfo { font-family: arial, verdana; font-size: 11px; text-decoration: none; font-weight: normal; color: #FF0000 }

.BEfabTableBg { background-color: #FFFFFF }	

hr {
	border: 1px dotted #CCCCCC;
	margin: 5px 0px;


}
h3 {
	font-size: 13px;
	margin: 0px 0px 9px;
}
.textoblanco {
	/*font-size: 10px;*/
	color: #FFFFFF;
	line-height: 10px;
}

.style7 {color: #333333}
.style8 {
	color: #4B4B4B;
	letter-spacing: 0px;
	line-height: 16px;
}
/******/
.error {
	/*font-size: 10px;*/
	color: #FF0000;
	font-weight: bold;
}
.confirmacion {
	border: 0.5pt none #008000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008000;
	font-weight: bold;
	text-align: center;
}
hr{
	height: 2px;
	border: 0;
	color: #cc0;
	background-color: #979417;
	width: 100%;
}
fieldset {
    border: 1px solid #8C8C8C;
    width: 90%;
}
.CeldaTituloCentrado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #8393AC;
	text-align: center;
	vertical-align: baseline;
}
.CeldaTituloIzquierda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #8393AC;
	text-align: left;
	vertical-align: baseline;
}
.CeldaTituloDerecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #8393AC;
	text-align: right;
	vertical-align: baseline;
}
.CeldaTituloIzquierdaSin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.CeldaTituloDerechaSin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.CeldaTituloCentradoSin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.CeldaIzquierda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 9px;*/
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #8393AC;
	text-align: left;
	vertical-align: baseline;
}
.CeldaDerecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 9px;*/
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #8393AC;
	text-align: right;
	vertical-align: baseline;
}
.CeldaCentrado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 9px;*/
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #8393AC;
	text-align: center;
	vertical-align: baseline;
}
.CeldaIzquierdaSin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
}
.CeldaDerechaSin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	text-align: right;
	vertical-align: baseline;
}
.CeldaCentradoSin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	text-align: center;
	vertical-align: baseline;
}
.CeldaDerecha_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 0.5pt;
	border-bottom-style: solid;
	border-bottom-color: #8393AC;
	text-align: right;
	vertical-align: baseline;
}
.estilotextareaverde {border: 0px solid #979417;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.estilotextareagris {border: 0.5px solid #c0c0c0;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;}

A:link {text-decoration: none; color: #8B0000;}
A:visited {text-decoration: none; color: #8B0000;}
A:active {text-decoration: none; color: #8B0000;}
A:hover {text-decoration: none; color: #8B0000;}

.enlace1 A:link {text-decoration: none;color: #8B0000;}
.enlace1 A:visited {text-decoration: none;color: #8B0000;}
.enlace1 A:active {text-decoration: none;color: #8B0000;}
.enlace1 A:hover {text-decoration: none	; color: #ffffff;background: #8B0000;}

.gris A:link {text-decoration: none; color: #8C8C8C;}
.gris A:visited {text-decoration: none; color: #8C8C8C;}
.gris A:active {text-decoration: none; color: #8C8C8C;}
.gris A:hover {text-decoration: none; color: #8C8C8C;}

.link_negro A:link {text-decoration: none; color: #000000;}
.link_negro A:visited {text-decoration: none; color: #000000;}
.link_negro A:active {text-decoration: none; color: #000000;}
.link_negro A:hover {text-decoration: none; color: #000000;}

.tab_active A:link{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	/*font-size: 10px;*/
	font-weight: bold;
}
.tab_active A:visited{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: underline;
	/*font-size: 10px;*/
	font-weight: bold;
}
.tab_active A:active{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	/*font-size: 10px;*/
	font-weight: bold;
}
.tab_active A:hover{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	/*font-size: 10px;*/
	color:#ffffff;
	font-weight: bold;
}
.tab_inactive A:link{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;/*cccccc*/
	text-decoration: none;
	/*font-size: 10px;*/
	font-weight: bold;
}
.tab_inactive A:visited{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	/*font-size: 10px;*/
	font-weight: bold;
}
.tab_inactive A:active{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	/*font-size: 10px;*/
	font-weight: bold;
}
.tab_inactive A:hover{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
	/*font-size: 10px;*/
	color: #ffffff;
	font-weight: bold;
}


h2,h3,h5{
	color: #666666;
	text-decoration: underline;
}
h3,h5{
	font-weight: bold;
}
h4{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0;
}
.texto_gris_claro {
	color: #8C8C8C;
}
.input_login {
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 11px;
	width: 150px;
	
}

.input_text{	
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 11px;
	width: 150px;
}
.input_text_pq{
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
	width: 75px;
}
.input_text_pqq{
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
	width: 30px;
}
.input_text_m{
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
	width: 100px;
}
.input_text_me{
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
	width: 160px;
}
.input_text_med{
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
	width: 175px;
}
.input_text_g{	
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
	width: 250px;
}
.input_text_gg{	
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
	width: 305px;
}
.input_submit{
	color: #ffffff;
	background: #8B0000;
	border: 2px outset #8B0000;
}

.input_submitSin{
	color: #000;
	border: 1px solid #a9a9a9;
}
.input_href {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800080;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.input_href2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B0000;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.input_href_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2E8B57;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.CajonRecuadradoTodo{
	border-bottom-width: 1.5pt;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1.5pt;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1.5pt;
	border-right-style: solid;
	border-right-color: #CCCCCC;	
	border-top-width: 1.5pt;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002355;
	text-decoration: none;
}


