﻿body
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	background-color: #f6f6f6;
	background-image: url('../imagenes/fondo.gif');
}

#contenedor
{
	position: relative;
}

#cabecera
{
	width: 100%;
	height: 50px;
	background-image: url('../imagenes/fondo_cabecera_rep.png');
	background-repeat: repeat;
}

#titulo
{
	font-weight: bold;
	font-size: 14px;
	height: 25px;
	padding-left: 30px;
	padding-top: 8px;
}

#menu
{
	height: 18px;
	margin-left: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#cuerpo
{
	margin: 5px;
	padding-left: 25px;
	height: 300px;
}
#pie
{
	text-align:center;
	height: 15px;
	
}

.mensaje_error
{
	font-size: 10px;
	font-family: Verdana;
	color: #FF0000;
}
.usuario
{
	float:right;
	padding-right: 10px;
	padding-top: 2px;
}

.boton
{
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}
.mensaje
{
	padding: 10px;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #FF0000;
	width: 300px;
	margin:10px;
}
