/* CSS Document */
body {
background-image:url(../fondos/bg.jpg);
background-repeat:repeat;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
	

}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006DA8;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
	
}

/*--------------------------------------------------*/


#page_home {
	background-image:url(../fondos/home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	position: relative;
	text-align:center;

	
	
}
#page_alquiler {
	background-image:url(../fondos/alquiler.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	position: relative;
	text-align:center;
	
}
#page_productos {
	background-image:url(../fondos/productos.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	position: relative;
	text-align:center;
	
	
}
#page_noticias {
	background-image:url(../fondos/noticias.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	position: relative;
	text-align:center;
	
}

#page_contacto {
	background-image:url(../fondos/contacto.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	position: relative;
	text-align:center;
	
}
#header {
	margin: 0 auto;
	width: 1024px;
	height:195px;
	position: relative;
	text-align:center;
	
	
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.leftcol {
	FLOAT: left;
	margin-left: 0px; 
	WIDTH: 280px;
	TEXT-ALIGN:left;
	
}
.central {
	FLOAT: left;
	/*margin-left: 20px;*/
	padding-left:20px;
	WIDTH: 700px;
	height: 405px; 
	text-align:left;
	
}
.central_sinalto {
	FLOAT: left;
	/*margin-left: 20px;*/
	padding-left:20px;
	WIDTH: 700px;
	 
	text-align:left;
	
}
#footer {
	margin: 0px; 
	width: 1024px;
	height: 20px;
	position: relative;
	text-align:center;
}

/*-----------------------------------*/



/*--------------------------------------*/

p{
	font-size: 8pt;
	text-align: justify;
	word-spacing: 2pt;
	line-height: 14pt;
	color: #000000;
}

h3{
	font-size: 12pt;
	text-align: left;
	word-spacing: 2pt;
	line-height: 14pt;
	color:#000033;
}

h2{
	font-size: 18pt;
	text-align: left;
	word-spacing: 2pt;
	line-height: 14pt;
	color:#000033;
}
.subtitulos {
	font-size: 10pt;
	text-align: left;
	word-spacing: 2pt;
	line-height: 12pt;
	color:#000033;

}



.align_right{
	text-align: right;

}

.align_left{
	text-align: left;

}

.credito{
font-size: 7pt;
text-indent:300px;

}

.raya_azul {
border-top: dashed;
border-top-color:#006DA8;
border-top-width:thin;

}

