/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#breadcrumbs,
#content { margin: 1px; 
background: #fff none repeat scroll 0 0 padding-box;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 4px;
padding: 15px;}

#toolbar .module{
	background: none;
	border: none;
	padding: 4px;
}
#toolbar,
#footer {  }

#header { margin: 5px 5px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; 
	background: none;
	border: none;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Layout Widescreen Elements */
body#page { background: #ece7e0; }

#block-toolbar {
	background: rgba(255,255,255,0.4);
	background-clip: padding-box;
	box-shadow: 0 -1px 0 rgba(255,255,255,1) inset,
				0 1px 3px rgba(0,0,0,0.06),
				0 3px 8px rgba(0,0,0,0.05);
}
#block-main {  }
#block-bottom { padding: 1px 0; }
#block-footer { box-shadow: 0 1px 8px -8px rgba(0,0,0,0.8) inset; }

/* Layout Content Elements */
#toolbar {
	line-height: 1px;
	color: #888;
	font-size: 13px;
}

#menu {
	position: relative;
	margin-top: 15px;
	float: right; 
}

.menu-responsive { margin-top: 15px; }

#footer {
	padding: 10px 0;
	color: #555;
	font-size: 12px;
	text-align: left;
	background: rgba(0, 0, 0, 0) url("../images/footer.png") repeat-x scroll 0 0;
	text-align: left;
}

#footer a { color: #888; }

#totop-scroller {
	display: block;
	position: absolute;
	top: 13px;
	right: 0;
	z-index: 1;
	width: 19px;
	height: 20px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
	opacity: 0.6;
}
#totop-scroller:hover { opacity: 1; }

/* Section Line Style */
.top-a-sep #top-a,
.top-b-sep #top-b,
.main-sep #main,
.bottom-a-sep #bottom-a {
	min-height: 150px;
	margin-top: 2px;
	padding-top: 3px;
	background-size: contain;
}

.dpto_contacto{
	background-color: #ffcccc;
	border-radius: 10px;
	float: left;
	height: 350px;
	margin-right: 10px;
	width: 300px;
}

.not1 a{
	background: rgba(0, 0, 0, 0) url("../images/btn.png") repeat-x scroll 0 bottom;
	border: 1px solid #dadada;
	border-radius: 4px;
	color: #383838;
	padding: 5px 8px;
	text-decoration: none;
}

.not1 a:hover{
	background: rgba(0, 0, 0, 0) url("../images/btn.png") repeat-x scroll 0 top;
	border-color: #b20e0e;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}