/*
Theme Name: PalabritasMagicas
Theme URI: 
Author: Oasisweb
Author URI: www.oasisweb.cl
Description: Theme para PalabritasMagicas
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: PalabritasMagicas
Text Domain: palabritasmagicas.cl
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Indie+Flower|Kalam');
/* CSS Document */

body {
	background-color: #DDF5C5;
	font-family: 'Kalam', cursive;
}
h1{
	font-family: 'Caveat Brush', cursive;
	color: #1caadd;
	text-shadow: 2px 2px 2px black;
}
h2{
	font-family: 'Caveat Brush', cursive;
	color: #d5f5c5;
	text-shadow: 2px 2px 2px black;
	margin: 0px;
}
.inicio_camaras {
	background-color: #b3d666;
	background-image: url(img/bg_dibujos_blancos.png);
	background-repeat: repeat;
	overflow: hidden;
	min-height: 300px;
}

.texto_centrado{
	text-align: center;
}
.container {
	max-width: 1020px;
}

#portada {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-image: url(img/bg_portada.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#portada  #imagen {
	width: 60%;
	text-align: center;
	margin: auto;
}
#portada #imagen img {
	width: 80%;
	max-width: 400px;
}


#contenido {
	background-image: url(img/bg_nuves.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -120px;
	height: 300px;
	padding-top: 140px;
}

footer {
	min-height: 170px;
	background-image: url(img/bg_copy.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
footer .conejo_pie{
	max-width: 240px;
	min-width: 240px;
	min-height: 150px;
}
footer .conejo_pie .imagen_pie{
    bottom: 8px;
    right: 100px;
}
footer .conejo_pie .imagen_pie img{
	max-width: 240px;
	min-width: 240px;
}
#copy {
	height: 75px;
	width: 100%;
}

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#popup2 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:620px;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}
 
.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}
 
.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}
 
.close {
    position: absolute;
    right: 15px;
}
.close2 {
    position: absolute;
    right: 15px;
}