/*CAMBIOS*/
A:visited
{
	color: initial;
}
P,
LI,
INPUT
{
	font-weight: 400 !important;
}
/*Elimina el titulo del sitio en el header*/
.site-branding
{
	display: none;
}
/*Activa el color destacado en el menu segun la pagina activa*/
.menu .current-page-ancestor A,
.menu .current_page_item A,
.main-navigation UL LI A:active,
.menu .menu-iluminado,
#site-navigation LI.current-post-parent A,
.menu .current_page_item A,
.main-navigation UL LI A:active,
.menu .current-menu-item A,
#site-navigation UL LI:hover > A,
#site-navigation LI.current-post-parent UL LI.current-menu-item A,
#site-navigation LI.current-post-parent UL LI A:hover,
#site-navigation LI.current-menu-item UL LI A:hover
{
	color: #FFF;
	background-color: #BF392B;
}
#site-navigation LI.current-post-parent UL LI A,
#site-navigation LI.current-menu-item UL LI A
{
	background: #FFF;
	color: #000;
}
/*Quita el fondo del FOOTER adicional*/
FOOTER.entry-footer
{
	background: none;
	padding: 0px;
}
/*Quita el espaciado en la zona de contenido*/
.page-content,
.entry-content,
.entry-summary,
.hentry
{
	margin: 0px;
}
/*Elimina el titulo de la pagina en el contenido*/
H1.entry-title
{
	display: none;
}
/*Elimina el titulo en la zona de widgets*/
.widget-title
{
	display: none;
}
/*Elimina el padding despues del widget*/
.widget
{
	margin-bottom: 0px;
}
/*Agrega los bordes a los itemes del menu*/
NAV UL LI
{
	border-right: solid 1px #D0D2D3;
}
NAV UL LI:nth-child(1)
{
	border-left: solid 1px #D0D2D3;
}
/*STYLE.CSS define clear:both, pero el tema no lo puede tener. Lo reseteamos*/
H1,
H2,
H3,
H4,
H5,
H6
{
	clear: initial;
}
/*STYLE.CSS define espaciado para los UL, OL, pero el tema no. Lo reseteamos*/
UL,
OL
{
	margin: initial;
}
/*Peeero, el UL de algunas partes tiene un margen abajo. Lo ponemos de nuevo*/
.contenedor-gestiones UL,
.redessociales UL
{
	margin-bottom: 10px;
}
/*...excepto este:*/
FOOTER .redessociales UL
{
	margin-bottom: 0px;
}
A.presupuesto-vallauri
{
	color: #FFF !important;
}
/*STYLE.CSS define diferente espaciado en los INPUT. Lo colocamos de nuevo*/
INPUT[type="text"],
INPUT[type="email"],
INPUT[type="url"],
INPUT[type="password"],
INPUT[type="search"]
{
	padding: 6px 12px;
}
/*Correccion al espaciado del footer, para que quede justo-justo*/
FOOTER
{
	padding-bottom: 39px;
}
/*FORMULARIOS Contact Form 7 Correcciones*/
.wpcf7-form
{
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.site-content SPAN.wpcf7-not-valid-tip
{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*+border-radius: 0px 0px 3px 0px;*/
	-moz-border-radius: 0px 0px 3px 0px;
	-webkit-border-radius: 0px 0px 3px 0px;
	-khtml-border-radius: 0px 0px 3px 0px;
	border-radius: 0px 0px 3px 0px;
	background: #EEEEEE;
	font-size: 9.5pt;
	line-height: 16pt !important;
	font-family: Lato;
	padding: 0px 0px 0px 13px !important;
}
FOOTER .wpcf7-form
{
	overflow: hidden;
	justify-content: initial;
	display: block;
	flex-wrap: initial;
}
FOOTER FORM
{
	width: 100%;
	height: auto;
	overflow: hidden;
}
FOOTER .wpcf7-form BR
{
	display: none;
}
FOOTER SPAN.wpcf7-not-valid-tip
{
	position: initial;
	display: inline-block;
	float: none;
	font-size: 9.3pt;
	margin: 0px;
	padding: 0px !important;
	width: 100%;
	color: #FFF !important;
}
FOOTER DIV.wpcf7-response-output
{
	border: none !important;
	font-size: 9.3pt;
	color: #FFFF00;
	text-align: left;
	padding: 0px !important;
	width: 100%;
	margin: 0px auto 10px !important;
	clear: both;
}
/*Correccion a controles de SLIDER*/
.flex-control-nav
{
	bottom: 28px !important;
}
.flex-control-paging LI A
{
	background: none !important;
	border: 1px solid #FFF;
}
.flex-control-paging LI A:hover
{
	background: #231F20 !important;
}
.flex-control-paging LI A.flex-active
{
	background: #FFF !important;
}
.flex-control-nav LI A
{
	margin: 0 3px !important;
}
.metaslider .flexslider
{
	margin-bottom: 0px !important;
}
/*MENU*/
.menu-toggle
{
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F516764' , endColorstr='#7F516764');
	border-color: transparent;
	*background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none;
	border-bottom-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 20px;
}
/*RESPONSIVE*/
/*MENU*/
@media only screen and (min-width: 769px)
{
	.menu-toggle
	{
		display: none;
	}
	/*MENU SECUNDARIO*/
	.main-navigation UL
	{
		display: block;
		float: left;
		position: initial;
	}
	.main-navigation UL LI
	{
		position: initial;
	}
	.main-navigation UL LI UL
	{
		background-color: #FFFFFF !important;
		top: auto;
		max-width: 300px;
		min-width: 200px;
		width:iniital;
		border: 1px solid #D0D2D3;
	}
	#site-navigation UL LI UL LI
	{
		text-align: left !important;
		border-bottom: none !important;
		width: 100%;
		border: none !important;
	}
	#site-navigation UL LI UL LI A
	{
		text-decoration: none;
		display: block;
		border-bottom: none !important;
		padding: 8px 20px;
		width: 100%;
		white-space: nowrap;
		color: #252525;
		font-size: 12px;
		font-family: Lato;
		font-weight: 400;
	}
}
@media only screen and (max-width: 768px)
{
	.main-navigation
	{
		margin: 0px auto;
		position: initial;
	}
	.main-navigation DIV
	{
		margin-left: -400px;
	}
	.main-navigation.toggled DIV
	{
		/*+transition: all 0.3s;*/
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		margin-left: 0px;
	}
	.main-navigation UL
	{
		position: absolute;
		/*overflow: hidden;*/
		width: 95%;
		z-index: 999999;
	}
	.main-navigation UL LI
	{
		width: 100%;
	}
	.main-navigation UL UL
	{
		width: 80%;
		right: 27px;
		top: 40px !important;
	}
	.main-navigation UL UL LI
	{
		width: 100%;
	}
	.main-navigation UL UL LI A
	{
		width: 100%;
	}
}
/*FOOTER*/
@media only screen and (max-width: 1036px)
{
	.mapa-vallauri,
	.direccion-vallauri
	{
		margin: 0px auto 30px;
		float: none !important;
	}
}
/*CONTENIDO*/
@media only screen and (max-width: 1000px)
{
	.contenedor-vallauri,
	.contenedor-logo
	{
		width: 95%;
		max-width: 95%;
	}
	.galeria-trabajos
	{
		max-width: 65%;
	}
	.descripcion-proyectos
	{
		max-width: 33%;
	}
	.img-blog
	{
		max-width: 40%;
	}
	.contenedor-blog
	{
		max-width: 55%;
	}
	.form-vallauri .input-group,
	.button-contacto
	{
		float: none !important;
		margin: 0px auto 22px;
	}
}
@media only screen and (max-width: 768px)
{
	.proyectos-vallauri
	{
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	.metaslider .nivoSlider
	{
		display: none;
	}
	.alineacion
	{
		margin: 0px auto;
		float: none;
	}
}
@media only screen and (max-width: 690px)
{
	.galeria-trabajos
	{
		max-width: 100%;
	}
	.descripcion-proyectos
	{
		max-width: 100%;
	}
}
@media only screen and (max-width: 640px)
{
	.img-blog
	{
		max-width: 100%;
	}
	.contenedor-blog
	{
		max-width: 100%;
	}
}
/*PAGINAS DE WP*/
.contenedor-vallauri .widget
{
	padding-top: 24px;
	margin-bottom: 24px;
	border-top: 1px solid #000;
}
.page-header
{
	margin: 0px;
	padding: 20px 0px 0px;
}
.page-header H1,
H2.widget-title,
H2.widgettitle,
H2.entry-title,
H2.entry-title A
{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	padding: 16px 0px !important;
	color: #6D6E71;
	text-align: left;
	text-transform: none;
	margin: 0px;
}
.page-content .search-form
{
	float: none;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
}
.page-content .search-form LABEL
{
	width: 100%;
	display: block !important;
	margin: 0px 0px 40px 0px;
	box-sizing: content-box;
	float: left;
}
.page-content .search-submit
{
	display: none;
}
.page-content .search-field
{
	width: 90%;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Lato;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px auto;
	display: block;
}
.page-content .widget_archive SELECT
{
	width: 90%;
	margin: 0px auto;
	display: block;
	padding: 5px 3px 6px 10px !important;
	box-sizing: content-box;
	font-family: lato;
	color: #999;
	border: 1px solid #CCCCCC;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.page-content .entry-summary P,
.page-content .article-center-text P
{
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #6D6E70;
	line-height: 30px;
	text-align: left;
}
HEADER.resultado-busqueda
{
	border-top: 1px solid #000 !important;
	margin: 24px 0px 0px;
	padding: 24px 0px 0px;
}
/*COMENTARIOS DE WP*/
.comments-area
{
	clear: both;
	padding: 2px 23px 23px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #ACACAC;
}
.comments-area .comment-list
{
	padding: 2px 23px 23px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 16px;
	list-style: none !important;
}
.comments-area .input-group
{
	margin: 0px 0px 10px 0px !important;
	padding: 0px;
	max-width: 100% !important;
}
.comments-area .comments-title
{
	padding: 10px 0px;
}
.comments-area .comment-respond
{
	background: #FFFFFF;
	padding: 0px 17px;
	margin-top: 23px;
	overflow: hidden;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.comments-area FOOTER
{
	background: #CDCDCD;
	padding: 13px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.comments-area P.form-submit #submit
{
	display: none;
}
/*WIDGETS DE WP*/
FOOTER .contenedor-vallauri .widget
{
	display: block;
	padding: 18px 20px 16px;
	background: #FFFFFF;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	width: 48%;
	margin: 0px 1% 20px;
	float: left;
	border: none;
}
FOOTER .contenedor-vallauri .widget .search-form LABEL
{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 7px;
	padding: 0px !important;
	height: 40px;
}
FOOTER .contenedor-vallauri .widget .search-form
{
	overflow: hidden;
	height: 33px;
}
FOOTER .contenedor-vallauri .widget .search-form .search-field
{
	width: 100%;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
FOOTER .contenedor-vallauri .widget UL
{
	list-style: none;
}
@media only screen and (max-width: 1036px)
{
	FOOTER .contenedor-vallauri .widget
	{
		margin: 0px auto 30px;
		float: none !important;
		width: 490px;
	}
}
@media only screen and (max-width: 500px)
{
	FOOTER .contenedor-vallauri .widget
	{
		width: 100%;
	}
}
FOOTER .contenedor-vallauri .widget .widget-title
{
	display: block;
}
FOOTER .contenedor-vallauri .widget_black_studio_tinymce
{
	background: none;
	width: 100%;
	padding: 0px;
	/*+border-radius: 0px !important;*/
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
FOOTER .contenedor-vallauri .widget_black_studio_tinymce .widget-title
{
	display: none;
}
FOOTER .contenedor-vallauri .widget_black_studio_tinymce .widget-title
{
}
FOOTER .contenedor-vallauri .widget_black_studio_tinymce
{
	padding-top: 0px;
	margin-bottom: 0px;
	border-top: none;
}
/**/
/**/
/**/
/**/
/**/
/**/
