/* Hoja de Estilos maestra para la pagina web de Anecop*/
/* Hojas de estilo importadas */
@import url("borde_home.css");
@import url("header.css");
@import url("bolsa_tierras.css");
@import url("noticias.css");

/* Estilo específicos del web */

body {
	margin:0px;
	font-family: Tahoma, Arial, Verdana;;
	font-size: 11px;
	color: #69737D;
	background-color: #f3f3f3; }

#contenedor {
	background-color:#f3f3f3;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

/* Estilo para el pie de página*/
.pie {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:700px;
	background-color: #f3f3f3;
	color: #999999;
	text-align:center}
a.pie {
	color:#999999;
	text-decoration: underline; }
a.pie:hover {
	color: #333333; }
/* Registro */
#tabla-registro {
	width:600px;
	padding:3px;}
.contenedor-registro {
	margin-left:15px;
	width:680px;
	height:240px;
	background-color:#f2f7fc;
	border: 1px solid #dae1e8;
	padding:10px;}
.boton-registro-entrar {
	margin-left:280px;
	color:#69737D;
	padding:0 10px 0 10px; }
.registro-izq {
	float:left;
	width: 270px;
	background-color:#dae1e8;
	padding:10px 20px 10px 20px;}
.registro-dcha {
	float:left;
	width: 310px;
	margin-left:30px;}
p.registro {
	text-align:justify;
	line-height:13px;
	font-size:11px;}
a.registro-enlace {
	text-decoration:none;
	color:#d95208;
	}
a.registro-enlace:hover {
	text-decoration:underline;}
.boton-registrarse-entrar {
	margin: 25px auto 3px 110px;
	color:#69737D; }
a.boton-registro-entrar-enlace {
	padding:2px 8px 2px 8px;
	text-align:center;
	width: 80px;
	height: 15px;
	line-height:15px;
	font-weight: bold;
	color:#ff9121;
	border: 1px dotted #ff9121;
	background-color:#FFF;
	text-decoration:none; }
a.boton-registro-entrar-enlace:hover {
	background-color:#ff9121;
	border: 1px dotted #fff;
	color: #fff; }
	
/* su perfil */
table.datos {
	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
}
.contenedor-perfil, .contenedor-perfil-ayuda {
	margin-left:15px;
	width:680px;
	min-height:400px;
	background-color:#f2f7fc;
	border: 1px solid #dae1e8;
	padding:10px 0 10px 10px;
	padding-top:0px;}
* html .contenedor-perfil {
	height:240px;}
.contenedor-perfil-ayuda {
	height:460px;}
ul.suPerfil {
	margin-left:25px;
	line-height:11px;}
.suPerfil-izq {
	float:left;
	width: 250px;
	background-color:#fff;
	border:1px solid #dae1e8;
	font-size: 11px;
	padding:10px 20px 10px 10px;
	margin: 10px 20px 0 10px;
	height:199px;}
* html .suPerfil-izq {
	height:193px;}
.suPerfil-izq-datos {
	float:left;
	width: 280px;
	font-size: 11px;
	padding:10px 20px 10px 10px;
	margin: 10px 20px 0 10px;
	background-color:#fff;
	border:1px solid #dae1e8;}
* html .suPerfil-izq-datos {
	width:250px;}
.suPerfil-dcha {
	float:left;
	width: 300px;
	background-color:#fff;
	border:1px solid #dae1e8;
	font-size: 11px;
	padding:10px 10px 10px 10px;
	margin: 10px 10px 0 20px;}
.suPerfil-dchaInferior {
	float:left;
	width: 250px;
	font-size: 11px;
	padding:10px 10px 10px 10px;
	margin: 10px 10px 0 20px;}

.suPerfil-menu, .suPerfil-menu-seleccion {
	text-align:center;
	line-height:20px;
	font-weight:bold;
	float:right;
	width:79px;
	height:21px; 
	background-image:url(../img/su_perfil/boton_azul.gif);
	background-repeat:no-repeat;
	margin: 0 10px 0 0;
	color: #ff9121; }
a.suPerfil-menu-seleccion-activo {
	text-decoration:none;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	color: #ff9121; }
a.suPerfil-menu-seleccion-activo:hover {
	background-image:url(../img/su_perfil/boton_naranja.gif);
	background-repeat:no-repeat;
	color: #fff; }
.suPerfil-menu-seleccion {
	background-image:url(../img/su_perfil/boton_blanco.gif); }
.texto-13pxGris {
	font-size:13px;
	color:#4a535a;}
a.suPerfil-enlace {	
	line-height:12px;
	text-decoration:underline;
	color:#4a535a;} 
a.suPerfil-enlace:hover {	
	color:#ff9121;} 
a.textoGris-enlace{
	color:#69737D;
	text-decoration:none;}
a.textoGris-enlace:hover{
text-decoration:underline; }
