/*
Theme Name: HOLD - Duby
Theme URI: http://hold.mx/
Description: Duby
Author: Israel Falcón
Version: 1.0
Tags:
*/
@font-face {
    font-family: 'CoconRegularRegular';
    src: url('fonts/cocon-regular.eot');
    src: url('fonts/cocon-regular.eot') format('embedded-opentype'),
         url('fonts/cocon-regular.woff') format('woff'),
         url('fonts/cocon-regular.ttf') format('truetype'),
         url('fonts/cocon-regular.svg#CoconRegularRegular') format('svg');
}

h1 {
	font-family: 'CoconRegularRegular';
	font-size: 24px;
	font-weight: normal;
	color: #2478C3;
	margin: 5px 0 0 0;
}
h2 {
	font-family: 'CoconRegularRegular';
	text-shadow: 1px 1px 5px #000;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0 10px 0;
}
p{
	font-size: 13px;
	color: #666666;
}
ol li{
	font-size: 13px;
	color: #666666;
}
body {
	background: url(img/bg.png) top left repeat-x;
}
#header {
	height: 190px;
	position: relative;
}
#logo{
	position: absolute;
}
#star{
	position: absolute;
	top: 50px;
}
#home{
	min-height: 730px;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 2px 6px #333;
}
.bg-escribenos{
	background: url(img/bg-escribenos.png) no-repeat left top;
	min-height: 365px;
}
.bg-home{
	background: url(img/bg-home.png) no-repeat left top;
	padding: 20px;
	height: 227px;
}
.bg-gray{
	background-color: #EEEEEE;
	width: 380px;
	height: 110px;
	position: relative;
	padding: 20px;
	margin:5px 0 0 50px;
	box-shadow: 3px 3px 5px #741B0F;
}
.duby{
	position: absolute;
	top: -14px;
	left: -50px;
}
a.terminos{
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}
a.btn-ver-mas{
	background: url(img/btn-ver-mas.png) no-repeat left;
	display: block;
	width: 129px;
	height: 42px;
}
a.btn-ver-galeria{
	background: url(img/btn-ver-galeria.png) no-repeat left;
	display: block;
	width: 129px;
	height: 42px;
}
a.aviso{
	color: #fff;
	text-decoration: underline;
}
.receta-semana{
	background: url(img/receta-semana.png) no-repeat left;
	display: block;
	width: 101px;
	height: 105px;
	position: absolute;
	top: 190px;
	left: 200px;
}
#footer {
	height: 150px;
}
#footer span {
	color: #fff;
}
#nombre, #correo, #telefono, #ciudad, #estado {
	border: 1px solid #DCDDDD;
	width: 170px;
	height: 20px;
	margin: 0 0 15px 0;
}
#comentarios {
	border: 1px solid #DCDDDD;
	width: 170px;
	height: 60px;
}
#enviar {
	background-image: url(img/btn-enviar.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 129px;
	height: 42px;
	border: none;
}
form.wpcf7-form span{
	color: #fff;
	font-size: 10px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-size: 12px;
	color: #BABABA;
	font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	font-size: 12px;
	color: #BABABA;
	font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-size: 12px;
	color: #BABABA;
	font-style: italic;
}