/**************************************/
/*                HTML                */
/**************************************/
body {
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #F8F8F8;
	color: #666666;
}
img {
	border: 0px;
}
a {
	color: #2B5C9F;
	text-decoration: none;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
}


/**************************************/
/*              LAYERS                */
/**************************************/
#login {
	position: absolute;
	width: 269px;
	height: 280px;
	left: 389px;
	top: 15px;
}
#login a{
	color: #F8F8F8;
	text-decoration: none;
	font-weight: bold;
}
#login_table{
	background-image: url(../img/bg_login.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 111px;
	margin-top: 10px;
}
#login_table table{
	margin-top: 15px;
}
#error {
	position: absolute;
	background-color: #FFFFFF;
	width: 400px;
	height: 180px;
	text-align: left;
}
#error a{
	font-size: 12px;
	text-decoration: none;
	color: #F78100;
	font-weight: bold;
}
#content {
	margin: auto;
	text-align: left;
	width: 970px;
	background-color:#FFFFFF;
}
#header {
	height: 111px;
}
#menu {
	color: #FFFFFF;
	padding: 0 4px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}
#menu a{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, #menu a:hover, #footer a:hover{
	color: #FF6600;
}
#main {
	padding: 10px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}
#data {
	border: 1px #CCCCCC solid;
	margin-top: 10px;
	padding: 10px;
}
#paginator {
	padding: 2px;
	text-align: center;
}
#paginator a{
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
#footer {
	background-image: url(../img/pie_admin.jpg);
	height: 35px;
	color: #FFFFFF;
	text-align: center;
}


/**************************************/
/*              SYTLES                */
/**************************************/
.name {
	font-size: 14px;
	font-weight: bold;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color:#2B5C9F;
}
.tit_error {
	font-size: 15px;
	color: #F78100;
}
.tit_white{
	color: #FFFFFF;
	padding: 0 10px;
}
.txt_error {
	font-size: 13px;
	font-weight: bold;
}
.copyright {
	padding-bottom: 2px;
	color: #FFFFFF;
}
.text_red {
	color: #FF0000;
}
.text_orange{
	color: #E34601;
}
.casilla01 {
	width: 170px;
}
.casilla02 {
	width: 450px;
}
.select01 {
	width: 170px;
}
.border {
	border: #E1E1E1 1px solid;
}
.border_cel {
	border: #CCCCCC 1px solid;
	background: #FCFCFC;
}
.border_sup {
	border-top: #DDDDDD 1px solid;
}
.border_inf {
	border-bottom: #DDDDDD solid 1px;
}
.background {
	background-color: #FCFCFC;
}
.fond01 {
	background-color: #2B5C9F;
}
.fond02 {
	background-color: #F9F9F9;
}
.fond03 {
	background-color: #000000;
}


/**************************************/
/*               POPUP                */
/**************************************/

#body_popup {
	height: 100%;
	vertical-align: middle;
}
#popup {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 5px;
}
