@charset "utf-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #FFF;
}
img { border: 0; }

a,a img{cursor:hand;}

#login_out a,a#p_nc,#menu_header a,a#a_tw {
	text-decoration:none;
	display:block;
}





.roundedtop{
	border-radius: 5px 5px 0px 0px ;
	-moz-border-radius: 5px 5px 0px 0px ;
	-ms-border-radius: 5px 5px 0px 0px ;
	-o-border-radius: 5px 5px 0px 0px ;
	-webkit-border-radius: 5px 5px 0px 0px ;
	-khtml-border-radius: 5px 5px 0px 0px ;
}
.roundedtop10{
	border-radius: 10px 10px 0px 0px ;
	-moz-border-radius: 10px 10px 0px 0px ;
	-ms-border-radius: 10px 10px 0px 0px ;
	-o-border-radius: 10px 10px 0px 0px ;
	-webkit-border-radius: 10px 10px 0px 0px ;
	-khtml-border-radius: 10px 10px 0px 0px ;
}
.roundedbottom{
	border-radius: 0px 0px 5px 5px ;
	-moz-border-radius: 0px 0px 5px 5px ;
	-ms-border-radius: 0px 0px 5px 5px ;
	-o-border-radius: 0px 0px 5px 5px ;
	-webkit-border-radius: 0px 0px 5px 5px ;
	-khtml-border-radius: 0px 0px 5px 5px ;
}
.rounded{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.roundedbottom10{
	border-radius: 0px 0px 10px 10px ;
	-moz-border-radius: 0px 0px 10px 10px ;
	-ms-border-radius: 0px 0px 10px 10px ;
	-o-border-radius: 0px 0px 10px 10px ;
	-webkit-border-radius: 0px 0px 10px 10px ;
	-khtml-border-radius: 0px 0px 10px 10px ;
}
.roundedbottomleft10{
	border-radius: 0px 0px 0px 10px ;
	-moz-border-radius: 0px 0px 0px 10px ;
	-ms-border-radius: 0px 0px 0px 10px ;
	-o-border-radius: 0px 0px 0px 10px ;
	-webkit-border-radius: 0px 0px 0px 10px ;
	-khtml-border-radius: 0px 0px 0px 10px ;
}
.rounded5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#container {
	height:auto !important; /* real browsers */
	height:100%;
	min-height:100%; /* real browsers */
	width: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}


#content {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	padding-bottom: 200px;
	position: relative;
}

#banners {
	margin: 10px;
	height: 120px;
	width: 940px;
}
#banners #banner {
	float: left;
	height: 120px;
	width: 308px;
	margin-right: auto;
	margin-left: auto;
	background-color: #009;
	border: thin solid #999;
}
#banners #sep10w {
	height: 120px;
	width: 5px;
	float: left;
}



@charset "utf-8";
/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
	width: 100%;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
img { border: 0; }
a{
	text-decoration:none;
}
#menu_header a {
	display:block;
}


.roundedtop{
	border-radius: 5px 5px 0px 0px ;
	-moz-border-radius: 5px 5px 0px 0px ;
	-ms-border-radius: 5px 5px 0px 0px ;
	-o-border-radius: 5px 5px 0px 0px ;
	-webkit-border-radius: 5px 5px 0px 0px ;
	-khtml-border-radius: 5px 5px 0px 0px ;
}
.roundedbottom{
	border-radius: 0px 0px 5px 5px ;
	-moz-border-radius: 0px 0px 5px 5px ;
	-ms-border-radius: 0px 0px 5px 5px ;
	-o-border-radius: 0px 0px 5px 5px ;
	-webkit-border-radius: 0px 0px 5px 5px ;
	-khtml-border-radius: 0px 0px 5px 5px ;
}
.rounded{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.roundedbottom10{
	border-radius: 0px 0px 10px 10px ;
	-moz-border-radius: 0px 0px 10px 10px ;
	-ms-border-radius: 0px 0px 10px 10px ;
	-o-border-radius: 0px 0px 10px 10px ;
	-webkit-border-radius: 0px 0px 10px 10px ;
	-khtml-border-radius: 0px 0px 10px 10px ;
}
.rounded5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#container {
	height: auto !important; /* real browsers */
	height: 100%;
	min-height: 100%; /* real browsers */
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
}


#content {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	padding-bottom: 160px;
	display: inline-block;
	background: none;
}

#banners {
	margin: 10px;
	height: 120px;
	width: 940px;
}
#banners #banner {
	float: left;
	height: 120px;
	width: 308px;
	margin-right: auto;
	margin-left: auto;
	background-color: #009;
	border: thin solid #999;
}
#banners #sep10w {
	height: 120px;
	width: 5px;
	float: left;
}

#navigator {
	height: 290px;
	width: 940px;
	position: relative;
}
#navigator #login {
	background-color: #DCDCDC;
	height: 260px;
	width: 290px;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 640px;
	top: 0px;
	border: thin solid #999;
	padding: 10px;
}

#usuario {
	background-color: #002753;
	padding: 10px;
	height: 20px;
	width: 920px;
	margin: 10px;
}
#datos_usuario {
	margin: 10px;
	height: auto;
	width: 940px;
	position: relative;
}

#cerrar_sesion {
	text-align: right;
	height: auto;
	width: 30%;
	float: left;
}
#bienvenido_usuario {
	height: auto;
	width: 70%;
	float: left;
}


#user {
	height: 30px;
	width: 290px;
}
#pass {
	height: 30px;
	width: 290px;
}

#tabla {
	display: table;
	height: auto;
	width: 75%;
}
#tabla_home {
	height: auto;
}


#campo_field {
	height: auto;
	width: auto;
	display: block;
}
#campo_title {
	height: auto;
	width: auto;
	display: block;
}
#campo {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}#alt {
	height: 20px;
	width: auto;
	float: left;
	margin-top: -2px;
	margin-left: 10px;
	position: relative;
}
#tip {
	background-color: #666666;
	padding: 5px;
	height: auto;
	width: 200px;
	z-index: 2000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	border: thin solid #000;
	margin-top: 0px;
	position: absolute;
	top: 0px;
}
#label {
	float: left;
	height: auto;
	width: auto;
}

#main {
	height: auto;
	width: 940px;
	border: thin solid #999;

	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}

#enc {
	height: auto;
	width: 920px;
	clear: both;
	background-color: #333;
	margin-bottom: 10px;
	display: inline-block;

	padding: 10px;


}#texto {
	margin: 10px;
	height: auto;
	width: 920px;
}

#navbanner.activeLI { background:#FFF;} 

#pager_home #flechapager_izq,#pager_home #flechapager_der {
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 22px;
	position: absolute;
}
#pager_home #ph {
	padding: 0px;
	height: 23px;
	width: auto;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#pager_home {
	background-color: #999;
	height: 23px;
	position: absolute;
	z-index: 950;
	top: 20px;
	left: 20px;
}

#navbanner {
	width:6px;
	height:6px;
	background:#666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border:#666 thin solid;
	position:absolute;
}
#tw {
	display: table-cell;
	height: 300px;
	width: 370px;
	background-color: #000;
}

h6{
	font-size:12px
}
