﻿/*ESTILO DEL CUERPO Y DE LA CABEZERA */

body 
{
	background:#eee;
	/*background:#ff6666;*/
	margin:0px 0 15px 0;
	/*text-align:center;*/
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	overflow-y:hidden;
	overflow-x:hidden;
}

#general
{
	width: 100%;
	overflow-y:auto;
	overflow-x:hidden;
	height:430px;
}

#container_usuario
{
	border-style: solid;
	border-width: thin;
	border-color: #ff3333;
	text-align: left;
	background: #fff;
	float: right;
	width:200px;
	margin:0 auto;
}

.usuario a{
	min-height:10px;
	height:10px;
	overflow:hidden;
}

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#ff3333;
	text-indent:-9000px;
	text-decoration:none;
}

h1 a{
	min-height:40px;
	height:40px;
	display:block;
	overflow:hidden;
}
.aviso
{	color:Red;
	font-size:smaller;
}

.tituloinicio
{	color:Red;
	font-size:medium;
	font-weight:bold;
}


.error
{	color:Red;
 	font-weight:bold;
}
