/*
	CSS - Marta Romero	
	12 - 2005
	Screen Version
*/

/* GENERAL STYLES */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-size:12px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
	text-align: center; /* IE5.x Center Site Hack - Part 1 of 2 */
	color: #333;
	}

td, th {
	font-size : 11px; /* For IE5.x */
	}

a img {
	border-width: 0px;
	}

.clear {
	clear: both;
	height: 0px;
	}

a {
	color: #333;
	}

a:hover {
	background-color: #D9EBE1;
	}

input, textarea, select {
	font: 1em "Trebuchet MS", "Arial Narrow", Arial;
	}

.align_right {
	text-align: right;
	}

/* MAIN CONTAINER*/

#main_container {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* IE5.x Center Site Hack - Part 2 of 2 */
	}
	
/***********************************************/
/* HEADER                                  */
/***********************************************/
#header{
	width: 747px;
	clear:both;
	float:right;
	display: inline; /* IE Double Margin Float Hack */
	background-color:#FFF;
	}

#logos {
	margin: 10px 0px 0px 0px;
	height: 20px;
	float:left;
	}

#cuidatushuesos_logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#imagen_header img{
	height: 120px;
	width:747px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #CE38BB; /* IE Jump a:hover BUG */
	}
#imagen_header p {
	display:none;
	}
/* UTILITIES MENU */

#utilities_menu {
	display: none;
	}


/***********************************************/
/* CONTENIDO                                  */
/***********************************************/
#container_content {
	width: 749px;
	clear:both;
	float:right;
}

/* SPONSOR */

#titulo_main_menu {
	display: none;
	}

/* MAIN MENU */

#main_menu {
	display: none;
	}
/* CONTENT - GENERAL */

#content {
	width: 700px;
	}

/* CONTENT - SUBTITLE */

#content #subtitle {
	width: 400px;
	}


#subtitle {
	width: 230px;
	height:auto;
	margin: 20px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #5B5B5D;
	background-image:url(../image/ico_info.gif);
	background-position:left;
	background-repeat:no-repeat;
	}

#subtitle h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9C488F;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 45px;
	}

/* CONTENT - MAIN */


#content #content_main {
	margin: 0px 10px 20px 10px;
	width: 700px;
	}

#content_main a img {
	border-width: 0px;
	}

#content_main h3 {
	margin: 20px 0px 10px 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	}

#content_main div, #content_main p {
	line-height: 18px;
	margin: 15px 0px 10px 0px;
	text-align:justify;
	}

#content_main ul {
	color: #B4D0C0;
	margin: 20px 0px 10px 20px;
	}

#content_main ul p {
	color: #666;
	margin: 0px 0px 0px 10px;
	}

#content_main ul li {
	color: #D9EBE1;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 10px 20px;
	}
	
hr {
	border: 1px dotted #D9EBE1;
	width: 100%;
	}
#content_main ol.border {
	border-top: 1px dotted #D9EBE1;
	padding: 5px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
	list-style-type:decimal;
	color:#666666;
	}

#content_main ol.border li {
	margin: 10px 0px 0px 25px;
	font-size:10px;
	}

#content_main a {
	color: #056330;
	font-weight: bold;
	}

#content_main .morado{
	color: #9C488F;
	font-weight: bold;
	}
#content_main .amarillo{
	color: #f90;
	font-weight: bold;
	}
#content_main .verde{
	color: #056330;
	font-weight: bold;
	}

#content_main .subir {
	display: none;
	}

/***********************************************/
/* PIE                                  */
/***********************************************/

#footer {
	width: 749px;
	margin-top: 50px;
	border-top:5px solid #067241;
	}

#cuidatushuesos_foot p {
	font-size:10px;
	font-family: Arial;
	font-weight:bold;
	color: #666;
	float: right;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
}

#cuidatushuesos_foot img{
	display: none;
}
#msd_foot {
	display: none;
}


