@charset "utf-8";
/* CSS Document */


* {
margin: 0;
padding: 0;	
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;	
}
#todo {
	width: 960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
span {
	visibility: hidden;
	font-size: 1px;
}
.clear {
	clear: both;
}
#principal {
	float: left;
	width: 960px;
	height: auto;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#pie {
	clear: both;
	background-color: #666666;
}

#pie p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
#botonera-superior {
    width: 960px;
    list-style:none;
}
#botonera-superior li{
    float:left;
}
#productos {
	background-image:url(../imagenes-lumatek/fondo-botonera.jpg);
	background-repeat:  repeat-x;
}
#productos a {
	background-image:url(../imagenes-lumatek/productos.jpg);
	width:551px;
	height:18px;
	display: block;
	text-decoration:none;
	background-repeat: no-repeat;
}
#home a {
    background-image:url(../imagenes-lumatek/home.jpg);
	width:63px;
	height:18px;
	display: block;
	text-decoration:none;
}
#home a:hover {
    background-image:url(../imagenes-lumatek/home-over.jpg);
}
#empresa a {
    background-image:url(../imagenes-lumatek/empresa.jpg);
	width:106px;
	height:18px;
	display: block;
	text-decoration:none;
}
#empresa a:hover {
    background-image:url(../imagenes-lumatek/empresa-over.jpg);
}
#certificaciones a {
    background-image:url(../imagenes-lumatek/certificaciones.jpg);
	width:133px;
	height:18px;
	display: block;
	text-decoration:none;
}
#certificaciones a:hover {
    background-image:url(../imagenes-lumatek/certificaciones-over.jpg);
}
#contacto a {
    background-image:url(../imagenes-lumatek/contacto.jpg);
	width:129px;
	height:18px;
	display: block;
	text-decoration:none;
}
#contacto a:hover {
    background-image:url(../imagenes-lumatek/contacto-over.jpg);
}
#descargas a {
    background-image:url(../imagenes-lumatek/descargas.jpg);
	width:111px;
	height:18px;
	display: block;
	text-decoration:none;
}
#descargas a:hover {
    background-image:url(../imagenes-lumatek/descargas-over.jpg);
}
#botonera-lateral {
    width:124px;
    height:auto;
    float:left;
}
#informacion {
	float: right;
	width: 836px;
}

#fotos-ficha1 {
	float: left;
	width: 437px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#texto-ficha1 {
    float: right;
	width: 370px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 19px;
	margin-right: 10px;
}
#texto-ficha1 span{
	visibility: visible;    
}
#fotos-ficha2 {
	width: 836px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#texto-ficha2 {
	width: 807px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 19px;
	margin-right: 10px;
}
#texto-ficha2 span{
	visibility: visible;    
}
#texto-ficha1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000000;    
}
#texto-ficha2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000000;    
}
h2 {
	margin-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
h3 {
	margin-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
}
h5 {
    margin-top:25px;
    margin-bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;

}
h4 {
	margin-top:15px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
}
#contenido-productos {
	margin-left: 35px;
	margin-top: 35px;
	margin-bottom: 25px;
	width: 750px;
}

.modelo-productos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000000;
	margin-left: 15px;
}
#contenido-empresa {
	width: 781px;
	margin-top: 25px;
	margin-left: 15px;
}
#contenido-estudio-tv {
	width: 560px;
	margin-top: 25px;
	margin-left: 120px;
}
#contenido-contacto {
	width: 600px;
	margin-top: 25px;
	margin-left: 200px;
	margin-bottom: 25px;
}
.modelo-productos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000000;
	margin-left: 15px;
}
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#links li {
	list-style-type: none;	
}