/* +--------------------------------------------------------------------------------------------+ */
/* !                                                                                            ! */
/* !    Cabecera.css                                                                            ! */
/* !                                                                                            ! */
/* +--------------------------------------------------------------------------------------------+ */

#header {
	width : 960px;
	height : 25px;
	margin : 0 auto;
	padding : 0px 0px 0px 0px;
	color : #505152;
}

/* +--------------------------------------------------------------------------------------------+ */
/* !    head1                                                                                   ! */
/* +--------------------------------------------------------------------------------------------+ */

#head1 {
	float : left;
	font-size : 10px;
	padding : 6px 0px 0px 15px;
}

    #head1 a:hover {
    	color : #505152;
    }

/* +--------------------------------------------------------------------------------------------+ */
/* !    head2                                                                                   ! */
/* +--------------------------------------------------------------------------------------------+ */

#head2 {
	float : right;
	font-size : 10px;
	padding : 6px 10px 0px 0px;
	vertical-align : middle;
}

    #head2 a {
    	text-decoration : none;
    	padding : 0px 4px 0px 6px;
    }

        #head2 a:link, a:visited, a:active, a:focus {
        	color : #505153;
        }

        #head2 a:hover {
        	color : #ff0000;
        }

		#head2 a.idiomaIzq {
            border-left-color: #505153;
		    border-left-style: dotted;
			border-left-width: 1px;
		}


/* +--------------------------------------------------------------------------------------------+ */
/* !    idiomas                                                                                 ! */
/* +--------------------------------------------------------------------------------------------+ */

.langEs,
.langFr,
.langEn,
.langPt {
    display : none;
}
