/*
Theme Name:     Canvas Hijo
Description:    Canvas Hijo 
Author:         jcordero
Template:       canvas

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../canvas/style.css");

/*
Poner borde caja gris claro
*/
body div.woo-sc-box {
border: 1px solid rgba(176, 176, 176, 0.74) !important;
}

body div.woo-sc-hr {
-border-bottom: 1px solid #B0B0B0;
-box-shadow: 0px 5px 0px #E8E8E8;
}

.content-box-arevalo {
margin: 10px 0px 10px 0px;
overflow: hidden;
padding: 20px;
border-radius: 0px;
border: 1px solid #00A9E0;
background-color: #ffffff;
color: #333333;
font-size: 24px;
font-weight: bold;
text-align: center;
line-height: 150%;
}

.content-box-panaderos {
margin: 20px 0px 20px 0px;
background-image: url(/wp-content/uploads/slideB.jpg);
-background-position: center;
-background-repeat: no-repeat;
-background-attachment: fixed;
background-position: 30% 20%; 
overflow: hidden;
padding: 80px;
border-radius: 0px;
background-color: #ff0000;
color: #ffffff;
font-size: 28px;
font-weight: bold;
text-align: center;
line-height: 150%;
}

.content-box-mujer {
margin: 20px 0px 20px 0px;
background-image: url(/wp-content/uploads/slider-c.jpg);
background-position: left;
-background-repeat: no-repeat;
-background-attachment: fixed;
background-position: 30% 20%; 
overflow: hidden;
padding: 60px;
border-radius: 0px;
background-color: #ff0000;
color: #ffffff;
font-size: 28px;
font-weight: bold;
text-align: center;
line-height: 150%;
}

.twocol-one {
margin-bottom:-3% !important;
}

/*
Quitar fondo gris de fotos
*/

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    background: rgba(255, 255, 255, 0) !important;
}





