a:hover {
	color: Blue;
	text-decoration: none;
	background: #E1E1E1;
}
a{
	color: #0F3390;
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	background: #F4F4F4 url(img/fondo.jpg) repeat;	
	font-family : Verdana;
	/*font-family : Tahoma;*/
	font-size: 11px;
	font-style: normal;

}
#cabecera{
	background-color: #0069DE;
	margin: 0px;
	padding: 0px;	
}
#main{

	background-color: #fcfcfc;
	padding: 18px;
	border: 1px;
	margin-left: 2px;
	margin-right: 2px;
	border-color : Silver;
	border-style : solid;
	color: #010165;
}
#menu{
	text-align: center;
	padding: 5px;
	background-color: #e4e4e4;
	width : 620px;
	margin-left: auto;
	margin-right: auto;
	word-spacing : 20px;
}
#pie{
	position: relative;
	bottom: 0px;
	font-family: Tahoma;
	text-align: center;
	font-size: 9px;
	background-color : #e4e4e4;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}
#box{
	/*margin:0 auto 0 auto; width:390px; */

	border: outset; 
	/*text-align: center; */
	background-color: #E2E2E2; 
	/*padding: 10px; */
	position: absolute; 
	/*top: 330px; 
	left: 50px;	*/
	
	top: 150px; left: 400px; text-align: right; padding: 12px;
}
.columnas{
	position: absolute;
	border-left: thin solid Black;
	padding-left: 12px;	
	vertical-align: top;	
}
.columna2{
	position: absolute;
	border-left: thin solid Black;
	padding: 12px;	
	vertical-align: top;
	top: 140px;
	left: 400px;	
	
}
.sub{
border-bottom: thin solid Black;
}

h1{
	font-size: 36px;
}

li.a{
	line-height: 30px;
}

/* OCASION */


.t1 {
	border: thin solid Black;
}
.mostrar{
	border: 1px solid Black;
	position:  absolute;

	left: 200px;
	width: 640px;
	height: 480px;
	visibility: hidden;
	top: 30px;
	z-index: 1;
	
}

.precio{
	background-color: red;
	color: White;
	font-family: Arial Black;
	text-align: center;
	font-size: 28px;

}
.descripcion{
/*	color: black;*/
/*	text-align: center;*/
	font-size: large;
}

