/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(imagenes/fondo2.jpg);
}
.bordes{
background-image:url(imagenes/bordetop.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#343432;
}
#container {
	width: 307px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#container .top {
	padding-top: 15px;
	background: url(../images/top.jpg) no-repeat;
}

#container .mid {
	background-image: url(../images/mid.jpg);
	padding: 4px 13px;
}

#container .bot {
	background: url(../images/bot.jpg) no-repeat;
	height: 6px;
}
.fondo_bajo{
background-image:url(imagenes/fondobajo.jpg);
background-repeat:no-repeat;

}
.fuente{
font-family:trebuchet ms;
font-size:12px;
color:#FFFFFF;
margin-left:10px;
margin-right:10px;
margin-top:0px;
margin-bottom:0px;
padding:20px;
text-align:justify;
}
h1{
font-family:trebuchet ms;
font-size:14px;
font-weight:400;
font-style:normal;
color:#FFFF00;
margin-left:10px;
margin-right:40px;
margin-top:10px;
margin-bottom:0px;
text-align:left;
}
.fondo{
background-image:url(imagenes/fondo.jpg);
background-repeat:no-repeat;
}
.footer{
font-family:"trebuchet MS";
color:#FFFFFF;
text-align:right;
font-size:11px;
}
.negro{
color:#3C3535;
border:solid 1px;
}
#cotizar{
position:fixed;
z-index:50;
top: 0px;
right:0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
