/* CSS Document */



/*PRINCIPALES*/
body {
	margin-top:8px;
	background-image: url(../../imagenes/fondo.png);
	background-repeat:repeat-x;
	background-color:#cccccc;
}


.footer {
	background-color:#006699;
	font-family: Calibri;
	font-size: 16px;
	color: #FFFFFF;
}
.correo {font-size: 18px}

h1 {
	padding-top:10px;
	font-family: Calibri;
	color: #FFFFFF;
	font-size:20px;
	line-height:20px;
}

h2 {
	padding-top:10px;
	font-family: Calibri;
	color: #000000;
	font-size:15px;
	line-height:15px;
}

.texto_normal{
	font-family: Calibri;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height:normal;
	background-color: #b4d1e3;
}


/*MENU SUPERIOR*/

.boton_superior{
	font-family: Calibri;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height:normal;
	background-color: #b4d1e3;
	text-align:center;

}

	

.boton_superior a{
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
}



.boton_superior a span{
      display:block;
      padding:5px 15px 4px 6px;
	  color:#003333;
}

.boton_superior a span {float:none;}

    /* End IE5-Mac hack */

.boton_superior a:hover span {
      color:#ef8e11;
}






/*Formularios*/

.formulario {

	margin-right: 0;

	margin-bottom: 0;

	padding-right: 10px;

	padding-bottom: 0px;

}



.formulario table {

	width:auto;

	table-layout: fixed;

	empty-cells:show;

	margin-top: 10px;

	border: solid 1px #FFFFFF;

	background-color: #F5E0E0;

	}

	

.formulario table th {

	height:auto;

	padding:2px 20px 2px 7px;

	border-left:solid 2px rgb(255,255,255);

	border-right:solid 2px rgb(255,255,255);

	border-top:solid 2px rgb(255,255,255);

	border-bottom:solid 2px rgb(255,255,255);

	background-color:#B63C4D;

	text-align:left;

	color:#FFFFFF;

	}

	

.formulario table td {

	height:auto;

	background-color:#b4d1e3;

	font-weight:normal;

	color:#003333;

	font-size:14px;

	margin-left: 5px;

	margin-right: 10px;

	}



.formulario p {

	text-align:right;

	margin-left: 0px;

	margin-right: 0px;

	font-weight: bold;

}

.formulario p.explicaform {

	text-align:left;

	margin-left: 0px;

	margin-right: 0px;

	font-weight: bold;

}

.formulario h5 {

	font-family: Calibri;

	font-style: normal;

	font-size: 12px;

	font-weight: bold;

	color: #B04A50;

	text-decoration: none;

	padding-bottom: 0px;

	padding-top: 10px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-left: 0px;

	margin-right: 15px;

	border-bottom: solid 2px rgb(225,225,225);

	border-bottom-color: #B04A50;

	margin-left: 0px;

	}

.resaltado {

	color: #C47579;

	}



/*MAQUETAS*/
.descripcion_maqueta{
	/*background-color:#FFFFFF;*/
	text-align:justify;
	font-family: Calibri;
	font-style: normal;
	font-size: 12px;
	/*color:#FFFFFF;*/
}

.tags{
	display:none;
}	
	
	
.imagenes img:hover{
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
	}	

/*FIRMA*/
.goldendata{
	color:#515E85;
	font-family: Calibri;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	text-decoration:none;
	text-transform:none;
}








/* ESTILOS DEL SLIDE DE FOTOS */

#dhtmlgoodies_slideshow{
		width:720px;	/* Total width of slideshow */
	}
	


	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:right;	/* Floating */
		
		/* CSS HACK */
		height: 404px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/382px;	/* Other browsers */
		height: /**/382px;
		
		/* CSS HACK */
		width: 84px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/80px;	/* Other browsers */
		width: /**/80px;
				
		/*border:1px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
		margin-right:10px;
		margin-top:0px;
		
		
		
		
		
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:20px;
	}
	#galleryContainer #arrow_up{
		height:20px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:325px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		text-align:center;

	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}




	
	#previewPane{
		/*border:1px solid #000;*/
		margin-right:5px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		
		
		/* CSS HACK */
		height: 280px;	/* IE 5.x */
		height/* */:/**/280x;	/* Other browsers */
		height: /**/280px;
		width:280px;		
		float:right;
		overflow:hidden;
		
		

	
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		padding:4px;
				
	}	
	
	
	
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}


