/*
Ocean Comadronas
asistencia prental, postnatal y parto

Version 1.0
Author  danielfajardo.com
*/

body,td,th {
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	color: #444;
}

body {
	background-color: #f7f2fa;
	margin: 0px;
	text-align: center;
}

a:active, a:link, a:visited {
	color: #00c;
	text-decoration: underline;
}

a:hover {
	color: #c00;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	font-size: 0.90em;
	margin-left: 3.0em;
	padding-left: 5px;
}

strong {
	color: #000;
}

img.thumbnail {
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	float: left;
	width: 128px;
	height: 128px;
	margin: 0 15px 5px 0;
	border: 1px solid #ac84d0;
	background-color: #f7f2fa;
}

img.carnet {
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	float: left;
	width: 118px;
	height: 128px;
	margin: 0 15px 5px 0;
	border: 1px solid #ac84d0;
	background-color: #f7f2fa;
}

/* *************************************************************
	Estructura de la página
************************************************************* */

#wrap {
	width: 100%;
	padding-top: 30px;
	background-color: #fff;
	/* border: 1px solid #660066; */
}

#top, #head, #navigator, #conteiner, #footer {
	width: 740px;
	text-align: left;
	/* border: 1px dotted #660066; */
}

#top {
	height: 80px;
	background-image: url('../images/_page-top-default.jpg');
	background-repeat: no-repeat;
}
#top .logo {
	width: 150px;
	height: 80px;
	float: left;
}

#top .noticeBoard {
	width: 450px;
	height: 135px;
	float: right;
	background-image: url('../images/post-it.gif');
	background-repeat: no-repeat;
}

#top .noticeBoardText {
	width: 410px;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
	font-size: 11px;
	color: #446793;
	font-family:verdana,tahoma,Trebuchet,arial;
}

#top .mainmenu {
	width: 570px;
	height: 30px;
	margin-left: 170px;
	padding-top: 50px;
	text-align: right;
	font-size: 1.00em;
	line-height: 2.00em;
	color: #999;
}

#head {
	/* height: 150px; */
	height: 150px;
	background-repeat: no-repeat;
}
#head .slogan {
	width: 300px;
	height: 100px;
	margin-left: 40px;
	padding-top: 40px;
	line-height: 1.20em;
	color: #582685;
}
#head .slogan h2 {
	font-size: 1.75em;
	line-height: 0;
}
#head .slogan p {
	font-size: 0.90em;
}

#navigator {
	height: 30px;
	margin: 10px 0 0 0;
	line-height: 2em;
	color: #999;
	font-size: 0.90em;
	text-align: left;
}

#conteiner {
	overflow: auto;
	padding: 20px 0 10px 0;
	/* border: 1px dotted #660066; */
}

#conteiner #content {
	width: 740px;
	text-align: justify;
}

#conteiner #content-left {
	float: left;
	width: 470px;
	padding-right: 10px;
	text-align: justify;
	/* border-right: 1px dotted #ac84d0; */
}

#conteiner #content-right {
	width: 225px;
	margin-left: 500px;
	padding-left: 10px;
}

#conteiner #sitemap {
	width: 540px;
	padding-left: 100px;
	color: #999;
	text-align: left;
}


#footer {
	height: 20px;
}

#bottom {
	width: 100%;
	height: 100px;
	padding-top: 20px;
	background-image: url('../images/_bottom-bg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 2.00em;
	color: #666;
}

/* *************************************************************
	Formatos específicos de la estructura
************************************************************* */

/* Color del texto ****************************************** */

#content h2, #content-left h2 {
	clear: both;
	color: #582685;
}

#content h3, #content-left h3 {
	color: #8b59b8;
}

#content-right h3 {
	color: #bd9eda;
}

#content p, #content-left p, #content-right li {
	/* color: #6e31a6; */
	color: #555;
}

/* Links **************************************************** */

#top .mainmenu a:active, #top .mainmenu a:link, #top .mainmenu a:visited {
	color: #8b59b8;
	text-decoration: none;
}

#top .mainmenu a:hover {
	color: #c00;
	text-decoration: none;
}

#navigator a:active, #navigator a:link, #navigator a:visited {
	color: #8b59b8;
	text-decoration: none;
}

#navigator a:hover {
	color: #c00;
	text-decoration: none;
}

#content-right a:active, #content-right a:link, #content-right a:visited {
	color: #333;
	text-decoration: none;
}

#content-right a:hover {
	color: #c00;
	text-decoration: underline;
}

#sitemap a:active, #sitemap a:link, #sitemap a:visited {
	color: #33C;
	text-decoration: none;
}

#sitemap a:hover {
	color: #c00;
	text-decoration: underline;
}

#bottom a:active, #bottom a:link, #bottom a:visited {
	color: #969;
	text-decoration: none;
}

#bottom a:hover {
	color: #c00;
	text-decoration: none;
}

#bottom a.design:active, #bottom  a.design:link, #bottom  a.design:visited {
	color: #c9c;
	text-decoration: none;
}

#bottom a.design:hover {
	color: #c00;
	text-decoration: none;
}

/* Geométricos *********************************************** */

#content-left h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.75em;
}

#content-left h3 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}

#content-left p {
	text-indent: 0px;
}

#content-right h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 1.25em;
	border-bottom: 1px solid #CC99FF;
}

#content-right ul, #content-right ul ol, #sitemap ul, #sitemap ul ol {
	margin: 0;
	padding: 0;
}

#content-right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 0.80em;
	line-height: 1.00em;
	border-bottom: 1px dotted #FFCCFF;
}

#sitemap ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 0.80em;
	line-height: 1.00em;
}

#sitemap li.main {
	padding-top: 10px;
	border-top: 1px dotted #ac84d0;
}

#sitemap ul li {
	margin: 10px 0 10px 0;
	padding-left: 40px;
	font-size: 1.10em;
}

#sitemap ul li ul {
	margin: 0px;
	font-size: 0.75em;
	line-height: 1.50em;
}

/* Básicos *************************************************** */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.small {
	font-size: 0.75em;
}
.medium {
	font-size: 0.90em;
}

.separator {
	border-top: 1px dotted #ac84d0;
}

/* Calendar *************************************************** */
.diaryTable		{border-collapse:collapse; border:1px solid #380061;}
.menuCell		{background-color:#380061; color: #DDCEEB; padding-left:20px;}
.blankCell		{background-color:#F7F1FB;}
.headerCell		{background-color:#C6ACDB; color: #380061; font-weight:bold;}

/* contract form *************************************************** */
.printForm			{color:#000000; font-weight: bold; padding:3px 0px 3px 8px;}
.printHeader		{color:#000000; font-size:18px; margin:5px 0px 15px 0px; text-align:left}
.printQuote			{color:#000000; font-size:9pt;}
