/* CSS Document */


body{
	font-family: "Myriad Pro", sans-serif;
	margin: 0;
	padding: 0;
	}

p, h1, h2, h3, h5, h6, li{
	margin: 1ex 1em;
	}
h1, h4{
	color:#5B897B;
}
h4{
	font-size:1.5em;
	font-style:normal;
}
	
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	}

tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	}


/* = = = BANER = = = */
#banner{

}

/* = = = OUTER TABLE = = = */
	
#outerTable{
	margin:0 auto;
	width:770px;
	}
	

/** === MAIN MENU === **/

td#mainMenu{
	height: 35px;
	vertical-align: bottom;
	}

#mainMenu div{
	margin-top: 10px;
	height: 44px;
	text-align:left;
	padding: 0;
	}
#mainMenu img{
	border:none;
	}
	
/* = = = = MAIN CONTENT = = = = */

td#contentLeft{
	background-color: #C1DDBE;
	background-image:url(../_images/mol.png);
	background-repeat:no-repeat;
	background-position: 6px 10px;
	width: 680px;
	height: 347px;
	}

div#mainContent{
	padding: 0 15px; /* (top&bottom , left&right) margen en el lado INTERNO*/
	margin: 0; /* margen en el lado EXTERNO*/
	
	}

#mainContent p{
	font-family: "Myriad Pro", Georgia, serif;
	font-size: .9em;
	line-height: 1.3em;
	margin-left: 0;
	margin-right: 5;
	}
	
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Myriad Pro", sans-serif;
	}

#mainContent h3 {
	font-size: 1.6em;
	font-weight:bold;
	color: #5b897B;
	margin: 0 0 .4em 0;
	}

/* = = = = MAIN CONTENT SERVICIOS = = = = */

#mainContentServicio{
	font-family: "Myriad Pro", Georgia, serif;
	font-size: .9em;
	line-height: .9em;
	margin-left: 0;
	margin-right: 5;
	width: 968px;
}

#mainContentServicio li{
	font-size:.8em;
	margin:0px;
	margin-top:5px;
	font-style:normal;
	list-style-type:disc;
}


#mainContentServicio h3, #mainContentServicio h5 {
	font-family: "Myriad Pro", sans-serif;
	text-indent:15px;
	}

#mainContentServicio h3 {
	font-size: 1.6em;
	font-weight:bold;
	color: #5b897B;
	margin: 0 0 .4em 0;
	}
#mainContentServicio h5 {
	text-indent:15px;
	margin-bottom:-8px;
	margin-top:-5px;
	}
#mainContentServicio p {
	margin-bottom: 34px;
	margin-left:30px;
	line-height:17px;
	font-size:0.8em;
}
/* = = = = Side Bar (right column)= = = = */

td#contentRight{
	background-image:url(../_images/mol.png);
	background-position: right 10px;
	background-color: #fff;
	background-repeat:no-repeat;
	width: 337px;
	text-align:right;
	}

#contentRight img{
	margin: 0 20px;
	height: 175px;
	}

#contentRight img.photo{
	padding: 0px;
	border: 5px solid #C1DDBE;
	}

/* = = = = Content Bottom = = = = */

#contentBottom h4{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.5em;
	color: #5b897B;
	margin: 1ex 0 .5ex 0;
}

