body {
	margin: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    max-width: 595px;
}
h1 {
	font-size: 36px;
	color: #404040;
	margin: 0 12px;
	line-height: 36px;
	font-weight: 800;
}
h2 {
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 100;
}
p {
	
	font-size: 15px;
	color: #5f5f5f;
	margin: 10px;
	font-weight: 100;
}
#titulares {
	width: 100%;
	margin: 0;
	padding: 21px 0 19px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	position: relative;
}
.senefa {
	width: 250px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #cccccc;
}
#bajada {
	width: 100%;
	margin: 10px 0 0 0;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}
#pesoinfoMonitor{
	position: relative;
}
#pesoinfoMovil {
	width:100%;
	display:none;
}
.punto{
    position: absolute;
}
#credito{
    float: left;
}
#fuente{
    float: left;
}
ul {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
}
ul li {
	display: inline-block;
    margin: -5px;
    width: 33%;
}

.infotooltop{
    max-width: 595px;
}

.infoimg{
    width: 100%;
    height: 100%;
    position: relative;
}



/*TOOLTIP*/

/* Tooltip container */
.tooltip {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    border: solid 3px;
    
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -140px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/*MOBILE*/
.tooltipmobile {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: solid 3px;
}
.tooltipmobile .tooltiptextmobile {
    visibility: hidden;
    width: 120px;
    background-color: #2e2e2e;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}


.tooltipmobile .tooltiptextmobile::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipmobile:hover .tooltiptextmobile {
    visibility: visible;
    opacity: 1;
}
/*^^^MOBILE^^^*/


/*MEDIA DISPLAY*/
#desktop{
     display: block;
    }
@media (max-width:321px){
#desktop {
        display: none;
    }
}

#mobile{
     display: none;
    }
@media (max-width:320px) and (min-width:0px){
#mobile {
        display: block;
    }
}



/*
@media screen and (max-width: 420px) {
    #pesoinfoMonitor {
            display:none;
    }
	#pesoinfoMovil {
		display:inline;
    }
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 12px;
	}
}
*/
