@charset "utf-8";
/* CSS Document */
input{
	color:#666;
	font:normal 11px Verdana;
	font-weight:bold;
}
select{
	color:#666;
	font:normal 11px Verdana;
	font-weight:bold;
}
textarea{
	color:#666;
	font:normal 11px Verdana;
	font-weight:bold;
}
input.text-input {
	width: 148px;
	height:16px;
	float: left;
	padding: 2px;
	margin: 0px 5px 0px 0px;
	background:url(../images/input-background.gif);
	border: 1px solid #CCC;
}
input.button-submit {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background: #000 url(../images/fondomenu.gif) repeat-x;
	background-position: top right;
	height:20px;
	width: 60px;
	padding: 2px 0px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}

input.button-submit:hover {
	color: #000;
	background-attachment: scroll;
	background-image: url(../images/fondomenu2.gif);
	background-repeat: repeat-x;
	background-position: top right;
}
input.button {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background: #000 url(../images/fondomenu.gif) repeat-x;
	background-position: top right;
	height:20px;
	padding: 2px 0px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
input.button:hover {
	color: #000;
	background-attachment: scroll;
	background-image: url(../images/fondomenu2.gif);
	background-repeat: repeat-x;
	background-position: top right;
}
td.texto, td a.texto{
	color:#FFFFFF; 
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.texto {
	color:#424C7D; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}
.blanco {
	color:#FFFFFF; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}
.textCalendar{
	color:#000000; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}
.error, .exito{
	color:#424C7D;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}
.cubre {
	display:none;
	background:none;
	margin-top: 0px;
}
.cubre2 {
	width:100%;
	height:100%; 
	filter:alpha(opacity=70); 
	-moz-opacity:.70; 
	opacity:.70; 
	z-index:101; 
	position:fixed; 
	left:0px; 
	top:0px; 
	display:block;
	background-color:#000000;
}
.login{
	position:absolute;
	width:250px;
	height:90px;
	top: 50%;
    left: 50%;
    margin-left: -125px;
	margin-top: -45px;
	background-color:#CCCCCC;
	border:#424C7D solid 1px;
	z-index:102;
	padding:6px;
}
.detalle{
	position:absolute;
	width:600px;
	height:700px;
	top: 0px;
    left: 50%;
    margin-left: -300px;
	margin-top: 0px;
	background-color:#FFFFFF;
	border:#424C7D solid 1px;
	z-index:103;
	padding:6px;
	overflow:auto;
}
.calendar{
	position:absolute;
	width:240px;
	height:190px;
	top: 50%;
    left: 50%;
    margin-left: -130px;
	margin-top: -90px;
	background-color:transparent;
	z-index:104;
	padding:2px;
}
.loading{
	position:absolute;
	width:32px;
	height:32px;
	top: 50%;
    left: 50%;
    margin-left: -16px;
	margin-top: -16px;
	background:transparent;
	z-index:105;
	display:none;
}
.color1{
	color:#424C7D; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color:#DFDFDF;
}
.color2{
	color:#424C7D; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
}
.color3{
	color:#FFF; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color:#FF3300;
}
.color4{
	color:#FFF; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color:#3875AA;
}
.colorSobre{
	color:#424C7D; 
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCFFCC;
}

/************ CSS PARA MENU DE DESCRIPCION SITIOS ADMIN ****************/
.boton {
	background-image:url(../images/tab.png); 
	width: 70px;
	height: 16px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	display: inline;
	float: left;
	/*overflow: hidden;*/
	cursor: hand;
	/*margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;*/
	border: 0;
	z-index: 1;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	text-decoration:none;
}

.boton_hover {
	background-image:url(../images/tab_over.png); 
	width: 70px;
	height: 16px; 
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	text-decoration: none;
	cursor: pointer;
	text-align:center;
}

.boton_active {
	background-image:url(../images/tab_active.png); 
	width: 74px !important;
	height: 18px !important; 
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	/*padding:	2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;*/
	top: -2px;
	font: 11px Tahoma;
	font-weight:bold;
	cursor: pointer;
	text-align: center;
	text-decoration:none;
}
a.visited {
	background-image:url(../images/tab.png); 
	width: 70px;
	height: 16px; 
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	text-decoration: none;
	cursor: pointer;
}
a.hover {
	background-image:url(../images/tab_over.png); 
	width: 70px;
	height: 16px; 
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	text-decoration: none;
	cursor: pointer;
}
a.link {
	background-image:url(../images/tab_active.png); 
	width: 74px !important;
	height: 18px !important; 
	font-weight:bold;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	/*padding:	2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;*/
	top: -2px;
	font: 11px Tahoma;
	cursor: pointer;
	text-decoration:none;
}
/************* FIN DE MENU **************/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
