/* Genéricos */

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
}

img {
	border: 0px;
}

a {
	color: #000000;
}

/* Body */

#cabecera {
	height: 100px;
	border-bottom: 1px solid;
	vertical-align: middle;
	
}
#cabecera img {
	float: left;
	margin-right: 20px;
	vertical-align: middle;
}
#cabecera p {
	margin-top: 0px;
	float: leftt;
	font-size: 60px;
	font-family: fantasy;
	font-style: italic;
	letter-spacing: 5px;
	color: #6f6f6f;
}

#barra {
	height: 20px;
	border-bottom: 1px solid;
}

#cuerpo {
	position: relative;
}

#pie {
	clear: both;
	position: relative;
	text-align: center;
	border-top: 1px solid;
}

/* Cabecera */

#logo {
	float: left;
}

	
/* Barra */

#mensaje {
	float: left;
	padding-left: 5px;
	color: #FF0000;
}

#nombre_login {
	float: right;
	padding-right: 5px;
	color: #0000FF;
}

/* Cuerpo */

#menu {
	float: left;
	width: 175px;
	padding: 5px;
	border-right: 1px solid;
}

#contenido {
	position: relative;
	margin-left: 185px;
	padding: 5px;
	border-left: 1px solid;
}

#contenido.nomenu {
	margin-left: 0px;
	border-left: 0px;
}

/* Menu */

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li, #menu a {
	display: block;
	width: 167px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #000000;
	background: #E0E0E0;
}

#menu a:hover {
	background: #A0A0A0;
}

/* Contenido */
.rotulo, .rotulo_edit {
	text-align: center;
	font-weight: bold;
	background: #E0E0E0;
	border: 1px solid #A0A0A0;
}

.rotulo_edit {
	background: #FFFFFF;
	border: none;
	margin-bottom: 5px;
}
.boton, .boton_inline {
	height: 19px;
	margin-right: 5px;
	padding-bottom: 1px;
	border: 1px solid #A0A0A0;
	cursor: pointer;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}
.boton {
	display: block;
	width: 75px;
	background: #E0E0E0;
	float : left;
}
.boton_cerrar {
	float : right;
}
.boton_borrar {
	background-color: #7d2222;
	color: white;
}