@charset "UTF-8";

/* Naciste Extremo CSS Style */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#424343;
}
body {
	margin:0;
	background: #787b7f url(images/bg.jpg) repeat fixed;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
}
texto:link {
	color: #80a139;
	font-weight: bold;
}
texto:visited {
	color: #b1bb1c;
}
texto:hover {
	color: #b1bb1c;
}
texto:active {
	color: #b1bb1c;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-shadow: inherit;
}
.flecha_blanca {
	font-size:9px;
	color: #fff;
	font-weight: bold;
	font-stretch: condensed;
	padding-botom: 2px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #80a139;
	font-weight: bold;
}
.linkverde {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #80a139;
}
.flecha_verde {
	font-size:9px;
	color: #80a139;
	font-weight: bold;
	font-stretch: condensed;
}
.notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #595959;
}
.tituloexpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #595959;
	font-weight: bold;
}
.submenu_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight: bold;
}
.siguenos {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	font-weight: bold;
}
.footer_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #424343;
	line-height: 10px;
}



/* The SmartHOME CSS style */



#header {
	margin: 10px 0 8px;
	padding: 0;
	width: 800px;
	height: 100px;
	background: url(images/header_back.jpg) repeat-x;
	position: relative;
	color: #FFF;
	font-size: 11px;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 286px;
	height: 100px;
	font-size: 14px;
	text-indent:-9999px;/*Esto desaparece el texto*/
}

#header h1 a {
	width: 286px;
	height: 100px;
	background: url(images/smarthome_logo.jpg) top left no-repeat;
    float: left;
    text-decoration: none;
}

#language {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 25px;
}

#language a {
	color: #dcddde;
	font-weight: bold;
}

#audioPlayer {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 145px;
}

#newsletter {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	right: 25px;
	text-align: right;
}

#subscribe {
	margin: 0;
	padding: 2px 0;
}

#subscribe #email {
	float: right;
	padding: 0;
	margin: 0 0 0 4px;
	border: 1px solid #c7313e;
	width: 196px;
	height: 17px;
	font-size: 11px;
	color: #333;
}

#subscribe #send{
	float: right;
	margin: 0 0 0 4px;
	width: 49px;
	height: 19px;
}

#content {
	margin: 0 0 10px;
	padding: 0;
	width: 798px;
	border: 1px solid #9ea0a3;
	background: #FFF;
}

#navigation {
	margin: 0;
	padding: 0;
	width: 798px;
	height: 25px;
	background-color: #ff000e;
	color: #FFF;
}

#navigation ul {
	list-style: none;
	margin:0;
	padding:0;
}

#navigation ul li{
	padding: 0;
	margin: 0;
	float:left;
	height: 25px;
	text-indent: -1000em; /* Sacamos el texto de los enlaces del campo de vision */
}

#navigation ul li a {
	display: block;
	height: 25px;
	width: 100%;
	background-repeat: no-repeat;
}

/* ENGLISH LINKS */

#navigation ul li#home { width: 79px; }
#navigation ul li#smarthome { width: 157px; }
#navigation ul li#services { width: 162px; }
#navigation ul li#promos { width: 126px; }
#navigation ul li#gallery { width: 163px; }
#navigation ul li#contact { width: 111px; }

li#home a { background: url('images/btn_home.gif'); }
li#smarthome a { background: url('images/btn_smarthome.gif'); }
li#services a { background: url('images/btn_servicios.gif'); }
li#promos a { background: url('images/btn_promociones.gif'); }
li#gallery a { background: url('images/btn_galeria.gif'); }
li#contact a { background: url('images/btn_contacto.gif'); }

/* SPANISH LINKS */

#navigation ul li#sobre { width: 157px; }
#navigation ul li#servicios { width: 162px; }
#navigation ul li#promociones { width: 126px; }
#navigation ul li#galeria { width: 163px; }
#navigation ul li#contacto { width: 111px; }

li#sobre a { background: url('images_esp/btn_sobre.gif'); }
li#servicios a { background: url('images_esp/btn_servicios.gif'); }
li#promociones a { background: url('images_esp/btn_promociones.gif'); }
li#galeria a { background: url('images_esp/btn_galeria.gif'); }
li#contacto a { background: url('images_esp/btn_contacto.gif'); }


#navigation ul li a:hover { background-position: 0 -25px; }

#navigation ul li a#current { background-position: 0 -25px; }

#submenu {
	margin: 0;
	padding: 0;
	width: 798px;
	height: 25px;
	color: #535355;
	background: url(images/interior_submenu.jpg) repeat-x;
}

#submenu ul {
	margin:0;
	padding:0;
	height: 25px;
}

#submenu ul li {
	padding: 6px 0 0;
	margin: 0 8px;
	float:left;
	height: 25px;
	display: block;
	list-style: none;
}

#submenu ul li a {
	color: #525254;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
	color: #f00;
}

#navigation ul li a#subcurrent{
	text-decoration: underline;
	color: #f00;
}

#splash {
	margin: 9px;
	padding: 0;
	width: 780px;
	height: 350px;
}

#thumbs {
	margin: 0 10px;
	padding: 0;
	width: 780px;
	height: 100px;
}
#thumb01 {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 100px;
	float: left;
	display:inline;
}
#thumb02 {
	margin: 0 14px;
	padding: 0;
	width: 250px;
	height: 100px;
	float: left;
	display:inline;
}
#thumb03 {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 100px;
	float: left;
	display:inline;
}

