
body {
background-color: #d913d3;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#666666;
padding:0px;
margin:0px;
}


/***********************************/
/***** Estructura Home *************/

/* ----------container to center the layout---------- */
#container-home {
width: 1006px; /*1000 ok*/
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
z-index:0;
} 

/* ----------outer and inner----------------- */
#outer-home{ 
border-right: solid 225px #e7e7e7;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
} 

#inner-home{ margin:0px; width:100%;background-image: url(../images/fons-cab-hack.jpg);} /* The ie/pc pecularity */ 

/* -----------------content--------------------- */
#left-home{ 
_position: relative; 
margin: 0px; 

}

/* --------------left navi------------- */
#right-home {
 width:225px; 
 float:right; 
 position:relative; 
 margin-right:-225px; 
 margin-left:1px;
 padding-top:10px;
 }



/*  ----------------footer home---------------------- */ 
#footer-home {
clear:left;
background-color:#b3348a;
color:#fff;
clear:left;
padding:7px;
margin:0px;
text-align: center; }

#footer-home a{
color:#fff;
text-decoration:none;
}
#footer-home a:hover{
text-decoration:underline;
} 


/***********************************/
/***********************************/

/* ----------container to center the layout-------- */
#container {
width: 775px;
padding:0px;
margin: 0px;
/*margin-left: auto;
margin-right: auto;*/
} 

/* ----------cabecera-------------- */
#cabecera {
text-align: left;
height:125px;
width:775px;
background-color: #fff;
background-image: url(../images/fons-cab.jpg);
padding: 0px;
margin: 0px; }

#banner img {padding:10px 0px;}

/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 251px #fff; /* color of the left column */ 
background-color: #ffffff;  /* color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
width:251px; 
float:left; 
_position:relative;
margin-left:-251px; 
margin-right:1px;
}


/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
background:#fff	;
}

/*  ----------------footer---------------------- */ 
#footer {
position: relative; 
background-color:#b3348a;
color:#fff;
clear:left;
padding:7px;
margin:0px;
margin-top:50px;
text-align: center; }

#footer a{
color:#fff;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
} 

/***********************************************/


	
/*******************************/
.end-page{
	clear: both;
	padding-top:10px;
}	


/* --------------------ERRORES------------------------*/
#mensaje-error
	{
    margin: 0 auto;	
	width: 400px;
	text-align: center;
	text-decoration: bold;
	color: #b83f97;
	font-size: 17px;
	font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #F9F9F9;
	margin-bottom:15px;
	}		
	
#mensaje-error-orange
	{
    margin: 0 auto;	
	width: 400px;
	text-align: center;
	text-decoration: bold;
	color: #f17532;
	font-size: 17px;
	font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #F9F9F9;
	margin-bottom:15px;
	}		
	
#mensaje-error-blue
	{
    margin: 0 auto;	
	width: 400px;
	text-align: center;
	text-decoration: bold;
	color: #2f3188;
	font-size: 17px;
	font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #F9F9F9;
	margin-bottom:15px;
	}		

