/*
Theme Name: datolli´s theme
Theme URI: 
Description: tech
Version: 1.0
Author: Rodrigo Dattoli
Author URI: http://www.rodrigodattoli.cl
*/

@charset "UTF-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
	
}
body {
	line-height: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FIN RESETEO */

/*INICIO HOME */

body {
	background-color: #e4e8e9;
	background-image: url(image/fondo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
		
	
}

html a:active {
	outline:none;
	color: #60748d;
	
}

p {

	
	padding: 10px;	
	margin: inherit;
	color:#6c6c6c;
}

a{
	color: gray;
	


}


/* Home */

#contenedor {
	width:980px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	
	
	
	
}

#header {
	
	width:980px;
	height:145px;
	float: left;
		
}

#anim {
	
	width:980px;
	height:302px;
	float: left;
	padding:0px;
}

#menu {
	
	width:980px;
	height:200px;
	float: left;
	padding:0px;
	margin-top: 10px;
}

.empresa {
	
	width:980px;
	height:300px;
	float: left;
	padding:0px;
	margin-top: 10px;
	background-image: url(image/linea_gris.png);
	background-repeat: repeat-x;
	
}
.empresa h2 {
    color: #000;
    font-family:"Verdana",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight:bold;
    
} 

.contacto {
	
	width:480px;
	height:300px;
	float: left;
	padding:0px;
	margin-top: 10px;
	background-image: url(image/linea_gris.png);
	background-repeat: repeat-x;
	
}
.contacto h2 {
    color: #000;
    font-family:"Verdana",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight:bold;
    
}   


#footer {
	
	width:980px;
	height:205px;
	float: left;
	padding:0px;
	
}

/* contenido head */

#logo{

	background-image: url(image/logo-techvalue.png);
	width:200px;
	height:145px;
	margin-left:0px;
	float: left;
	padding:0px;
}

#menuhead{

	width:170px;
	height:30px;
	margin-left:0px;
	margin-top: 5px;
	float: right;
	padding:0px;
	font-family: "Arial",Helvetica, sans-serif;
	font-size: 12px;
}

/* style menu*/

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
width: 100%;
border-width: 1px 0;

}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}


#underlinemenu ul li a{

float: left;
color: gray;
padding: 2px 6px 4px 6px;
text-decoration: none;


}

#underlinemenu ul li a:hover{
color: black;
padding-bottom: 0;

}
/* fin Style Head y menu - */



#cont_familias {
	
	width:980px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	float: left;
 
}


#menu_comunicacion {

	
	width:326px;
	height:200px;
	float: left;
	padding:0px;
	/*background-image: url(image/nav_industrial.png);
	background-repeat: no-repeat;*/
	
}
#menu_computacion {

	
	width:326px;
	height:200px;
	float: left;
	padding:0px;
	/*background-image: url(image/nav_computacion.png);
	background-repeat: no-repeat;*/
}
#menu_automatizacion {

	
	width:326px;
	height:200px;
	float: left;
	padding:0px;
	/*background-image: url(image/nav_automatizacion.png);
	background-repeat: no-repeat;*/
}
#txt_familias {

	
	width:196px;
	height:180px;
	float: left;
	padding:0px;
	margin-top: 20px;
	
}
#img_familias {

	
	width:130px;
	height:180px;
	float: left;
	margin-top: 20px;
	
}


#cont-marcas {
	background-image: url(image/linea-footer.png);
	background-repeat: repeat-x;
	width:980px;
	height:140px;
	float: left;
	padding:0px;
}

#marcas {
	background-image: url(image/marcas.jpg);
	background-repeat: repeat-x;
	width:980px;
	height:140px;
	float: left;
	padding:0px;
}

#logo-marca {
	
	width:140px;
	height:70px;
	float: left;
	padding:0px;
	
}



#direccion {
	background-image: url(image/footer_linea.png);
	background-repeat: repeat-x;
	width:326px;
	height:65px;
	float: left;
	padding:0px;
}

#direccion p {
	font-family: "Arial",Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
	line-height:18px;
}

