@import url("rsh_header.css");
@import url("rsh_footer.css");
@import url("sIFR_screen.css");
@import url("rsh_submenu.css");
@import url("rsh_encabezados.css");

* {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	color:#231F20;
}

body {
	margin:0;
	padding:0;
	background-color:#3F3F3F;
	width:100%;
	text-align:center;
}

#wrapper {
	width:986px;
	margin:0 auto;
	text-align:left;
}

#contenido {
	width:986px;
	float:left;
	background-color:#FFF;
	height:451px;
}

#col_1 {
	width:235px;
	height:451px;
	background-color:#000000;
	float:left;
	padding-left:15px;	
	
}

#col_2 {
	height:451px;
	background:url(../estetica_2008/contenedor_corner_Bot_lef.gif) no-repeat left bottom;
	float:left;
}

#col_3 {
	width:495px;
	height:451px;
	float:right;
}

#col_3 ul {
	list-style-type:none;
	height:430px;
	margin-top:20px;
}

#col_3 ul li {
	display:block;
	float:left;
	width:495px;
	margin-bottom:15px;
	/*height:106px;*/
}

#col_3 ul li:hover { background-color:#EFE;}

#col_3 ul li a {
	display:block;
	width:485px;
	/*float:left;*/
	text-decoration:none;
}

#col_3 ul li a:hover {
	background-color:#EFE;
}

#col_3 ul li a img {
	float:left;
	width:125px;
	height:88px;
	margin-right:60px;
	border:none;
}

#col_3 ul li a h4 {
	color:#00A160;
	width:300px;
	float:left;
	/*margin-left:60px;*/
}

#col_3 ul li a p {
	padding-top:5px;
	width:300px;
	float:left;
	/*margin-left:60px;*/
}

#col_3 ul li a p em {
	
	display:block;
	text-align:right;
	color:#BFBFBF;
}

/* F I X E S */

.clearer {
	clear:both;
}

.centrado { text-align:center;}