@charset "utf-8";
/* CSS Document 
Amarillo: #ffca08
Azul: #11499c
Gris: #555
Morado:#9933cc

*/

html{margin:0; padding:0}

body {
	background: url(images/bg.gif); 
	background-color:#fff; 
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Geneva, sans-serif, ;
	margin:0; padding:0}
	
img{border:none;}
g:plusone{border:none;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } /* Hide from IE Mac \*/ 
.clearfix { display: block; } /* End hide from IE Mac */ 
.none { display: none; } /* End Clearfix */

@media only screen and (max-device-width: 480px) {

#slider-wrapper{display:none;}
}

/*-----------------------------------------------------------------------------------*/
/*	Animacion
/*-----------------------------------------------------------------------------------*/
.load {
    -webkit-animation-name: slideAnimation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	
}

	
@-webkit-keyframes slideAnimation {

	0% {-webkit-transform: translateY(-50px); opacity:100;}
    100% {-webkit-transform: translateY(0);}
}

/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/

#fondo{width:100%; height:100%;  z-index:-1; position:absolute; background:url(images/triangulos_bg.png) top center no-repeat;}

#wrapper{width:1000px; height:1170px; margin:auto; z-index:1;}

.titulo{width:auto; height:15px; padding:5px; background:#555;}

.titulo h1{color:#fff; text-transform:uppercase; font-size:12px; font-weight:bold; margin:0;}

iframe{border:1px solid #fff;}

.gborder{border:1px solid #ccc}

/*-----------------------------------------------------------------------------------*/
/*	Fonts
/*-----------------------------------------------------------------------------------*/

p{
	font-size:12px;
	color:#555;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif; }
a {
	color: #13499f; 
	text-decoration: none; }
a:hover {
	color: #00b0df; 
	font-style: normal;
	text-decoration: none; }

h1{font-size:12px; margin:0; font-family: 'PT Sans', sans-serif;}

h3{color:#555; font-size:26px; font-family:"Microsoft PhagsPa", Verdana, Geneva, sans-serif;}

h4{color:#555; font-size:18px; font-family:"Microsoft PhagsPa", Verdana, Geneva, sans-serif;}

h5{color:#555; font-size:14px; font-weight:bold; font-family:"Microsoft PhagsPa", Verdana, Geneva, sans-serif; text-align:right}

h6{color:#555; font-size:12px; font-family:"Microsoft PhagsPa", Verdana, Geneva, sans-serif;}

span{color:#11499c}
/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

#header{width:auto; height:200px; font-size:12px; color:#333; font-family:Tahoma, Geneva, sans-serif; padding:10px;}

.logo{float:left; margin:20px 0px 0px 60px; width:180px; height:180px;}

.head_right{float:right; margin:20px 0px 0px 0px; width:730px; height:130px; z-index:5}

/*-----------------------------------------------------------------------------------*/
/*	Servivios
/*-----------------------------------------------------------------------------------*/

#servicios{width:998px; height:241px; margin:auto; background:#FFF; border:1px solid #ccc;}

#servicios p{margin-top:0px;}

#servicios a{color:#000;}

#servicios .box{width:199px; height:113px; float:left; margin:0;}

.alpha img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;}
.alpha img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;}

.verde{border-top:7px solid #6C3;} .v h1{border-bottom:2px solid #6C3; text-align:center}

.rosa{border-top:7px solid #F36} .r h1{border-bottom:2px solid #F36; text-align:center}

.azul{border-top:7px solid #09C} .az h1{border-bottom:2px solid #09C; text-align:center}

.amarillo{border-top:7px solid #ffca08} .am h1{border-bottom:2px solid #ffca08; text-align:center}

.morado{border-top:7px solid #93C} .m h1{border-bottom:2px solid #93C; text-align:center}

/*-----------------------------------------------------------------------------------*/
/*	Interiores
/*-----------------------------------------------------------------------------------*/

#center{width:1000px; margin-bottom:15px; background:#FFF; border:1px solid #ccc; border-top:25px solid #555;}
#center .left{float:left; width:710px; height:auto; padding:20px;}
#center .left p{text-align:justify}
#center .right{float:left; width:230px; height:auto; padding:20px 20px 20px 0}

#center .porta{width:960px; height:auto; float:left; padding:20px}
#center .porta h5{text-align:right;}

/*-----------------------------------------------------------------------------------*/
/*	Left y Right
/*-----------------------------------------------------------------------------------*/

#left{width:698px; margin:0 0 10px 0; height:auto; float:left; border:1px solid #CCC; background:#FFF;}

#left .thumb{width:224px; height:155px; float:left; border:4px solid #fff; background:#CCC}

#right{width:284px; margin:0 0 0 15px; height:auto; float:left;}

#right .publicidad{width:284px; height:172px; float:left; background:#eee}

#right .contenido{width:98%; border-top:25px solid #555; height:auto}


/*-----------------------------------------------------------------------------------*/
/*	Formulario de Contacto
/*-----------------------------------------------------------------------------------*/

form#contactForm {
	overflow: hidden;
	border:none;
}

form#contactForm p {
	margin-top: 0;
}

form#contactForm input[type="text"] {
	background: url('../img/lightInputBG.png') 0 0 repeat-x;
	height: 47px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    border: 1px solid #e1e5e9;
    width: 260px;
    padding: 0 10px;
}

	form#contactForm input[type="text"]:hover {
	    border: 1px solid #b8babd;
	}

form#contactForm textarea {
	background: url('../img/lightTextareaBG.png') 0 0 repeat-x;
	height: 179px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    border: 1px solid #e1e5e9;
    width: 590px;
    padding: 10px 10px 0 10px;
}

	form#contactForm textarea:hover {
	    border: 1px solid #b8babd;
	}
	
form#contactForm label {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

form#contactForm p.additionalOptions a {
	color: #ee9b00;
	line-height: 41px;
	height: 41px;
}

p.oneHalfCol {
	width: 47%;
	margin-right: 3%;
	float: left;
}


/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

#footer{width:100%; height:220px; background:#eee; border-top:1px solid #ccc; margin: 15px auto}


#footer .contenido{width:1000px; margin:20px auto 0 auto; height:110px;}
#footer .box{width:230px; margin-right:20px; float:left;}

/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/

#slider-wrapper{width:1000px; height:300px; background:#fff; margin-bottom:15px;}

#slider {
	position:relative;
    width:1000px;
    height:300px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*-----------------------------------------------------------------------------------*/
/*	Menu Principal
/*-----------------------------------------------------------------------------------*/

#menu1{
	float:left;
	width:100%;
	height:28px;
	margin-top:55px;
}
#nav2, #nav2 ul{
	margin:0px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	font-weight:bold;
	text-align:center;
	line-height:12px;
	float:right;
	
}

#nav2 a{
	display:block;
	color:#333;
	text-align:center;
	text-decoration:normal;
	text-transform:capitalize;
	font-weight:normal;
	font-size:14px;
	font-family:"Microsoft PhagsPa", Arial, Helvetica, sans-serif;
	
}

#nav2 a:hover{
	color:#fff;
	text-decoration:none;
}

#nav2 li{
	float:left;
	position:relative;
	padding:8px;
	text-align:center;
	margin-left:22px;
	width: auto;
	
}
#nav2 li:hover{
	background-color:#094fa3;
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-khtml-border-radius: 10px;
	}
