/*
 Theme Name:     Hijo ColorMag Pro
 Theme URI:      http://www.42webdesigns.com/
 Description:    Tema hijo para la web de FEXME
 Author:         42webdesigns
 Author URI:     http://www.42webdesigns.com
 Template:       colormag-pro
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../colormag-pro/style.css');


/* =Theme customization starts here
*/
.results {
	color:#ff0000;
}

ul.sin-results {
	color:#ff0000;
	margin-top: 10px;
}

ul.scrollul a:visited {
	color: #1d6289;
}

.scrollul li {
    width:100%;
    position:relative;
    list-style-type:none;
    float:left;
    box-shadow: 0 1px 3px 1px #E0E0E0;
    border-radius: 0px; 
    padding: 7px 10px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.scrollul img {
	margin-top: 5px;
	width: 190px;
	height: 110px;
	object-fit: cover;
}

.left {
    float:left;
    width:20%;
}

.right {
    float:right;
    width:78%;
    padding-left:10px;
}

.img-detalle {
width: 30%;height: 200px;object-fit: cover;padding:5px;
}

@media screen and (max-width: 500px) {
.img-detalle {
width: 100%;height: 200px;object-fit: cover;padding:5px;
}
}