/* - - - - - - - - - - - - - - - - - - - - -

Empresa		:	Puntopy.com
Cliente		: 	CLUBBER
Autor		: 	Diego Santino diegocbr@hotmail.com
URL 		: 	www.proyecto.com

Descripcion : 	

Creado 		:	04 de agosto, 2009
Modificado	:	04 de agosto, 2009

- - - - - - - - - - - - - - - - - - - - - */

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   	line-height: 18px;
	color: #bb52b5;
	background:#000000;
/*	background: url(../gfx/bg_fondo.jpg);*/
}

body {
	margin:0px;
}

* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	font-size: small; /*for other IE versions*/
	margin: 0px;
}

a {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #3300FF;
}
h1 {
	font-size: 14px;
	color:#ce0044;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color:#ce0044;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color:#84037e;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   	line-height: 18px;
	color: #666666;
}


/*** Reseters ***/

h1, h2, h3, h4, p, ul, form, a, li, dl, dd, dt, table, tr, th, td {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------*/

#contenedor {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.contenido_centro {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.caja_interna{
	width: 345px;
	float:left;

}

.caja_interna_derecha{
	width: 555px;
	float:left;

}
.caja{
	width: 298px;
	height:191px;
	margin-bottom:12px;
	background-image:url(../gfx/bg_caja.jpg);
	float:left;

}
.caja_social{
	width: 150px;
	margin-bottom:12px;
	float:left;

}
.caja_medio{
	width: 298px;
	height:191px;
	margin-left:12px;
	margin-bottom:12px;
	background-image:url(../gfx/bg_caja.jpg);
	float:left;

}
.caja_medio_social{
	width: 150px;
	margin-left:12px;
	margin-bottom:12px;
	float:left;

}
.caja_paginacion_social{
	width: 210px;
	margin-left:12px;
	margin-bottom:12px;
	float: right;

}


#footer{
	width:100%;
}

.footer_firma{
	width:920px;
	float:right;
}
.conten_caja{
	width:135px;
	float: left;
	margin: 5px 0px 5px 10px  ;
}
.conten_caja_medio{
	width:80px;
	float: right;
	margin: 10px 3px 3px 0px  ;
}
.conten_caja_img{
	width:140px;
	float: right;
	margin: 10px 0px 3px 0px  ;
}
.conten_caja_img_centro{
	width:200px;
	float: left;
	margin: 5px 3px 3px 5px  ;
}
#fotos{
	width:139px;
}


/*  Para las validaciones de los formularios  */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 2px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
}