#nav2 li:hover a{color:#fff}
#nav2 ul {
	position:absolute;
	z-index:4;
	display:none;
	width:200px;
	color:#333;
	font-size:12px;
	margin-left:-8px;
	margin-top:8px;
}

#nav2 li ul a{
	float:left;
	position:relative;
	width:100px;
	/*margin-top:10px;*/
	text-align:center;
	font-size:12px;
	color:#000;
}
#nav2 li ul a:hover{
	color:#000;
	background:#f3cd22;
}
#nav2 li ul li:hover{
	color:#000;
	background:#f3cd22;
}


#nav2 ul ul{
	top:auto;
}	

#nav2 li ul ul {
	left:50px;
	margin:10px 0 0 100px;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li:hover ul ul ul ul{
	display:none;
	
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li li li li:hover ul{
	display:block;
}
/*-----------------------------------------------------------------------------------*/
/*	Menu de Servicios en Interiores
/*-----------------------------------------------------------------------------------*/

#menu2{
	width:230px;
	height:auto;
	padding:0px;
	clear:both;
	float:left;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
}
#menu img{margin:5px 10px 0 0;}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:2.5em;
}

#nav a{
	display:block;
	background: #fff;
	padding:0px 10px;
	color:#555;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	border-bottom:1px solid #999;
}

#nav a:hover{
	background-color:#eee;
	color:#555;
}

#nav li{
	float:left;
	position:relative;
	width:228px;
	margin-top:0px;
	text-align:left;
	font-size:11px;
}

#nav ul {
	position:absolute;
	z-index:2;
	display:none;
	width:12em;
	height:30px;
	margin-left:190px;
	margin-top:-25px;
}

#nav li ul a{
	width:12em;
	height:23px;
	float:left;
	
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:50px;
	margin:0px 0 0 94px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}


