/*
	//////////////////////////////////////////////////////////////////////////////////
	//	ESTILOS DE LOS DIV DEL SITIO
	//////////////////////////////////////////////////////////////////////////////////
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	background-image:url(/imagenes/fondo.gif);
	background-repeat:repeat-x;

}

/*
	////////////////////////////////
	DIV FULL
	////////////////////////////////
*/
#div_caja_galerias {
	float:left;
	width:230px;
	height:134px;
	background-color:#303030;
	border: 1px solid #666666;
}
/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#div_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/imagenes/fondo_head.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#div_head ul {
	margin: 0px;
	padding: 0px;
	width: 605px;
	position: relative;
	margin: 0px auto;
}
#div_head li {
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
	display: inline;
	list-style-type: none;
}
#div_head li a{
	color: #003399;
	text-decoration: none;
}
#div_head li a:hover{
	color: #3C6ED0;
	text-decoration: none;
}

/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#div_thumbs_pordata{
	margin:0px;
	padding:0px;
	float:left;
	width:250px;
	height:400px;

}
#div_fotos_pordata{
	margin:0px;
	padding:0px;
}

/*

	TEMPORALES
	
*/
	.boton_cf{
		color:#FFFFFF;
		background-color: #3567aa;
		padding: 5px 10px 5px 10px;
		text-decoration: none;
	}
	
	.boton_cf:hover{
		color:#FFFFFF;
		background-color: #95b4d7;
		padding: 5px 10px 5px 10px;
		text-decoration: none;
	}

/*

	////////////////////////////////
	//	SECCION ADMINISTRACION
	////////////////////////////////
*/

#div_caja_fotos {
	float:left;
	width:730px;
	height:59px;
	background-color:#303030;
	margin-top:4px;
	margin-bottom:2px;
	border: 1px solid #5e5e5e;
	line-height: 16px;
}
#div_caja_fotos ul{
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-left:8px;
	padding-bottom:6px;

}

#div_caja_fotos_2 {
	float:left;
	width:730px;
	height:59px;
	background-color:#303030;
	margin-top:4px;
	margin-bottom:2px;
	border: 1px solid #D7B428;
	line-height: 16px;
}
#div_caja_fotos_2 ul{
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-left:8px;
	padding-bottom:6px;

}

#div_caja_fotos_3 {
	float:left;
	width:230px;
	height:134px;
	background-color:#303030;
	margin-top:4px;
	margin-bottom:2px;
	border: 3px solid #666666;
	line-height: 16px;
	margin-right:500px;
}
/*
	////////////////////////////////
	//	CAJA FOTOS
	////////////////////////////////
*/
#div_caja_fotos_thumb {
	float:left;
	width:65px;
	height:45px;
	background-color:#FFFFFF;
	border: 1px solid #5e5e5e;
	margin-right:10px;
}

.linkNav{
text-decoration: none;
color: #FFFFFF;
}


/*
	////////////////////////////////
	//	CAJA DATOS
	////////////////////////////////
*/
#div_caja_fotos_datos {
	float:left;
	width:350px;
	margin-right:10px;
}
/*
	////////////////////////////////
	//	CAJA DATOS
	////////////////////////////////
*/
#div_caja_fotos_orden {
	float:left;
	width:65px;
	height:45px;
	margin-right:10px;
	text-align:center;
	font-size:15px;
	padding-top:13px;
}
/*
	////////////////////////////////
	//	CAJA EDITAR
	////////////////////////////////
*/
#div_caja_fotos_edit {
	float:left;
	text-align:center;
}
#div_caja_fotos_edit ul{
	margin:0px;
	padding:0px;
}
#div_caja_fotos_edit li{
	float:left;
	margin:0px;
	padding:0px;
	display: inline;
	list-style-type: none;
	padding-right:9px;
	padding-top:2px;
}
/*
	////////////////////////////////
	//	ACEPTAR IMAGEN EDITADA
	////////////////////////////////
*/
#div_caja_adm_acp{
	width:230px;
	margin-top:20px;
	margin-left:25px;
	background-color: #303030;
	border: 1px solid #666666;
	padding:10px;
}


#buscador{
	margin: 0px 0px 5px;
	padding: 0px 8px 0px 0px;
	float: right;
	width: 500px;
	text-align: right;
	height: 20px;
}
#buscador input {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	float: right;
	width: 100px;
	border: 1px solid #A5AFC1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #546C8B;
	text-decoration: none;
	height: 12px;
	background-color: #DEE9FA;
}
#buscador img {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	float: right;
}


