@charset "utf-8";
/*
Theme Name: Odontomovil
Theme URI: http://www.odonotomovil.com.mx/
Description: The default theme for Odontomovil.com.mx
Author: the Odontomovil.com.mx's developer @link: juan.CarlosRendon
Version: 1.0
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
a:link {
	color: #2266BB;
	text-decoration: none;
}
a:visited {
	color: #1A4D8A;
	text-decoration: none;
}
a:hover {
	color: #347EDA;
	text-decoration: none;
}
a:active {
	color: #0B223E;
	text-decoration: none;
}

			.post {
				display: block; clear: both; float: none;
				margin: 0px; margin-bottom: 16px;
				padding: 0px;
			}
				.post .text {
					font-size: 14px;
					line-height: 135%;
				}
				.more-link {
					display: block; clear: both; float: none;
				}
				.post .etiquetas {
					display: block; clear: both; float: none;
					border-top: #C4C4C4 solid 2px;
					margin: 0px;
					padding: 6px 10px;
				}

.dn { display: none!important; }
.br { display: block; clear: both; float: none; height: 0px; }

.aligncenter { display: block; clear: both; float: none; margin: 3px auto; text-align: center; }
.alignright { float: right; margin: 5px; }
.alignleft { float: left; margin: 5px; }

.menuTop {
	display: block; clear: both; float: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #6CC;
	margin: 0px;
	padding: 6px 0px;
}

.menuTop li {
	display: inline;
	margin: 0px 20px;
}

.menuTop li a {
	color: #06C;
}

.menuTop li a:hover {
	color: #069;
}