@charset "utf-8";
/* CSS Document */

body{
	width:99%;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#004059;
	}
	
#wrapper{
	width:950px;
	height:720px;
	margin-top:20px;
	background-image:url(../imagenes/fondo.png);
	background-repeat:no-repeat;
	}
	
#wrapper_administrador{
	width:950px;
	height:1190px;
	margin-top:20px;
	background-image:url(../imagenes/fondo_administrador.png);
	background-repeat:no-repeat;
	}
	
#cuerpo{
	width:920px;
	height:300px;
	position:absolute;
	z-index:0;
	padding-top:340px;
	}
	
#formulario{
	width:300px;
	padding-top:20px;
	height:90px;
	border-style:dotted;
	border-color:#999;
	}
	
#principal{
	width:700px;
	height:80px;
	}

#cuerpo_administrador{
	width:920px;
	height:300px;
	position:absolute;
	z-index:0;
	padding-top:290px;
	}
	
#usuario{
	width:290px;
	height:80px;
	float:left;
	}

#elementos{
	width:200px;
	height:80px;
	float:right;
	}
	
#abm{
	width:700px;
	height:50px;
	}
	
#listado{
	width:700px;
	height:390px;
	}
	
#listado_agregar{
	width:680px;
	height:378px;
	background-color:#f6f3b2;
	padding-top:20px;
	padding-left:20px;
	font-size:14px;
	}

#paginacion{
	width:700px;
	height:40px;
	margin-top:30px;
	}

table{
	width:700px;
	height:390px;
	}

tr{
	background-color:#c38846;
	}

#titulo{
	width:350px;
	float:left;
	
	}

#imagen_portada{
	width:260px;
	float:right;
	}
	
#imagen_portada_editar{
	width:310px;
	float:right;
	}
	
#caracteristica{
	width:653px;
	height:200px;
	}

#galeria_administrador{
	width:653px;
	height:95px;
	}

#imagen_portada_rec_editar{
	 float:right; width:60px; height:60px; margin-right:10px; margin-top:-20px; background-color:#039;
	}
	
#editar_izq{
	width:300px;
	height:120px;
	float:left;
	}

#editar_der{
	width:300px;
	height:120px;
	float:right;
	}
#imagen_rec_editar{
	 width:40px; height:40px; background-color:#039; float:right;
	}

#caracteristica_editar{
	width:653px;
	height:160px;
	}
