/*********************/
/* Css Style                     */
/* by Michele Lo Forte  */
/********************/

/* Tags */
body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#D7D7D7;
	text-align: center;
	color: #232323;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
}
a, a:visited {
	color:#476791;
}
a {
	text-decoration:none;
}
p {
	margin-bottom:10px;
}

/* Hot Stuff*/
.clr {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/* Structure */
#page {
	width:840px;
	margin:0px auto;
}

/* Header */
#header {
	background-image:url(images/cabecera.gif);
	background-repeat:no-repeat;
	height:160px;
}
#header h1 {
	display:none;
}

/* Sidebar */
#sidebar {
	float:left;
	width:260px;
	/* height:600px; */ /* Temporal para probar */
}
#adm_datos {
}
#adm_datos .title {
	background-image:url(images/adm_dat_title.gif);
	background-repeat:no-repeat;
	/* width:260px; */
	height:31px;
}
#adm_ava {
}
#adm_ava .title {
	background-image:url(images/adm_ava_title.gif);
	background-repeat:no-repeat;
	height:31px;
}
#adm_atic .title {
	background-image:url(images/adm_atic_title.gif);
	background-repeat:no-repeat;
	height:31px;
}
#adm_datos .contenido, #adm_ava .contenido, #adm_atic .contenido {
	text-align:right;
	background-image:url(images/adm_dat_bg.gif);
	background-repeat:repeat-y;
	/* width:260px; */
	/* height:31px; */
	padding:5px 25px 0 10px;
}
#adm_datos .tie, #adm_ava .tie, #adm_atic .tie {
	background-image:url(images/adm_dat_tie.gif);
	background-repeat:no-repeat;
	/* width:260px; */
	height:22px;
}
.bienvenido {
	font-weight:bold;
	padding-bottom:3px;
}
.menu {
	height:27px;
	line-height:27px;
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:33px;
	padding-bottom:5px;
}
.inicio {
	background-image:url(images/boton_inicio.gif);
}
.perfil {
	background-image:url(images/boton_perfil.gif);
}
.clave {
	background-image:url(images/boton_clave.gif);
}
.salir {
	background-image:url(images/boton_salir.gif);
}
#usr_entidades {
}
#usr_entidades a {
	text-decoration:none;
}
.mi_entidad {
	background-color:#f2f2f2;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:15px;
}
.mi_entidad .bio {
	float:left;
	padding-left:10px;
}
.mi_entidad .option {
	float:right;
	text-align:right;
	padding-right:10px;
}

/* Content */
h3 {
	font-size:12pt;
	font-weight:bold;
	margin-bottom:5px;
}
#content {
	float:right;
}
.formulario {
	text-align:left;
}
#main {
	width:540px;
	text-align:left;
}
#main .title {
	text-align:right;
	background-image:url(images/main_title.gif);
	background-repeat:no-repeat;
	/* width:533px; */
	height:31px;
}
#main .title .text {
	padding-top:7px;
	padding-right:30px;
	font-weight:bold;
}
#main .contenido {
	background-image:url(images/main_body.gif);
	background-repeat:repeat-y;
	/* width:533px; */
	padding:5px 10px;
}
#main .contenido #mensaje {
	margin:15px;
	border:1px solid #DD0000;
	padding:2px;
}

#main .contenido #mensaje strong {
    font-weight:bold;
}

#main .contenido #mensaje p {
    margin-top:5px;
    margin-bottom:5px;
}

#main .pie {
	background-image:url(images/main_foot.gif);
	background-repeat:no-repeat;
	/* width:533px; */
	height:41px;
}
.requerido .etiqueta {
	color:#B22222;
}
.info {
	font-size:8pt;
	padding:5px 0;
}

/* Login */
#login-box {
	background-image:url(images/logo-myarea.gif);
	background-repeat:no-repeat;
}
#login {
	text-align:left;
	width:300px;
	padding-top:20px;
	margin:0px auto;
	height:130px;
}
#login input {
	width:100px;
	margin-bottom:3px;
}

/* Entidades */
#main dl.aspirantes {
    margin: 10px 0px 10px 20px;
}

#main dl.aspirantes dt {
    font-weight:bold;
    color: #800;
    background-color:#ddd;
    padding:2px;
}

#main dl.aspirantes dd {
    border-left: 10px solid #bbb;
    margin-bottom:20px;
}

#main dl.aspirantes dd div {
    padding:2px;
}

#main ul.submenuduplicada {
    margin: 5px 0px 5px 20px;
}

#main ul.submenuduplicada li {
    padding-left: 15px;
    margin-bottom:5px;
	background-image:url(images/bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
}

#main ul.submenuduplicada img {
    vertical-align:middle;
}

#main div.formlabel,#main div.requerido {
    min-height:30px;
}

#main .formulario div {
    clear:both;
}

#main .formulario h5 {
    clear:both;
    margin: 5px 0px;
    font-weight:bold;
}

/* Gestion  colisiones */

#main ul.submenuduplicada li.distintas {
    color:#aaa;
}

#main ul.submenuduplicada li.iguales {
    color:#f00;
}

/* Ficha */
#ficha {
}
.ficha {
	margin-bottom:10px;
}
.ficha.nombre {
	font-size:14pt;
}
.ficha .title {
	font-weight:bold;
}

/* Actividades */
#list_actividades {
	margin-right:15px;
}
.actividad {
	background-color:#f2f2f2;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:3px;
}
.actividad .bio {
	float:left;
	padding-left:10px;
}
.actividad .option {
	float:right;
	text-align:right;
	padding-right:10px;
}

/* Contactos */
#list_contactos {
	margin-right:15px;
}
.contacto {
	background-color:#f2f2f2;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:3px;
}
.contacto .bio {
	float:left;
	padding-left:10px;
}
.contacto .option {
	float:right;
	text-align:right;
	padding-right:10px;
}

/* Tail */
#tail {
	clear:both;
	height:40px;
}
#faq {
	padding-top:15px;
	padding-bottom:15px;
}

.formlabel label {
	width:130px;
}
label, .etiqueta {
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
	width:130px;
}
input {
	width:200px;
}
select {
	width:150px;
}
input.submit {
	width:100px;
	margin-left:140px;
}
input.checkbox {
	width:20px;
}
.doc {
	font-size:9pt;
	padding-right:15px;
}
.doc li {
	padding-bottom:5px;
	margin-left:25px;
	list-style:decimal;
}

.campoficha{	
	font-weight:bold;
}
.campoficha span{
	text-align:right;	
	font-weight:bold;	
	color:#aaaaaa;	
	padding:1px 5px 1px 1px;
	}
