*{
	margin:0;
	padding:0;
	outline:0;
}
body{
	background:url(img/fondo.jpg) repeat-x center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.wrap{
	width:918px;
	margin:auto;
	*padding-left:200px;
}
#header{
	width:918px;
	height:360px;
}

/*----------------CONTENT---------------*/
#content{
	width:918px;
	padding:5px 10px 0 5px;
	float:left;
}
#content h1{
	font-size:15px;
	color:#333333;
	padding:5px 0;
	font-family:Helvetica, sans-serif;
}
#content .gray{
	color:#999;
}
#content .red{
	color:#900;
}
#content h2{
	font-size:16px;
	color:#333333;
	padding:5px 0;
	font-family:Helvetica, sans-serif;
}
#content p, #content ul, #content ol{
	color:#666;
	font-size:10px;
	padding:5px 0;
	line-height:16px;
}

#content li{
	margin-left:15px;
}
#content a{
	color:#DD0722;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}

#left{
	width:330px;
	padding:5px;
	float:left;
}
#leftSolo {
	width:560px;
	padding:5px;
	float:left;
}
#leftSolo .lfizquierda {
	width:250px;
	padding:5px;
	float:left;
}
#leftSolo .lfderecha {
	width:260px;	
	padding:5px;
	float:right;
}

#leftSolo li {
	list-style:none;
}
#leftSolo li a {
	color:#666;
	text-decoration:none;
}

#leftSolo li a:hover{
	color:#2272BA;
	text-decoration:underline;
}




#right{
	width:560px;
	padding:5px;
	float:right;
}
#right .izquierda {
	width:250px;
	padding:5px;
	float:left;
}
#right .derecha {
	width:260px;	
	padding:5px;
	float:right;
}

#right li {
	list-style:none;
}
#right li a {
	color:#666;
	text-decoration:none;
}

#right li a:hover{
	color:#2272BA;
	text-decoration:underline;
}

#right img {
	float:left;
	margin:5px 10px 0px 5px;
	border:solid 2px #2272BA;
}
.nobg{
	margin-top:10px;
}
.corner{
	background:gray;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.rounded-t{
	width:420px;
	height:10px;
	background:url(img/rounded-t.gif) no-repeat #f0f2ec;
}
.rounded-b{
	width:420px;
	height:10px;
	background:url(img/rounded-b.gif) no-repeat white;
}

.content{
	width:400px;
	background:#E4E4E4;
	padding:0 10px;
}



/*  CLIENTES  */

#clientes{
	clear:left;
	list-style:none;
}
#clientes .otra {
	position:relative;
	float:right;
	padding-left:30px;

}


#clientes li{
	list-style:url(img/submenu_over.jpg);
	padding-top:2px;
	padding-bottom:2px;
}


/*   LEFT MENU   */

#subMenu{
	clear:left;
	list-style:none;
}


#subMenu li{
	list-style:url(img/submenu.jpg);
	padding-top:12px;
	padding-bottom:6px;
	background:url(img/separador_boton.jpg) no-repeat bottom;

}
#subMenu li:hover {
	list-style:url(img/submenu_over.jpg);
	padding-left:2px;
}

#subMenu a {
	color:#999999;
	text-decoration:none;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	
}
#subMenu a:hover{
	color:#0076BC;	
	text-decoration:none;
}


/*-----------------FOOTER----------------*/
#footer{
	width:918px;
	height:20px;
	clear:both;
	background:#E8E8E8;
	font-family:Arial, Helvetica, sans-serif;
}
#footer p{
	text-align:center;
	font-size:13px;
	color:#666666;
	padding-top:2px;
}


.textoFormulario {
	text-align:right;
	padding-right:10px;
	font-style:italic;
	color:#666;
	font-size:10px;
	padding:5px 0;
	line-height:12px;	
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding-left:5px;
	color: #666666;
	height:22px;
}



/*FORM*/

#form-buttons{
	width:148px;
	height:26px;
	background:url(imagenes/form-bg.gif) no-repeat;
	margin-top:5px;
	float:right;
}
.reset-btn{
	width:67px;
	height:20px;
	background:url(imagenes/limpiar.gif) no-repeat;
	border:none;
	margin:3px 0 0 4px;
}
.submit-btn{
	width:67px;
	height:20px;
	background:url(imagenes/enviar.gif) no-repeat;
	border:none;
	margin:2px 0 0 0px;
}
.form-table p{
	font-weight:bold;
	padding:0 !important;
}
.form-table td{
	vertical-align:top;
	padding:3px;
}
.form-table input{
	width:250px;
}
.form-table textarea{
	width:300px;
	height:80px;
}



