/*
Theme Name: Jose Miguel
Author: Blanko
Description: Tema unico para la pasteleria de jose miguel pasteleros
Version: 1.0
License: Jose miguel
*/

html, body {
  background-image: url("img/fondo.jpg");
  height: 100%;
  padding-top: 0;
}

.sidebar-completo {
	bottom:0px;
	top:0px;
}

.sidebar1 {
	background-image: url("img/fondo-sidebar1.jpg");
	background-repeat: repeat-y;
	height: 800px;
	padding: 0;
}

#pasteles {
	background-image: url("img/pasteles.png");
	background-repeat:no-repeat;
	background-position: left center;
	margin: 0;
	height: 800px;
}

#logo {
	position: absolute;
	left: 5px;
    top: 330px;
}

.sidebar2 {
	background-image: url("img/fondo-sidebar2.jpg");
	background-repeat: repeat-y;
	background-size: contain;
	height: 800px;
	padding: 0;
}

#semicirculo {
	background-image: url("img/semi-circulo.png");
	background-repeat:no-repeat;
	background-position: left center;
	margin: 0;
	height: 800px;
}

#menu {
	padding-top: 55px;
}

hr.menus {
	display: block;
	height: 1px;
    border: 0;
    border-top: 1px solid #967c4e;
    margin: 5px 0 5px 10px;
    padding: 0;
    width: 90%;
}

span.letras-menu {
	font-family: verdana,sans-serif;
	color: #967C4E;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}

.cuerpo {
	background-image: url("img/fondo-cuerpo.jpg");
	background-repeat:repeat-x;
	margin-top: 20px;
	text-align: center;
	min-height: 700px;
	background-size: cover;
	color: #730403;
}

.cuerpo h3 {
	font-size: large;
	text-align: left;
	margin-left: 10px;
	font-style: italic;
}

.inicio-texto {
	text-align: left;
	margin-left: 10px;
	font-style: italic;
}

#img-portada {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
}

.botones {
	margin-bottom: 10px;
}

.pagina-titulo {
	margin-top: 30px;
}


/* MOVILES */

#logo-movil {
	display: none;
}

@media (max-width: 767px) {

	#logo-movil {
		display: block;
	}
}

/* sobreescribir estilos de bootstrap */

blockquote {
	border-left: none;
}

/* Estilos basicos wordpress */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.size-medium {
	margin: 10px;
}

.size-full {
	width: 750px;
}

#menu-menu-2 {
	display: none;
}

/* sobreescribir estilos de gravity form */
.gform_wrapper {
  background: url("http://neovel.es/josemiguel/wp-content/uploads/2014/06/contact-300x261.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: right top;
  background-repeat: no-repeat;
  margin: 10px 0;
  max-width: 98%;
  overflow: inherit;
}

/* sobreescribir estilos plugin menu movil */
.responsiveSelectContainer {
	margin-top: 15px;
}