/* SLIDER ANIM*/

/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 5px;
	width:973px;
	height:293px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
}
/* main flash */
.lof-main-wapper{
	margin-right:auto;
	overflow:hidden;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	height:100%;
	width:680px;
	position:relative;
	overflow:hidden;
}

.lof-main-wapper .lof-main-item{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:absolute;
}
.lof-main-wapper .lof-main-item img{
	padding:0px;	
	width:680px;
}

.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:220px;
	left:50px;
	width:600px;
	height: 70px;
	background:url(images/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:110%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-main-item-desc h3 a:hover{
	color:#e9e9e9;
	text-decoration:underline;
}


/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:300px;
	width:310px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	background: url(images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}


.lof-navigator li h3{
	color:#FFF;
	font-size:100%;
	padding:15px 0 0 !important;
	margin:0;

}
.lof-navigator li div{
	background-image:url(images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	border-top:1px solid #E1E1E1;
}

.lof-navigator li.active div{
	background-image:url(images/grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:#6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;
}
.lof-next{
	position:absolute;
	top:0;
	height:30px;
	background:#F9F9F9;
	display:block;
	width:100%;
}
.lof-previous{
	position:absolute;
	bottom:0;
	height:30px;
	background:#F9F9F9;
	display:block;
	width:100%;
}

#container { width:900px; margin:0px auto 0px; background:#FFFFFF; padding:10px; font-size:12px; margin-top:50px; }
a{
	text-transform:none;
	color:#333
}

/*------------------COMUNICACION-------------*/


#banner_anim {
	
	width:980px;
	height:200px;
	float: left;
	padding:0px;
	background-image: url(image/banner.jpg);
}

#menu_f {
	margin-top: 10px;
	width:980px;
	height:30px;
	float: left;
	padding:0px;
	/*background-image: url(image/navegador_bot.png);
	background-repeat: repeat-x;*/
}

#contenedor_f {
	
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	float: left;
	margin-top: 10px;
	
	 
}

#menu_productos {

	
	width:330px;
	height:auto;
	float: left;
	padding:0px;
}

.post_productos {

	width:300px;
	height:auto;
	float: left;
	padding:0px;
	margin-top: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #A9ABAB;
	
	
}

.foto_prod {
	width:130px;
	height:200px;
	float: left;
	padding:0px;
	
}




.txt_prod p {

	
	width:155px;
	height:auto;
	float: left;
	padding:0px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px;
}
#btn_prod {

	
	width:175px;
	height:30px;
	float: left;
	padding:0px;
}


#con_producto {

	
	width:650px;
	height:150px;
	float: left;
	padding:0px;
	padding-top: 20px;
}

#cont_txt_prod {

	
	width:480px;
	height:auto;
	float: left;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px;
	
	
}

#producto {

	
	width:325px;
	height:150px;
	float: left;
	padding:0px;
}


/*POST-PRODUTCOS-------------*/

#contenedor_post{
	
	width:634px;
	height:auto;
	float: left;
	padding:0px;
	margin-left: 15px;
	
		
}

.post{
	
	width:634px;
	height:auto;
	float: left;
	background-image: url(image/linea_gris.png);
	background-repeat: repeat-x;
	
			
}

.post h1 {
    color: #222222;
    font-family:"Verdana",Arial,Helvetica,sans-serif;
    text-align: left;
    font-weight:bold;
    font-size: 14px;
}
.post h2 {
    color: #009966;
    font-family:"Verdana",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight:bold;
    
}    
  
.post_foto {

	
	width:150px;
	height:200px;
	float: left;
	padding:0px;
}

.post_txt {

	width:480px;
	height:auto;
	float: left;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px;
	
	
}

.post_btn_pdf{

	width:634px;
	height:30px;
	float: left;
	padding:0px;
	padding-bottom: 30px;
}
.btn_pdf{

	width:480px;
	height:20px;
	float: left;
	padding:0px;
	padding-bottom: 10px;
}
.separador{
	
	width:980px;
	height:auto;
	float: left;
	
			
}

 h3{
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	

}

 h4{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	

}


	





