@charset "utf-8";
/* CSS Expo Hogar */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Didact Gothic', sans-serif;
	color:#333;
	line-height: 1;
}
.main {
	width:962px;
	background:#fff;
	margin:30px auto 10px auto;
	padding:15px;
	overflow:auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.75);
}
.bottom {
	margin:10px auto;
}

/****************************************************************************************** .header **/

.main .header {
}
.main .header .logo {
	width:261px;
	height:94px;
	float:left;
}
.main .header .logo a {
	width:261px;
	height:94px;
	float:left;
	background:url(../images/logo.jpg) no-repeat center center;
}
.main .header .logo a h1 {
	text-indent:-9999px;
}

.main .header .icos {
	float:right;
	padding:5px;
	margin-top:0px;
	margin-bottom:15px;
	width:400px;
	text-align:right;
	margin-right:20px;
}

.main .header .nav {
	background:url(../images/menu_bg.jpg) repeat-x;
	float:right;
	min-height:13px;
	padding:5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.75);
	margin-top:0px;
	margin-bottom:25px;
	margin-right:20px;
}
.main .header .nav a {
	color:#333;
	float:left;
	padding:5px 25px;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}
.main .header .nav a.active {
	background:url(../images/menu_bg2.png) repeat-x top;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.main .header .nav .line {
	background:url(../images/line.jpg) no-repeat;
	width:3px;
	height:25px;
	float:left;
}
.main .header .banners {
	background:#f3f3f3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	overflow:auto;
	width:946px;
	padding:10px 8px;
	margin-top:10px;
	float:left;
}
.main .header .slider-wrapper {
	float:left;
	width:310px;
	height:265px;
	margin-left:8px;
}
.main .header .slider-wrapper:first-child {
	margin-left:0px;
}
.main .header .slider-wrapper img {
	width:310px;
	height:265px;
}

/****************************************************************************************** .inner **/



.main .content2 {
	overflow:auto;
	padding-top:300px;
	float:left;
}


.main .content {
	overflow:auto;
	padding-top:20px;
	float:left;
}
.main .content .inner {
	overflow:auto;
	float:left;
	width:605px;
	padding:10px;
	border-right:1px dashed #ddd;
}
.main .content .title {
	display:block;
	color:#fafafa;
	font-size:25px;
	font-family:'Abel', sans-serif;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	padding:5px 20px;
	float:left;
}
.main .content .small_title {
	display:block;
	padding:4px 10px;
	font-size:20px;
	font-style:italic;
	color:#666;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #999;
	text-align:center;
	margin-bottom:15px;
}
.main .content .block {
	background:url(../images/block_bg.jpg) repeat-x bottom;
	padding:10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	float:left;
	width:580px;
	margin-bottom:20px;
	text-align:justify;
}
.main .content .inner .block .imgcont {
	display:inline;
	padding:10px;
	overflow:auto;
	margin-left:-10px;
	margin-top:-10px;
	width:188px
}
.main .content .inner .block .img_block {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:188px;
}


.main .content .inner .block .img_block2 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:188px;
}


.main .content  .block .l-h {
	line-height:normal;
	display:block;
}

.main .content .block .vermas {
	font-size:15px;
	float:right;
	padding:8px 15px 10px 15px;
	color:#fafafa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	margin-top:25px;
}
.main .content .block .minus {
	margin-top:-8px;
}

/****************************************************************************************** .sidebar **/

.main .content .sidebar {
	float:right;
	padding:10px;
	width:316px;
}
.main .content .sid {
	width:294px;
}
.main .content .sidebar .social {
	float:left;
	width:296px;
	height:161px;
	margin-left:18px;
}
.main .content .sidebar #fb {
	background:url(../images/contact.jpg) no-repeat;
	margin-left:0px;
}
.main .content .sidebar #tw {
	background:url(../images/tw.png) no-repeat;
}
.main .content .sidebar #ms {
	background:url(../images/msg.png) no-repeat;
	height:68px;
	margin-top:-6px;
}
.main .content .sidebar #gp {
	background:url(../images/gp.png) no-repeat;
	width:56px;
	height:56px;
}

/****************************************************************************************** .footer **/

.main .footer {
	float:left;
	margin-left:275px;
}
.main .footer .link {
	text-align:center;
	margin-top:30px;
}
.main .footer .link a {
	color:#333;
	padding:0px 15px;
	text-decoration:none;
}
.main .footer #none {
	height:82px;
}
.bottom {
	background:url(../images/footer_bg.jpg) repeat-x;
	color:#fafafa;
	font-size:14px;
	padding:20px 10px;
	width:972px;
	margin:-96px auto;
}
.bottom img {
	float:right;
	width:80px
}
/****************************************************************************************** .form **/
form.contactform {
	width:518px;
	padding: 10px;
	margin:40px auto;
	background:url(../images/form_bg.png) bottom no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
	overflow:auto;
}
form.contactform span {
	font-size:12px;
	float:left;
	width:95px;
	margin-top:8px;
	padding-left:5px;
}
form.contactform input {
	float: left;
	margin-top:15px;
	padding-left:10px;
	width:234px;
	height:25px;
	margin-left:10px;
	color:#999;
	font-style:italic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
}
form.contactform .focus {
	color:#333;
}
form.contactform input.submit {
	width: 62px;
	height: 28px;
	display:block;
	margin:0 auto;
	cursor:pointer;
	float:none;
	color:#fafafa;
	font-style:normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
	font-family:Verdana;
	font-size:12px;
}
form.contactform textarea {
	margin-top:15px;
	width:486px;
	font-size:12px;
	max-width:486px;
	resize:none;
	float:left;
	padding-left:10px;
	padding-top:4px;
	height:102px;
	max-height:102px;
	margin-left:10px;
	font-family:Verdana;
	margin-bottom:20px;
	color:#999;
	font-style:italic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
}
#loader {
	width: 300px;
	padding: 10px;
	margin: 0px auto 20px auto;
	font-style:italic;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
	text-align:center;
	display:none;
}




.galeria a{
	width:160px; 
	margin:5px; 
	padding:5px;
	display:block;
	float:left;
	border:2px solid silver;
	border-radius:10px;
	background:white;
}

.galeria a img{
	width:160px;
	border-radius:10px;
}

.galeria a:hover{
	border:2px solid gray;
	border-radius:5px;
	background:#EAEAEA;
}