#info {
	margin: 9px;
	padding: 0;
	width: 780px;
	text-align: justify;
	/*background-color: #666;*/
}

#quicklinks {
	margin: 0 7px 0 0;
	padding: 0;
	width: 215px;
	float: left;
}

#quicklinks h3 {
	margin: 0;
	padding: 4px 12px;
	background-color: #f00;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

#quicklinks img {
	margin-bottom: 10px;
}

#quicklinks dt {
	margin: 6px 0 2px;
	padding: 0 0 0 15px;
	background: url(images/interior_bullet_c.jpg) no-repeat left 2px;
}

#quicklinks dt a {
	font-size: 12px;
	font-weight: bold;
	color: #fe0000;
	text-decoration: underline;
}

#quicklinks dd {
	margin: 2px 0;
	padding: 0 0 8px 15px;
	border-bottom: 1px dotted #848484;
}

#section {
	margin: 0 0 10px;
	padding: 0 0 0 7px;
	width: 550px;
	min-height:360px;
	height:auto !important;
	height:360px;
	border-left: 1px solid #ababab;
	float: left;
}

#section h3 {
	margin: 20px 0 6px;
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fe0000;
	background: url(images/interior_bullet.jpg) no-repeat left 2px;
	text-decoration: underline;
	text-transform: uppercase;
}

#section p {
	margin: 0 15px 14px 0;
	padding: 0;
	line-height: 18px;
	text-align: justify;
}

#section a {
	text-decoration: none;
	font-weight: bold;
}

ul.list {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
}

ul.list li {
	margin: 2px 0;
	padding: 0;
}

ul#ventajas {
	list-style-image: url(images/interior_bullet_b.jpg);
	list-style-position: inside;
}

ul#ventajas li {
	margin: 22px 0;
	padding: 0;
}

#audioServ {
	margin: 20px 0 0;
	padding: 0 14px 0 0;
	width: 260px;
	height: 300px;
	float: left;
	display: inline;
	border-right: 1px dotted #95969b;
	border-bottom: 1px dotted #95969b;
}
#audioproServ {
	margin: 20px 0 0;
	padding: 0 0 0 15px;
	width: 260px;
	height: 300px;
	float: left;
	display: inline;
	border-bottom: 1px dotted #95969b;
}
#videoServ {
	margin: 0;
	padding: 10px 14px 0 0;
	width: 260px;
	height: 300px;
	float: left;
	display: inline;
	border-right: 1px dotted #95969b;
	border-bottom: 1px dotted #95969b;
}
#comunicacionServ {
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	width: 260px;
	height: 300px;
	float: left;
	display: inline;
	border-bottom: 1px dotted #95969b;
}
#securityServ {
	margin: 0;
	padding: 10px 14px 0 0;
	width: 260px;
	height: 570px;
	float: left;
	display: inline;
	border-right: 1px dotted #95969b;
}

#projectImg {
	margin: 0;
	padding: 0;
	width: 550px;
	height: 400px;
}

#projectNav {
	margin: 5px 0;
	padding: 0;
	background: url(images/06_galeria_barra.jpg) repeat-x;
	height: 50px;
}
#slideshow {
	margin: 4px 0;
	padding: 0;
	width: 470px;
	height: 42px;
	float: left;
}
#carousel {
	margin: 0;
	padding: 0;
	width: 470px;
	height: 42px;
}
#carousel ul {
	margin: 0;
	padding: 0;
	height: 42px;
	overflow: hidden;
}
#carousel ul li {
	padding: 0;
	margin: 0 6px 0 0;
	float: left;
	width: 40px;
	height: 40px;
	display: block;
	list-style: none;
}
.item {
	border: 1px solid #95969b;
}
.itemActive {
	border: solid 1px #ff0000;
}
#prev {
	width: 20px;
	height: 40px;
	margin: 5px 10px;
	text-indent:-9999px;
	float: left;
}
* html #prev {
	display:inline;
}
#prev a {
	width: 20px;
	height: 40px;
	background: url(images/06_galeria_bt_prev.jpg) top left no-repeat;
    float: left;
}
#next {
	width: 20px;
	height: 40px;
	margin: 5px 10px;
	text-indent:-9999px;
	float: left;
}
* html #next {
	display:inline;
}
#next a {
	width: 20px;
	height: 40px;
	background: url(images/06_galeria_bt_next.jpg) top left no-repeat;
    float: left;
}

#address {
	margin: 0;
	padding: 0 0 0 15px;
}

form#formulario {
	margin: 10px 15px;
}

form#formulario label {
	clear: left;
	display: block;
	float: left;
	width: 74px;
	text-align: left;
	font-weight: bold;
}

form#formulario .campo {
	margin: 0;
	padding: 0;
	width: 255px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #a0a0a0;
}

form#formulario textarea {
	margin: 0;
	padding: 0;
	width: 255px;
	height: 110px;
	background-color: #FFF;
	border: 1px solid #a0a0a0;
	overflow: auto;
}

div.hr {
	margin: 10px 0;
	height: 3px;
	background: url(images/line_dotted.gif) repeat-x;
}

div.hr hr {
	display: none;
}

#footer {
	margin: 9px;
	padding: 6px;
	width: 768px;
	height: 12px;
	background-color: #e1e2e4;
	color: #464749;
	clear: both;
}
#copy {
	float: left;
}
#credits {
	float: right;
}

