/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Luckiest Guy', cursive;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
margin : 0;
padding : 0;
}
html {
height : 100%;
}
body {
height : 100%;
cursor : default;
font-size : 11px;
line-height : 120%;
text-align : center;
background-attachment:fixed;
background-position:50% 0 ;
background-repeat : repeat;
font-family : Tahoma, sans-serif;
}
a:link, a:visited {
color : #fff;
text-decoration : none;
}
a img {
border : 0;
}
div.wrap {
width : 900px;
margin : 0 auto;
text-align : left;
height:auto;
background:url(images/bg.png);

}
div#top div#nav {
float : left;
clear : both;
width : 900px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : -1px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div#header div.wrap {
height : 319px;
}
div#header div#slide-holder {
	z-index : 40;
	width : 900px;
	height : 312px;
	position : absolute;
}
div#header div#slide-holder div#slide-runner {
width : 900px;
height : 320px;
overflow : hidden;
position : absolute;
}
div#header div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#header div#slide-holder div#slide-controls {
left : 0;
bottom : 10px;
width : 900px;
height : 46px;
display : none;
position : absolute;
background : url(images/slide-bg.png) 0 0;
}
div#header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(images/silde-nav.png);
}
div#nav ul li a {
background : url(images/nav.png) no-repeat;
}



/********** CONTENIDO ******/

#cabezal{
	width:900px;
	height:225px;
	margin:0 auto;
}


#contenido{
	width:900px;
	height:auto;
	margin:0 auto;
	background:url(images/bg.png);
	
}

#ladoizquierdo{
	width:300px;
	height:250px;
	float:left;
	text-align:left;
	margin:10px;

}

#ladoizquierdo h1{
	font-family: 'Luckiest Guy', cursive;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

#ladoizquierdo h2{
	font-family: 'Luckiest Guy', cursive;
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
}

#ladoderecho{
	width:290px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	float:right;
	text-align:left;
	
}

#ladoderecho ul{
	width:275px;
	display:block;
}

#ladoderecho ul li{
	list-style-image:none;
	list-style-type:none;
	color:#fff;
	font-size:12px;
	clear:both;
	padding-bottom:10px;
}

#ladoderecho ul li img{
	margin-right:15px;
	border:1px solid #fff;
	float:left;
	margin-bottom:10px;
}

#clickaqui{
	float:left;
	width:231px;
	height:234px;
	margin-left:15px;
	margin-top:13px;
	
}



#banner{
	width: 590px;
	height: 220px;
	margin-top: 20px;
	margin-bottom:10px;
	float: left;
	background-color: red;	
}
#botonera{
	width: 900px;
	height: 50px;
	background-image: url(images/bgbtn.png);
	margin: 0 auto;
	background-repeat: repeat-x;
}
#formulario{
	width: 420px;
	height: auto;
	background-color:#333;
	margin: 20px auto;
	padding:10px;
	color:#fff;
	font-family: 'Luckiest Guy', cursive;
	font-size:18px;
	background-image:url(images/fondo-contacto.png);
}
#footer{
	float:left;
	height:40px;
	width:900px;
	background-image: url(images/bgbtn.png);
	background-repeat: repeat-x;
	margin:0px auto;
	
}
#texto_footer{
	float:left;
	height:20px;
	width:auto;
	padding:15px 0px 0px 110px;
	font-size:9px;
	color:#ccc;
	background-image: url(images/bgbtn.png);
	background-repeat: repeat-x;
}
#empresa{
	height:auto;
	width:860px;
	padding:20px ;
	text-align:left;
	color:#CCC;
}
#categorias{
	height:180px;
	padding-left:50px;
}
.category{
	height:170px;
	width:170px;
	padding:10px;
	float:left;
	text-align:center;
	font-size:16px;
	border: #CCC solid 1px;
}
p{
	font-size:13px;
	line-height:120%;
}
#contenedor{
width : 780px;
margin : 0 auto;
text-align :left;
height:900px;
background:url(images/bg.png);
padding: 0 60px;
}
.foto_inetrior{
	height:140px;
	width:170px;
	padding:10px;
	float:left;
	text-align:center;
	font-size:16px;
	border: #CCC solid 1px;
}
#contenedor h1{
	color:#DB30AB;
	font-family: 'Luckiest Guy', cursive;
	font-size:28px;
	font-weight:normal;
	
	
}
.mas_modelos{
	height:30px;
	width:350px;
	float:right;
	margin-top:10px;
	color: #FFF;
}
#contenedor_servicios{
width : 780px;
margin : 0 auto;
text-align :left;
height:550px;
background:url(images/bg.png);
padding: 0 60px;
}
#contenedor_servicios h1{
	color:#DB30AB;
	font-family: 'Luckiest Guy', cursive;
	font-size:28px;
	font-weight:normal;
	
	
}
#contenedor_instalaciones{
width : 780px;
margin : 0 auto;
text-align :left;
height:1450px;
background:url(images/bg.png);
padding: 0 60px;
}
#contenedor_instalaciones h1{
	color:#DB30AB;
	font-family: 'Luckiest Guy', cursive;
	font-size:28px;
	font-weight:normal;	
}
#contenedor_instalaciones h2{
	color: #FC0;
	font-family: 'Luckiest Guy', cursive;
	font-size:28px;
	font-weight:normal;	
}
#contenido_home{
width : 900px;
margin : 0 auto;
text-align :left;
height:515px;
background:url(images/bg.png);
padding: 0px;
}
#contenedor_web{
width : 780px;
margin : 0 auto;
text-align :left;
height:700px;
background:url(images/bg.png);
padding: 0 60px;
}
#contenedor_web h1{
	color:#DB30AB;
	font-family: 'Luckiest Guy', cursive;
	font-size:28px;
	font-weight:normal;	
}
#caja_face{
	width:290px;
	height:auto;
	padding:10px;
	margin:0px;
	float:left;
}