html, body{
	background: #ffffff;
	padding: 0;
	margin: 0;
	font: normal 11px Trebuchet MS;
	color: #666666;
	cursor: default;
  outline: none; 
}
a {
    outline: none; 
    color: #d63635;
}
b, strong {
  color: #d63635;
}

h1 {
  font-size: 18px;
  margin: 5px 0 25px; 
}

#caja { 
  margin: 25px auto 0 auto;
  width: 760px;
}      
#top{
	height: 50px;
	background: url(../../img/logo.jpg) no-repeat top left;
	padding: 10px 0px 10px 0px; 
  	margin: 0px 0px 10px 0px;
	border-bottom: 10px solid #EE3534;
	text-align: right;
	line-height: 50px; 
}
#contenido{
	/*height: 350px;*/
	padding: 10px 0px 10px 0px;
	clear: both;
	text-align: left;
}
#buttons { 
  margin-top: 25px; 
  margin-left: 145px; 
}


#bottom{
	height: 23px;
	clear: both;
	background: url(../../img/bottom.jpg) no-repeat;
}
#foot{
	height: 20px;
	padding: 0px 10px;
	text-align: right;
	color: #999999;
	font-weight: bold;
}
#foot a{
	color: #999999;
	font-weight: normal;
  text-decoration: underline;
}
#foot a:hover {
	color: #666;
}


label{
  width: 200px; 
}

p { margin-bottom: 8px;}


/*my blockquote*/
.bq, blockquote {
	margin: 5px 0 0 30px;
}


/***********************************/
.select_sector{
	width: 340px;
	height: 340px;
	border-top: 10px solid #EE3534;
	margin: 10px 20px 10px 0px;
	float: left;
}
.title{
	width: 330px;
	clear: both;
	padding: 20px 0px 20px 10px;
}
.select_file{
	width: 340px;
	height: 26px;
	border-bottom: 1px solid #CBCBCB;
	clear: both;
	padding: 0px 0px 0px 0px;
	display: block;
}
.select_file a{
	width: 330px;
	height: 21px;
	border-bottom: 1px solid #CBCBCB;
	clear: both;
	padding: 5px 0px 0px 10px;
	display: block;
}
.select_file a:hover{
	display: block;
	background: #eeeeee;
}



/* PAGINACION *********************/
.paginacion_boton{
  float: left;
	margin: 0px 3px 0px 0px;
}
.paginacion_button_side{
	height: 18px;
	width: 1px;
	float: left;
	background: url(../../img/boton_side.gif) no-repeat;
}
.paginacion_button_center{
 height: 18px;
	float: left;
	background: url(../../img/boton_center.gif) repeat-x;
	font: bold 10px Trebuchet MS;
	color: #d6a09f;
	text-align: center;
	padding: 2px 5px 0px 5px;
}
.paginacion_button_center a{
	display: block;
	text-decoration: none;
	color: #FFF;
}
.paginacion_button_side_off{
	height: 18px;
	width: 1px;
	float: left;
	background: url(../../img/boton_side_off.gif) no-repeat;
}
.paginacion_button_center_off{
	height: 18px;
	float: left;
	background: url(../../img/boton_center_off.gif) repeat-x;
	font: bold 10px Trebuchet MS;
	color: #aaa;
	text-align: center;
	padding: 2px 5px 0px 5px;
}
.paginacion_button_center_off a{
	display: block;
	text-decoration: none;
	color: #bbb;
}
.paginacion_button_center_off a:hover{
	color: #FFF;
}
.x-form-item {
	clear: both;
}
.x-form-invalid {
/*	
float: left;
	margin-right: 10px;
*/
}
.x-form-invalid-msg-der{
}
