/************************************************************************************
//Fichero: principal.css
//Descripción: Maquetación CSS
//Autor: MCR
//Última actualización: 11/08/2009 14:00
//Último actualizador: MCR
//************************************************************************************/


/****************************************
/* ESTILOS GENERALES
*****************************************/

* {
	margin: 0;
	padding: 0;	
}

html, body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #fff;
   font-family: Verdana,Arial,Helvetica,sans-serif; 	 	
}



/****************************************
/* CONTENIDOS
*****************************************/

#contenedor { 
	width:900px;
	height:500px;
	margin:10px auto;
	position:relative;
}

/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:-250px 0 0 -450px;
	left:50%;
	top:50%;
}
/* fin hack */


#contenido {
	border: 1px dashed #ccc;
	background-color: #FFF;
	width: 900px;
	height: 400px;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px 20px 10px 10px;
	overflow: auto;
	background-image: url(../imagenes/fondo_central.jpg);
	background-repeat: no-repeat;
}

.iconos {
	width: 100%;
	height: 300px;
	text-align: center;
/*	background-color: #f0e68c;	*/
	margin: auto;
}

/****************************************
/* Estilos de los iconos
*****************************************/

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}

.dock img {
	border: none;
}

.dock-container {
	position: absolute;
	height: 50px;
/*	background-color: #ffffff;*/
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}

#dock2 img {
	border: none;	
}

.dock-container2 {
	position: absolute;
	height: 50px;
/*	background-color: #ffffff;*/
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #00AE51; 
	bottom: 20px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none !important;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
/*	margin: 5px 40px 0px 40px; */
	width: 100%;  	
}

.separadock{
	display: block;
	width: 100px;
	background-color: fuchsia;
	float: right;
}

img, div { behavior: url(js/iepngfix/iepngfix.htc)}
* { behavior: url(js/iepngfix/iepngfix.htc) }

/* FIN */