body{
    font-size:100%;
}
body,input,textarea,select,button{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust:none;
    font-family: 'Noto Sans', sans-serif;
    font-weight:400;
    color:#545459;
}
p{
    text-rendering:optimizeLegibility;
}
strong{
    font-weight:700;
}
em{
    font-style:italic;
}

.horoscopo-homemujer {	width:100%; height:200px; margin:5px 0 20px 0; background-color: #f6f6f6 }
.botvertodos {float:right; padding:10px; margin:0 20px 0  0 }

#horoscopo-titmujer {
	font-size: 1.5em;
	font-weight:bold;
	clear: both;
	color: #55A6F7;
	text-transform:uppercase;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 23px;
}

.signo-contenedor-destacmujer {
	width: 60%; display: inline;
color: #333;
	border-radius:5px;
	padding-left: 20px;
}

.horoscopo-homemujer h1 { font-size: 2em; padding:10px 0; margin:0 }
.horoscopo-homemujer h2 { padding:0 0 0 0; margin:0; text-transform:uppercase; font-size:1.2em }
.horoscopo-homemujer h3 { padding:5px 0 20px 0; margin:0; text-transform:uppercase; font-size:1em}
.horoscopo-homemujer h4 { font-weight: normal}
.signo-izq-mujer {padding:0}
	
.signo-icono-mujer {
	float: left;
	height: 63px;
	width: 63px;
	margin-right: 20px; margin-bottom: 120px; padding-bottom: 80px}
	
.signo-icono-mujer img {
	height: 63px;
	width: 63px; padding-bottom: 80px }
	
.signo-desc-mujer { width: 65px; height:100px; margin-right: 25px }

.vertodos { float:right; width:135px}


@media (min-width: 300px) and (max-width: 479px) {
.horoscopo-homemujer {	width:100%; height:400px; margin:5px 0 20px 0}
.vertodos { float:none; width:135px; display: block }
}

