@charset "UTF-8";
/* CSS Document */

	#mainContent_int h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight:normal;
	font-size:26px;
	color:#354ec1;
	/*	width:450px;
*/	width:400px;
}
#mainContent_int h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-weight:normal; 
	font-size:18px;
	color:#354ec1;
	width:450px;
}
#mainContent_int h3{
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/bullet_h3.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
#mainContent_int p{
	width:470px;
	color:#354ec1;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:17px;
	
	}
	
	#bannerPacientes{
		float:right;
		width:267px;
		margin-left:492px;
		margin-top:185px;
		border:none;
		margin-right:7px;
		position:absolute;
		z-index:20;
		}
	#bannerInformarse{
		float:right;
		width:267px;
		margin-left:492px;
		position:absolute;
		margin-top:265px;
		margin-right:15px;
		z-index:20;

		}
#imagenseccion{
		float:right;
		width:267px;
		height:200px;
		margin-left:497px;
		position:absolute;
		margin-top:-25px;
		margin-right:1px;
		}
#mainContent_int ul li {
	font-size: 14px;
	list-style-image: url(../images/bullet_p.png);
	width: 430px;
	padding-bottom: 10px;
}
  #nav-menu-list li {
    display: inline;
    margin-right: 15px;
    font-size: 14px; }
	
	#itemS{
	margin-top:-8px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	width:470px;
	/*line-height:17px;*/
	margin-bottom:18px;
	}
/****************FIXES PARA IE********/
.ie7 #mainContent_int #nav{
		width:900px;
		height:40px;}
		
.ie7 #itemS{
	margin-top:8px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	width:470px;
/*	line-height:17px;
*/	margin-bottom:1px;
	}

.ie7 #mainContent_int ul
{
/*position: relative;
right: 40px;
margin-left: -40px !important;
text-align: left;
/*margin: 0px auto;
margin-top: 8px;
margin-bottom: 6px;
padding: 0px auto;*/

}

.ie7 #mainContent_int ul li {
	font-size: 14px;
	width: 430px;
	padding-bottom: 10px;
	
}