@charset "utf-8";
body {
	background-color: #e8e8e8;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}
h3{
	font-size: 13px;
}
/*td{
	width: 33%;
}*/
.btn_volver {
	margin-left: auto;
	width: 110px;
	background-color: #000000;
	margin-right: 10px;
	background-image: url(../../images/bot_volver.jpg);
	height: 28px;
}
#volver a {
	font-size: 110%;
	color: #FFFFFF;
	text-align: center;
	display: block;
	height: 20px;
	width: 110px;
	padding-top: 7px;
}
#contenedor {
	width: 807px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #content {
	background-color: #FFFFFF;
}
.textfield, .textarea, .select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size:12px;
}

.width_60{
	width:60px;
}
.width_100{
	width:100px;
}
.width_140{
	width:140px;
}
.width_180{
	width:180px;
}

.optfield{
	vertical-align:bottom;
}

#content #formulario {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#formulario h3{
	padding-top:20px;
}

#formulario label{
	cursor:pointer;

}
#header {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	height: 152px;
}
#footer {
	background-color: #666666;
	background-image: url(../../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 68px;
}

#footer h4 {
	text-align: right;
	margin-right: 20px;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
}
.rush{
	font-size:10px;
	color:#FF0000;
}

.tablaform{
	width:590px;
}
.div_buttons{
	text-align:right;
	margin-top:20px;
	padding-top:5px;
}

/******* CEO validator ***************/

div#error, div.error {
	/*background-color:#FFF5E2;*/
	background-color:#EFEFEF;
	border:1px solid #990033;
	color:red;
	display:none;
	font-weight:bold;
	margin-bottom:5px;
	margin-right:8px;
	margin-top:5px;
	padding:5px;
	width:590px;
}
.error{
	color:#FF0000 !important;
}

/************************************/

.align_der{
	padding-left:30px;
	text-align:left;
}

.item_ppal{
	display:block; 
}
.mano{
	cursor:pointer;
}

.title_gray{
	background-color:#F0F0F0;
}
