*
{
	font-family: Arial, Verdana;
}

body
{
	background: #fff url(../img/bg_body.gif) repeat-x;
	color: #5d5d5d;
	margin: 0;
	padding: 0;
}

a
{
	color: #d8001d;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

/* HEADER ******************************/

#main_wrapper
{
	width: 920px;
	margin: 0 auto 0 auto;
}

#header
{
	width: 100%;
	height: 230px;
	position: relative;
}

h1
{
	font-family: Verdana;
	color: #4f4f4f;
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 15pt;
}

h2
{
	margin: 35px 0 0 0;
	color: #4f4f4f;
	font-size: 14pt;
	font-weight: normal;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ddd;
}

h2.coaching
{
	margin: 0;
}

#main_menu
{
	text-align: center;
	background: #212121;
	height: 49px;
}

#main_menu a
{
	color: #c5c5c5;
	text-decoration: none;
	font-size: 11pt;
}

#main_menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 49px;
}

#main_menu ul li
{
	list-style: none;
	display: inline;
	padding: 0 4px 0 4px;
	margin: 0;
	line-height: 46px;
}

#main_menu ul li.selected a,
#main_menu a:hover
{
	color: #fff;
}

#logo
{
	position: absolute;
	top: 90px;
	left: 0;
}

#pres
{
	height: 180px;
	position: absolute;
	top: 50px;
	left: 0;
}

#content
{
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	font-size: 12px;
}

/* LEFT CONTENT ***************************/

#link_sesion img
{
	margin: 20px 0 0 0;
	border-style: none;
}

#left_content
{
	float: left;
	width: 248px;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#left_content h1
{
	font-size: 13pt;
}

#left_content .item a
{
	text-decoration: none;
	text-align: right;
}

#left_content div#submenu ul
{
	padding: 0;
	margin: 10px 0 0 0;
}

#left_content div#submenu ul li
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	list-style: none;
	/*border-bottom: 1px solid #ddd;*/
}

#left_content div#submenu ul li a
{
	display: block;
	width: 250px;
	padding: 6px 0 6px 3px;
	color: #238a7b;
	border-bottom: 1px solid #ddd;
}

#left_content div#submenu ul.ssmenu
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#left_content div#submenu ul.ssmenu li
{
	padding: 0;
	font-size: 12px;
	/*border-bottom: 1px solid #ddd;*/
}

#left_content div#submenu ul.ssmenu li a
{
	display: block;
	width: 235px;
	padding: 6px 0 6px 15px;
	color: #238a7b;
	background: url(../img/bullet_submenu.gif) 5px 12px no-repeat;
}

#left_content div#submenu ul li.selected
{
	padding: 6px 0 6px 3px;
	border-bottom: 1px solid #ddd;
}

#left_content div#submenu ul.ssmenu li.selected
{
	padding: 6px 0 6px 15px;
}

#left_content div#submenu ul li a:hover
{
	background-color: #edf9f5;
}

/* RIGHT CONTENT **************************/

#right_content
{
	float: right;
	width: 608px;
	margin: 0 0px 0 0;
	padding: 20px 30px 30px 30px;
	border-left: 1px solid #e5e5e5;
}

#right_content ul
{
	padding: 0 0 0 20px;
}

#right_content ul li
{
	font-size: 12px;
	list-style: none;
	padding: 5px 0 5px 0;
}

#right_content ul li.title
{
	text-decoration: underline;
}


#right_content div.opinion
{
	padding: 5px 0 5px 20px;
}

#right_content div.opinion p.text
{
	font-style: italic;
}

#right_content div.opinion p.name
{
	text-align: right;
}

#right_content div.carta
{
	margin: 20px 40px 20px 40px;
	padding: 5px 20px 5px 20px;
	border: 1px solid #e5e5e5;
	border-right: 3px solid #d1d1d1;
	border-bottom: 3px solid #d1d1d1;
}

#right_content div.cita
{
	border: 1px solid #b6ded3;
	margin: 10px 0 10px 0;
	padding: 15px;
	text-align: center;
	font-style: italic;
	background: #edf9f5;
	font-weight: bold;
}

#right_content div.download
{
	display: block;
	margin: 6px 0 6px 30px;
}

#right_content div.download a
{

	padding: 6px;
	position: relative;
	top: -4px;
	color: #5c9610;
}

#right_content div.download a:hover
{
	background-color: #eaffde;
}

#right_content div.download img
{
	margin: 3px 10px 0 0;
}

#right_content table td.etica
{
	width: 15%;
	text-align: center;
	color: #5c9610;
	font-size: 18pt;
}

#right_content ul.product li
{
	list-style: disc;
}

#right_content p.program
{
	text-align: center;
	color: #5c9610;
}

#right_content div.estrella
{
	float: right;
}

#right_content div.studies img
{
	border: 0;
	margin: 10px;
}

#right_content div.perfiles img
{
	float: left;
	border: 1px solid #999;
	padding: 1px;
	margin: 0 10px 10px 0;
}

#clear
{
	clear: both;
}

#footer
{
	font-size: 12px;
	text-align: right;
	margin: 0 30px 0 0;
	border-top: 1px solid #e5e5e5;
	color: #bcbcbc;
}
#footer img
{
	float: left;
	margin: 5px 0 0 0;
}

.flash
{
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px 20px 20px 20px;
	margin: 0 0 30px 0;
}

/* LISTADOS ************************/

div.index table td,
div.index table th
{
	padding: 4px;
}

div.index table th
{
	text-align: left;
}




/* FORMULARIOS ************************/

div.form table td
{
	padding: 4px;
}

div.form table td.label
{
	text-align: right;
}

div.form table td.field input
{
	width: 200px;
}

div.form span.required
{
	color: #d8001d;
}


/* MENSAJES Y ERROR ************************/

div.message
{
	background: #eaffde;
	border: 1px solid #5c9610;
	margin: 20px 0 20px 0;
}

div.message p
{
	padding: 0 0 0 25px;
	margin: 10px;
	color: #5c9610;
	font-weight: bold;
}

div.error
{
	background: #ffe4e4;
	border: 1px solid #d8001d;
	margin: 20px 0 20px 0;
}

div.error p
{
	color: #d8001d;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 10px;
}

div.clear
{
	clear: both;
}
