@import url(http://fonts.googleapis.com/css?family=Raleway);
@font-face {
	font-family: demo;
	src: url(http://fonts.googleapis.com/css?family=Raleway);
}
body {
	left: 0px;
        margin: 0px; 
        padding: 0px;
        background-color: #f0f0f0;
        font: 13px/100% Arial, Helvetica, sans-serif;
}
#beneficios {
        margin-left: 0px;
	width: 450px;
}

#beneficios ul {
    list-style-position: inside;
    list-style-type: none;
    /*border: 1px solid #c0c0c0;*/
}

#beneficios li {
    list-style-image: url('http://evarcha.mx/images/vink.png');
    font-family: Verdana;
}


#internet {
	margin-left: 0px;
	width: 340px;
	display: inline-block;
}
#internet ul {
    list-style-position: inside;
    list-style-type: none;
    /*border: 1px solid #c0c0c0;*/
}

#main li {
    list-style-image: url('http://evarcha.mx/images/map_wireless_on.png');
    height: 40px;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;

}
#internet li {
    height: 40px;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;

}

A:link {text-decoration: none; color: black; font-weight: bold;}
A:visited {text-decoration: none; color: black; }
A:active {text-decoration: none; color: orange; }
A:hover {text-decoration: none;  color: orange;}

#footer A:link {text-decoration: underline; color: white; font-weight: bold;}
#footer A:visited {text-decoration: underline; color: white; }
#footer A:active {text-decoration: underline; color: orange; }
#footer A:hover {text-decoration: underline;  color: orange;}

hr {
     color: #fff;
     background: #fff; 
     width: 100%; 
     height: 0.002em;
}
