/* ESTILO PARA LA PAGINA DE PROMOCIONES */


p
{
	line-height: 14px;
	margin-bottom: 9px;

}


#datos-promocion
{
	position: absolute;
	top: 100px;
	left: 10px;
	text-align: justify;
	width: 275px;
	height: 420px;
	font-size: 13px;
	font-family: "Tahoma";
	padding: 25px 35px 0 25px;
	background-image: url(../imagenes/marco.jpg);
	background-repeat: no-repeat;
}

#datos-promocion p:first-letter
{
	font-size: 22px;
	background-color: white;
	color: #C00000;
	display: block;
	width: 22px;
	height: 22px;

}

#datos-promocion img
{
	height: 50px;
	width: 300px;
	

}
#imagen
{
	position: relative;
	top: 0;
	left: 20%;
	width: 80%;
	height: 30%;
}
#imagen img
{
	height: 100%;
}

/* FORMULARIO */

#panel-formulario
{
	position: relative;
	left: 80px;
	top: 325px;
	background-color: transparent;
	width: 300px;
}

#panel-formulario img
{
	width: 100px;
	height: 40px;
}

#panel-formulario a
{
	font-size : 10px;
	text-decoration : none;
	
}
#formulario
{

}



select{
	width: 100%;
}



.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}

form .boton {
 font-family: verdana, tahoma;
 font-size: 10px;

 color: #FFFFFF;
 margin-right: 6px;
}

table {
	width: 20%;
	
}

td {
padding: 0px 5px 0px 5px;
text-align: right;
}

td .derecha {
	right: auto;
}

td .derecha2 {
	text-align: right;
}

select {
	font-size: 10px;
}

.izquierda{
	font-size: 12px;
	background-image: url(../imagenes/fondoformulario.png);
	background-repeat: no-repeat;
	/* background-color: #C00000; */ 
	color: white;
	width: 20%;

}

.derecha{
	text-align: left;
	width: 30%;
}

.boton_submit{
	width: 110px;
	height: 40px;
	background: transparent url(../imagenes/botonbuscar2.png);
	background-position: top right;
	background-repeat: no-repeat;
	outline: none;
	border-style: none;
	text-align: right;
	cursor: hand;
}


/* GALERIA */

#panel-galeria
{
	float: left;
	position: absolute;
	right: 10px;
	top: 110px;
	width: 57%;
	height: 400px;
}

#galeria
{
	width: 100%;
	height: 100%;
}

#thumbs 
{
	width:100px; 
	float:right;
}
#thumbs a 
{
	display:block; 
	float:left; 
	margin:0 0 5px 25px; 
	width:50px; 
	height:50px; 
	border:1px solid #000;
}

#thumbs a img 
{
	width:50px; 
	height:50px; 
	border:0;
}

#thumbs a:hover 
{
	border-color:#ddd;
}

#thumbs a:hover img 
{
	position:absolute; 
	width:auto; 
	height:380px; 
	left: -40px;
	top:0; 
	border:1px solid #333;
}

#info
{
	position: absolute;
	right: -80px;
	top: 480px;
	font-size: 12px;
	width: 30%;	
}

#info img
{
	border: 2px white solid;
	height: 20px;
	width: auto;
}
