body{
	background: #c8c8c8 url(../img/backMain.gif) repeat-x left top;
}
/* menu de bienvenida */
.bienvenida{
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.bienvenida li{
	display: inline;
	background: url(../img/punt.gif) no-repeat left center;
	padding: 0 2px 0 10px;
}
.bienvenida li a{
	color:#696d75;
}
.bienvenida li a:hover{
	color:#dc8301;
}
.bienvenida li.first{
	padding-left:0!important;
	background: none!important;
}

/* logo */


/* escoje Perfil */
.escojePerfil{
	margin:20px 0 5px 45px;
}
/*.escojePerfil{
	margin:10px 0 5px 45px;
}*/

/* seleecion de perfil */
.modulo{
	width:376px;
	height:71px;
	margin:0 0 3px 0;
	text-align:left;
	float:right;
	/*width:376px;
	height:98px;
	background-color:#e2e3e2;
	background-position: left top;
	background-repeat:no-repeat;
	margin:0 0 3px 0;
	text-align:left;
	float:right;*/
}
.modulo a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.modulo a:hover{
	text-decoration: underline;
}
.modulo p{
	font: normal 10px tahoma, Arial, Helvetica, sans-serif;
}
.dist p, .coloc p{margin:30px 120px 0 21px;}
.user p, .tec p{margin:30px 10px 0 120px;}
/*.dist p, .coloc p{margin:38px 128px 0 21px;}
.user p, .tec p{margin:38px 10px 0 120px;}*/
.dist{background: url(../img/mod_dist.gif) no-repeat left top;}
.user{background: url(../img/mod_user.gif) no-repeat right top;}
.coloc{background: url(../img/mod_coloc.gif) no-repeat left top;}
.tec{background: url(../img/mod_tec.gif) no-repeat right top;}


.dist a.acceder, .coloc a.acceder{
	background: url(../img/accederBullet.gif) no-repeat right 5px;
	padding:0 12px 0 0;
	float: right;
	margin: 12px 35px 0 0;
}

.dist a.acceder{color:#c9e0e1;}
.coloc a.acceder{color:#e5eace;}

.user a.acceder, .tec a.acceder{
	background: url(../img/accederBullet2.gif) no-repeat left 5px;
	padding:0 0 0 12px;
	float: left;
	margin: 12px 0 0 35px;
}

.user a.acceder{color:#d6d6da;}
.tec a.acceder{color:#c4a5c0;}


/* segunda info */
.info{
	width:252px;
	height:273px;
	padding:20px 20px 0 35px;
	text-align:left;
	border-right:8px solid #babeb8;
	background: #fff url(../img/indexBack_segunda.jpg) no-repeat center bottom;
	color:#484a47;
/*	width:237px;
	height:361px;
	padding:20px 35px;
	text-align:left;
	border-right:8px solid #babeb8;
	background: #fff url(../img/indexBack_segunda.jpg) no-repeat center bottom;*/
}
.info p{
	margin:13px 0 0 0;
}
.info strong{
	font-weight: normal;
	color:#dc8301;
}
.info a{
	margin:25px 0 0 0;
	display: block;
}
