@charset "utf-8";
/* CSS Document */
@import url("common.css");



/*   T E X T O   */

#content h1{
	position:absolute;
	top:0;
	left:0;
	padding-left:160px;
	margin-top:-24px;
}


.textText{
	margin-top:60px;
}


#leftBlogTextCol{
	float:left;
	width:330px;
}

/*   B L O G   */

#blogCol{
	float:left;
	width:230px;
	text-align:center;
}

.imageBlogCol{
	width:211px;
	height:294px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-8px auto 0px auto;
	background-image:url(../images/intro/doctora.jpg);
}

#blogIntro{
	background-image:url(../images/intro/blogFondo.jpg);
	background-repeat:no-repeat;
	width:212px;
	height:148px;
	margin:0 auto;
}

#blogText{
	width:100%;
	text-align:left;
	padding:65px 0px 0px 60px;
	line-height:15px;
	color:#107aa4;
	font-size:13px;
}


/*   P I E   */

#footer{
	background-image:url(../images/intro/fotofondoPresentacion.jpg);
	padding-top:169px;
}