@charset "utf-8";
/* CSS Document */

div.hector
{
	display: block;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	}
	
	
	div.hector_error
	{
	background-image: url(../images/hector_error3.png);
	height: 277px;
	width: 184px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
	
	
div.hmensaje
	{
	background-image: url(../images/cuadro_sup.png);
	width: 325px;
	display: block;
	background-repeat: no-repeat;
	float: right;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
	
	
		div.hmensaje div.centro
		{
	background-image: url(../images/cuadro_med.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.hmensaje div.hpie
		{
	background-image: url(../images/cuadro_inf.png);
	height: 29px;
	width: 325px;
	background-color: none;
}
		
		

	