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

.bg_quienes_somos {
	
	height: 468px;
	background-image: url(images/quienes-somos.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.bg_quienes_contacto{
	
	height: 468px;
	background-image: url(images/contacto.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.bg_quienes_tratamientos{
	
	height: 468px;
	background-image: url(images/tratamientos.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.bg_quienes_articulos{
	
	height: 468px;
	background-image: url(images/articulos.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.content_box {
	
	position: relative;
	top: 25px;
}

.imagen {
	position: relative;
	margin: 0 10px 0 0;
	border: 2px solid #E87AC8;
}

.left { float: left; }
.right { float: right; }

.clearall {
	width: 80%;
	height: 0;
	position: relative;
	clear: both;
	visibility: hidden;
}

/*
ul { 
	list-style-type: none; 
	padding: 0px;
	padding-left: 20px;
	width: 350px;
}
li { 
	margin: 0px; 
}*/


.footer {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;

}


.footer a:link { 
	color: #666;
	text-decoration: none;
}
.footer a:visited { 
	color: #666;
	text-decoration: none;
}
.footer a:hover { 
	color: #333366;
	text-decoration: underline;
}
.footer a:active { 
	color: #666;
	text-decoration: none;
}



.menu {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	margin-right: 20px;

}

.menu a:link { 
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}
.menu a:visited { 
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}
.menu a:hover { 
	color: #fff;
	text-decoration: underline;
	margin-right: 20px;
}
.menu a:active { 
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

.bg_bar {
	background-image: url(images/top_menu_bg.gif);
	background-repeat: no-repeat;
}

img { border: 0px; }

.title {
	font-family: Arial, sans-serif;
	color: #000066;
	font-size: 17px;
	text-align: left;
	font-weight: bold;
}

.title2 {
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	font-stretch: ultra-condensed;
}


.content_ {

	position: relative;
	
	width: 390px;
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 11px;
	text-align: left;
	text-align:  justify;
	margin-left: 20px;
	padding-right: 20px;
	height: 320px;
	overflow: auto;
}

.content_ a:link { 
	color: #008ED3;
	text-decoration: none;
}
.content_ a:visited { 
	color: #008ED3;
	text-decoration: none;
}
.content_ a:hover { 
	color: #333366;
	text-decoration: underline;
}
.content_ a:active { 
	color: #008ED3;
	text-decoration: none;
}

.content_ H1 {
	color: #D03593;
	font-size: 14px;
	margin-top: 30px;
}

.content_ H2 {
	color: #333;
	font-size: 12px;
	margin-top: 20px;
}

.contacto a:link { 
	color: #008ED3;
	text-decoration: none;
}
.contacto a:visited { 
	color: #008ED3;
	text-decoration: none;
}
.contacto a:hover { 
	color: #333366;
	text-decoration: underline;
}
.contacto a:active { 
	color: #008ED3;
	text-decoration: none;
}

.contacto {
	font-family: Arial Narrow, Arial, sans-serif;
	color: #666;
	font-size: 13px;
	text-align: left;
	font-stretch: ultra-condensed;
	text-align:  justify;
	margin-left: 20px;
}

.img_sec {

	border: 1px solid #008ED3;
	background-color: #FFF;
	padding: 9px;
}

.c404 {
	font-family: Arial Narrow, Arial, sans-serif;
	color: #666;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	font-stretch: ultra-condensed;
	height: 200px;	
}


