﻿.mensaje
{
	font-size: 0.7em;
	width:90%;
	color: #696969;	
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.amarillo
{
	background-color: #ffffcc;
}

.cantidad 
{
	font-weight:bold;
}



.bienvenida
{
	width: 500px;
	min-height:250px;
	height:250px;
	background-image: url(imagenes/principal/bienvenidaFondo.jpg);
	background-repeat: no-repeat;
	padding-top:50px;
}

.auto
{
	font-weight:bold;}
.gestion
{
	color:#00EA75;
	font-weight:bold;
}

/*
-----------------------------------------------------
MENSAJE DE ERROR
-----------------------------------------------------
*/
.MensajeError
{
	background-color: #ffffcc;
	color: #ff0000;
	/*border:solid 2px #ff0000;*/
}
.ItemError
{

    background-image: url(imagenes/iconos/icoBloqueadoChico.gif);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
}

