body { padding:0; margin:0; background-color:#cf0000; background-image:url(../img/bg.jpg);}
ul, li { padding:0; margin:0; list-style:none;}
h1, h2, h3, h4, h5, h6 { font-family:Arial, Helvetica, sans-serif; color:#8dc63f; text-shadow:-1px 1px 2px #000000;  padding:0 0 8px 0; margin:10px 0 8px 0; border-bottom:1px dashed #FFCC33;}
.text_gral { font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:13px; line-height:20px;}
.content { width:950px; margin:0 auto; clear:both; display:block;}

h1.titulo { background-color:#8dc63f; color:#fff; padding:10px 0; margin-bottom:8px; text-align:center; border-radius:5px;}
h1.titulo_nar { background-color:#f7941d; color:#fff; padding:10px 0; margin-bottom:8px; text-align:center; border-radius:3px;}


#header {
	background-color:#FFF;
	border-bottom:10px solid #860000;
	min-height:5px;
	overflow:hidden;
}
#logo {
	float:left;
	width:400px;
	margin-top:35px;
}

#menu_superior {
	clear:both;
	min-height:5px;
	overflow:hidden;
	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #a50000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#a50000)); 
	background: -webkit-linear-gradient(top,  #ff0000 0%,#a50000 100%);
	background: -o-linear-gradient(top,  #ff0000 0%,#a50000 100%);
	background: -ms-linear-gradient(top,  #ff0000 0%,#a50000 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#a50000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a50000',GradientType=0 );

}

ul.menu_superior li a {
	width:156px;
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #a50000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#a50000)); 
	background: -webkit-linear-gradient(top,  #ff0000 0%,#a50000 100%);
	background: -o-linear-gradient(top,  #ff0000 0%,#a50000 100%);
	background: -ms-linear-gradient(top,  #ff0000 0%,#a50000 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#a50000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a50000',GradientType=0 );
}

ul.menu_superior li a:hover, ul.menu_superior li.activo a {
	text-shadow:-1px 1px 1px #000000, 0 0 3px #000000;
	text-decoration:underline;
	background: -moz-linear-gradient(top,  rgba(61,0,0,1) 0%, rgba(61,0,0,0.99) 1%, rgba(181,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,0,0,1)), color-stop(1%,rgba(61,0,0,0.99)), color-stop(100%,rgba(181,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,0,0,1) 0%,rgba(61,0,0,0.99) 1%,rgba(181,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,0,0,1) 0%,rgba(61,0,0,0.99) 1%,rgba(181,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,0,0,1) 0%,rgba(61,0,0,0.99) 1%,rgba(181,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,0,0,1) 0%,rgba(61,0,0,0.99) 1%,rgba(181,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d0000', endColorstr='#00b50000',GradientType=0 ); /* IE6-9 */
}

li.b_menu a{
	border-left:2px groove #f00;
	border-right:2px groove #f00;
}

#galeria {
	height:300px;
	min-height:5px;
	overflow:hidden;
	border-top:10px solid #000;
	border-bottom:10px solid #000;
	background-color:#FFF;
}

#contenido {
	margin-bottom:10px;
	overflow:hidden;
	min-height:5px;
}
	.bienvenida {
		font-size:24px;
		line-height:28px;
	}

	.parrafos {
		width:460px;
		padding:5px;
		float:left;
		background:rgba(0,0,0,.3);
		height:191px;
		border-radius:5px;
		margin:15px 0;
	}
	.parrafos img {
		float:left;
		width:130px;
		margin-right:5px;
	}
	.recuadros {
		width:290px;
		padding:5px;
		min-height:5px;
		overflow:hidden;
		background-color: rgba(0,0,0,.3);
		border-radius:5px;
		float:left;
	}

.apt_1 {
	margin-top:25px;
	width:460px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
	line-height:20px;
}

.apt_2 {
	clear:both;
	min-height:5px;
	overflow:hidden;
}

.apt_2 img {
	width:80px;
	float:left;
	margin-right:10px;
}
ul.valores li {
	list-style:url(../img/ind_titulos.png);
	margin-left:30px;
	margin-bottom:6px;
}
.nar {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px 1px 2px #000;
}

.lista_1 li{
	float:left;
	font-size:13px;
	font-weight:bold;
	list-style:url(../img/ind.png);
	margin-right:15px;
	margin-left:18px;
}


.lista_2 li{
	font-size:13px;
	margin:0 7px;
	list-style:url(../img/ind.png);
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
}


.lado_i {
	margin-right:50px;
	float:left;
}

.lado_d, .lado_i {
	width:440px;
	padding:5px;
	text-align:center;
	float:left;
	box-shadow:5px 5px  5px #550000;
}

.lado_i img, .lado_d img {
	float:left;
	margin-right: 50px;
	width:180px;
}

.titulo_seccion {
	font-size:20px;
	font-weight:bold;
	color:#8dc63f;
}



	ul.modelos li a {
		width:280px;
		float:left;
		margin:18px;
		box-shadow:0 0 5px #000;
		opacity:1;
	}
	
	.dark {
		background-color:#900;
		background-image:url(../img/dark.jpg);
		color:#cacaca;
		padding:10px;
	}
	.dark img {
		float:right;
		margin-top:35px;
		border:5px solid #FFF;
		box-shadow:5px 5px 8px #000000;
	}
	.dark h3 {
		font-size:22px;
		color:#fff;
		text-shadow:none;
		text-align:center;
		border-bottom:1px dashed #cc0000;
	}


ul.modelos li.dcp1 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp2 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp3 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp4 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp5 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp6 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp7 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp8 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}
ul.modelos li.dcp9 a{ background-image:url(../img/ver_mas.jpg); background-size:100% 100%; background-position:top; background-repeat:no-repeat;}

.modelo_img {
	opacity:1;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
}

.modelo_img:hover {
	opacity:0;
}



#footer{
	margin-top:5px;
	background-color:#860000;
	padding:15px 0;
	border-top:3px groove #860000;
	min-height:5px;
	overflow:hidden;
	clear:both;
}
ul.menu_inferior li a {
	color:#FF3333;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:0 10px;
	text-decoration:none;
}
ul.menu_inferior li a:hover {
	color:#FFf;
}
#footer .liga_mkt{
 color:#ffffff;
 font-family:Arial;
 font-size:15px;
 text-decoration:none;
}
#visitas{
 width:100%;
 display:inline-block;
 text-align: center;
 font-family: Arial;
 font-size:12px;
}


/*barra social*/

.icon-online {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;

}
.icon-online a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 30px;
}

.online:hover {
    padding: 10px;

}
