@charset "utf-8";
/* CSS Document */

body {
	font-family:arial;
    font-size:13px;
    color: #000000;
    text-align:center;
    background-color:#036;
}

#contenedor {
	width:900px;
	padding:0px;
	margin: 0 auto;
}

/* Cabecera */
#cabecera {
}

#linea{
	width:900px;
    height: 0.2px;
    border-top: 1px solid #fff;*
    position: relative;
	padding-bottom:2px;          
}


/* Menu Superior */
#lista {
	list-style-type: none;
    margin:0;
    padding:0;
	cursor:pointer
}

#lista li {
	margin:2px;
    float:left;
}

#lista li a {				/*letras del menú superior */
    display:block;
    width:96px;
    padding:8px 0;
    text-decoration:none;	
    text-align:center;
    font-size:12px;
    font-family: Arial;
    color:#FFF;
    /*color:#FFFF00;*/
    background-color:#77037A;
    /*background-color:#9A069C;*/
    
}

#lista li a:hover{
	color:#FFFF00;
	/*background-color:#77037A;*/
	background-color:#9A069C;
}

#lista a:active{
	font-family:Arial;
	color:#FFFFFF;
	background-color:#000099;
}



/* Contenido */

#contenido{
	width:888px;
	min-height:230px;
    /*background-color:#036;*/
	font-family:Arial;
	font-size:12px;
	text-align:justify
}


/* Menu Lateral */
#menu {
	float:left;
	width:150px;
}


#pie {
	clear:both;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	background-color:#77037A;
	height: 55px;
}

/* Webmail */

#up-menu {
	clear:both;
	width:900px;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	background-color:#9A069C;
	/*background-color:#77037A;*/
	height: 20px;
}

#webmail a {				/*letras del webmail */
    display:block;
    width:96px;
    padding:3px 0;
    text-decoration:none;	
    text-align:center;
    font-size:12px;
    font-family: Arial;
    color:#FFF;
    /*color:#FFFF00;*/
    /*background-color:#77037A;*/
    background-color:#9A069C;
    
}

#webmail a:hover{			/* Estados del Link */
	color:#FFFF00;
	/*background-color:#77037A;*/
	background-color:#9A069C;
}

#webmail a:active{
	font-family:Arial;
	color:#FFFFFF;
	background-color:#000099;
}
