* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Generic resetting */

p {
	margin-bottom:10px;
}

p, ul, ol {
	font-size:12px;
	color:#666;
	text-align:justify;
}

ul, ol {
	margin-left:25px;
	margin-bottom:10px;
}

ul li {
	list-style-image:url(img/bullet1.gif);
}

ol li {
	list-style-type:decimal;
	color:#999;
}

h1 {
	font: normal 18px Helvetica, Arial;
	color:#2382C6;
}

h2 {
	font: normal 14px Helvetica, Arial;
	color:#1C659B;
}


h3 {
	font: bold 12px Helvetica, Arial;
	color:#F59B43;
}

h1,h2,h3 {text-align:left; margin-bottom:10px;}

ul a:link, ul a:visited {
	text-decoration:none;
}

ul a:hover {
	text-decoration:underline;
}

/* Structure & Layout */

body {
	background-color:#fff;
}

#container {
	width:780px;
	margin: 0 auto;
	text-align:center;
}

#body {
	padding-left:6px;
}

#main-content {
	width:467px;
	float:left;
	padding:10px;
	text-align:justify;
}

/* Left Auxiliar Bar */

#left-bar {
	width:287px;
	float:left;
	background-color: #F69E47;
	text-align:center;
	overflow:hidden;
}

#news-container {
	width:190px;
	margin: 15px auto;
	padding-top:25px;
}

.news-container-ttl {background: transparent url(img/ttl_novedades_ifer.gif) no-repeat top;}
.ifer-container-ttl {background: transparent url(img/ttl_ifer.gif) no-repeat top;}
.gine-container-ttl {background: transparent url(img/ttl_ginecologia.gif) no-repeat top;}
.infe-container-ttl {background: transparent url(img/ttl_esterilidad.gif) no-repeat top;}
.acad-container-ttl {background: transparent url(img/ttl_academica.gif) no-repeat top;}
.publi-container-ttl {background: transparent url(img/ttl_publi.gif) no-repeat top;}

.left-box-item {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: dashed 1px #F8BB7F;
}

.left-box-item:hover {
	background-color:#F6A759;
	cursor:pointer;
}

.left-box-item h3 {
	font-size: 14px;
	color:#fff;
	text-align:left;
}

.left-box-item h3 a:link, .left-box-item h3 a:visited {
	font-size: 14px;
	color:#fff;
	text-decoration:underline;
}

.left-box-item h3 a:hover {
	text-decoration:none;
}

.left-box-item p {
	font-size:10px;
	color:#fff;
}

.left-box-item ul{
	font-size:11px;
	color:#fff;
	text-align:left;
	margin-left:15px;
}

.left-box-item ul a:link, .left-box-item ul a:visited {
	color:#fff;
}

/* Footer */

#footer {
	width:100%;
	height:40px;
	float:left;
	border-top: dotted 2px #999;
	margin-top:15px;
}

#footer p {
	font-size:11px;
	color:#999;
	padding-top:5px;
	text-align:center;
}

/* Fonts */
.blue {color:#2382C6;}
.orange {color:#F59B43;}