html{
	overflow-x:hidden;
	height:100%;
}
body{
	background:#252525;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	overflow-x:hidden;
	height:100%;
}

#header{
	background:url(../images/header_bg.jpg) no-repeat;
	padding:90px 0 20px 0;

}
#header2{
	background:#040302;
	padding:0px 0 0px 12px;
	float:left;
	width:988px;
	margin-top:-12px;
}
#warning{
	color:#fff;
	width:940px;
	margin:0 auto;
	font-size:15px;
	margin-bottom:25px;
    font-weight:500;
	letter-spacing:-.1px;
	line-height:25px;
	font-family:Arial;
}

#nav{
	margin-top:30px;
	float:right;
	list-style:none;
	margin-right:30px;
}
#nav2{
	margin-top:5px;
	float:right;
	list-style:none;
	margin-right:30px;
}

#nav li a{
	color:#C3B96D;
	text-decoration:none;
	font:12px Arial;

}
#nav2 li a{
	color:#C3B96D;
	text-decoration:none;
	font:12px Arial;

}
#warning strong{
	color:#e30d0d;
	display:block;
}

#header h1 a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:350px;
	height:50px;
	text-indent:-10000px;
	margin-left:20px;
	background-position:0px 15px;
}
#header2 h1 a{
	display:block;
	background:url(../images/logo-old.png);
	width:228px;
	height:45px;
	text-indent:-10000px;
	margin-left:20px;
	margin-top: -2px;
}
/*\*/
html*#header2 h1 a {
	margin-top: -4px;

}/**/
#container{
	text-align:left;
	width:1000px;
	background:#030201;
	margin:0 auto;
}

#footer{
	float:left;
	padding:38px 30px 80px 50px;
	margin-top:0px;
	background:url(../images/footer_bg.jpg) no-repeat;
	font-size:0.9em;
	width:920px;
	position:relative;
}

#footer #navpie{
	float:right;
	font-size:0.7em;
	list-style:none;
	margin:0px;
	padding:0px;

}

#footer  small{
	color:#cccccc;
}

#footer #navpie li{
	display:inline;
	margin-right:20px;

}

#footer #navpie li a{
	text-decoration:none;
	color:#C3B96D;
	font-size:12px;
}
#content2{
	float:left;
	width:100%;
	position:relative;
	height:711px;
	margin-left:-217px;
}
#content22{
	width:988px;
	margin:auto;
}

#content2 .myflash{
}
#content22 .myflash{
text-align:center;
float:left;
margin-left:-498px;
}
/*\*/
html*#content22 .myflash {
	margin-left:-499px;

}/**/
.column{
	float:left;
	width:660px;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:14px;
	color:#999999;
	line-height:20px;
	margin-top: 90px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	overflow-x:hidden;
}
.centcont{
	margin:auto;
	width:1438px;
}
#content3{
	float:left;
	width:1438px;
	margin:20px 0 10px 100px;
	min-height:600px;
}
#content3 a{
	color:#C3B96D;
	text-decoration:none;
}
#content3 a:hover{
	color:#C3B96D;
	text-decoration:underline;
}

label{
	float:left;
	width:120px;
	text-align:right;
	margin-bottom:10px;
	margin-right:5px;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:12px;
	color:#999999;
}

.texcon{
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:14px;
	color:#999999;
	line-height:20px;
	margin:5px 30px 0 30px;

}
input{
	margin-bottom:12px;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:13px;
	color:#000000;
	height:14px;
	width:120px;
}
textarea{
margin-left:0px;
width:305px;
height:80px;
}

/*\*/
html*textarea{
padding:2px;
}/**/

body{
	font-family:arial;
	font-size:12px;
	overflow-x:hidden;
}
td{
	font-size:12px;
}


.LV_validation_message{
    margin:0 0 0 5px;
	height:16px;
	padding:0 16px 0 16px;
	background-image:none;
	background:none;
}

/*\*/
html*.LV_validation_message img{
	display:none;
}/**/

/*\*/
html*.LV_validation_message{
padding:3px 14px 0px 14px;
}/**/


.LV_valid {
	background:url(../images/ok.png) no-repeat;
}

.LV_invalid {
    background:url(../images/no.png) no-repeat;
}

/*\*/
html*.LV_valid {
	background-position:0 -2px;
}/**/

/*\*/
html*.LV_invalid {
	background-position:0 -2px;
}/**/



.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
	padding:2px;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
	padding:2px;
}


.bt{
	float:right;
	margin:5px;
	margin-top:20px;
	height:24px;
	background:url(../images/boton.gif) no-repeat top;
	border: none;
	padding-bottom:3px;
	text-align:center;
	width:80px;
	cursor:crosshair;
	cursor:pointer;
}
.bt:hover{
	background-position:center -24px;
}
.bt2:hover{
	background-position:center -24px;
}

.bt2{
	float:right;
	margin:20px 20px 5px 0;
	height:24px;
}

.content{
		background:#000000;
		float:left;
		width:1000px;
		margin-top:-5px;
}
.usuarios{
	list-style:none;
	text-decoration:none;
	width:900px;
	height:auto;
	float:left;
	margin-left:15px;
	margin-top:30px;
	margin-bottom:15px;
}
.usuarios li{
	float:left;
	margin:10px 9px 0 9px;

}

.usuarios li a{
	color:#d7d7d7;
	font-size:12px;
    font-weight:500;
	letter-spacing:0px;
	font-family:"Trebuchet MS", Arial;
	text-decoration:none;
	font-weight:normal;
}
.usuarios li a:hover{
	color:#7da52e;
}
.close{
float:right;
color:#cccccc;
text-decoration:none;
margin-top:-20px;
}
#TB_ajaxContent .close:hover{
	float:right;
	text-decoration:none;
	color:#FFFFFF;
}
.mensajes{
	font-family:"Trebuchet MS", Arial;
	text-align:left;
	margin-top:180px;
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
}
.logophoto{
position:absolute;
float:left;
background:url(../images/logo.gif) no-repeat;
width:110px;
height:25px;
right:-129px;
top:35px;
}
.logophoto2{
position:absolute;
float:left;
background:url(../images/logo.gif) no-repeat;
width:110px;
height:25px;
right:60px;
top:730px;
}

#content23{
	position:relative;
	width:100%;
	margin:auto;
	height:100%;
}
#header22{
	background-color:#040302;
	padding:0px 0 0px 12px;
	width:988px;
	margin-top:-15px;
}

#content23 .myflash{
position:absolute;
top:50%;
left:50%;
margin-left:-992px;
margin-top:-355.5px;

}
/*\*/
html*#content23 .myflash {

}/**/
#header22 h1 a{
	display:block;
	background:url(../images/logo-old.png);
	width:228px;
	height:45px;
	text-indent:-10000px;
	margin-left:20px;
	margin-top: -2px;
	background-color:#040302;
}
/*\*/
html*#header22 h1 a {
	margin-top: -4px;
background-color:#040302;
}/**/

#containerFind{
	text-align:left;
	width:1000px;
	background:#040302;
	margin:0 auto;
	height:100%;
}