/*CSS document Layout for inside pages
-----------------------------------------------
escorialdesign.com/marcom:interactive.com
Stylesheet:  layoutpages.css
Author:   Luis Escorial
Version:  01 March 2006
----------------------------------------------- */


/*START MAIN DIVIDERS*/

* { margin: 0; padding: 0;
}

#mainnav {
	display: none;
}

#secondcontent {
	display: none;
}

#secondcontentsmall {
	display: none;
}

#secondnav {
	display: none;
}


#content {
	width: 8 in;
	margin-top: 0.25in;
}

#mainquote {
	margin-right: 0.25 in;
}

#leftcolumn {
	display: none;
}

.pdf {
	display: none;
}

#addressprint{
	font-size: 9pt;
	line-height: 16pt;
	margin-bottom: 0.2in;
	color: #666666;
	border-bottom: 1pt dotted #666666;
}

/*START CONTENT DIVIDERS*/

.centblock {
	width: 7in;
}

#centblockblogs {
	margin: 30px 10px 0px;
	width: 7in;
	background: none;
}

#centblockpodcasts {
	margin: 30px 10px 0px;
	width: 7in;
}
/*SIDEBAR STYLES*/

#sidebar {
	display: none;
}

/*FOOTER STYLES*/

#footer {
	display: none;
}



/*IMAGES STYLES*/

img {
	border: none;
	border-bottom: none;
	display: none;
}

.imgright {
	display: none;
}

.imgleft {
	display: none;
}

.noborder {
	display: none;
}

.toppage {
	display: none;
}



/*DROP DOWNS*/

.visible {display:block}
.oculto {display:block}

/*CSS document Layout for inside pages
-----------------------------------------------
escorialdesign.com/marcom:interactive.com
Stylesheet:  colors.css
Author:   Luis Escorial
Version:  01 March 2006
----------------------------------------------- */

/*START BACKGROUND COLOR AND MAIN IMAGE FOR EACH SECTION*/

#modermediabody {
	background: none;
	background-color: none;
}

#modohoodbody {
	background: none;
	background-color: none;
}

#fresheyebody {
	background: none;
	background-color: none;
}

#blogsbody {
	background: none;
	background-color: none;
}

#podcastsbody {
	background: none;
	background-color: none;
}

#pulsebody {
	background: none;
	background-color: none;
}

#servicesbody {
	background: none;
	background-color: none;
}

#seminarsbody {
	background: none;
	background-color: none;
}

#mediaspheresbody {
	background: none;
	background-color: none;
}

#subscribebody {
	background: none;
	background-color: none;
}

#aboutbody {
	background: none;
	background-color: none;
}

#contactbody {
	background: none;
	background-color: none;
}

#siteindexbody {
	background: none;
	background-color: none;
}

/*START BACKGROUND DOTED SIDE IMAGE FOR EACH SECTION ::  ATTENTION I AM ADDING THE SIZE FOR DIVIDER HERE*/
#home {
	background: none;
}

#modermediapage {
	background: none;
}

#modohoodpage {
	background: none;
}

#fresheyepage {
	background: none;
}

#blogspage {
	background: none;
}

#podcastspage {
	background: none;
}

#pulsepage {
	background: none;
}

#servicespage {
	background: none;
}

#seminarspage {
	background: none;
}

#mediaspherespage {
	background: none;
}

#subscribepage {
	background: none;
}

#aboutpage {
	background: none;;
}

#contactpage {
	background: none;
}

#siteindexpage {
	background: none;
}

/*START LOGO IMAGE FOR SECTIONS :: ATTENTION I AM ADDING THE SIZE FOR DIVIDER HERE*/
#home {
	background: url(../images/back_photo_mmedia.jpg) no-repeat left top;
	
}

#redlogo {
	width: 870px;
	height: 45px;
	text-align: right;
	display: none;
}

/*COLOR FOR TABLE COLUMN CENTER*/
.backwhite {
	background-color: #fff;
}

/*CSS document Layout for typography pages
-----------------------------------------------
escorialdesign.com/marcom:interactive.com
Stylesheet:  typography.css
Author:   Luis Escorial
Version:  01 March 2006
----------------------------------------------- */

body {
	font-family: Trebuchet MS,"Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma",Verdana,Geneva,Arial,Sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

p.title {
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0 -1px;
	color: #000;
}

h1, h2, h3, h4 {
	font-size: 13pt;
	margin: 15px 0 10px;
	line-height: 16pt;
}

h5 {
	font-size: 13pt;
	margin: 5px 0;
}
h6 {
	font-size: 12pt;
	margin-top: 16px;
	margin-bottom: 4px;
}

h1, h2, h3, h4, h5, h6, .cyan {
	color: #000000;
}

.ttleunderlined {
	font-size: 10pt;
	color: #000000;
	border-bottom: 1px dotted #333;
	margin-right: 100px;
	text-transform: uppercase;
	margin-bottom: 10px;
	background: url(../images/arrow_blue_down.gif) no-repeat right center;
}

.sectionttle {
	margin-bottom: 20px;
}

#mainnav a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: none;
}

#secondcontent a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: none;
}

#blogtop {
	width: 7in;
} 
/*--------------------- TYPES OF LISTS --------------------*/

/*UNORDERED*/

ul {
	list-style-type: none;
	marging-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
}


.orangearrow {
	background: url(../images/arrow_orange.gif) no-repeat left 5px;
	padding-bottom: 10px;
	display: block;
	padding-left: 10px;
	margin-left: 30px;
}

.doublepad {
	background: url(../images/arrow_blue.gif) no-repeat 20px 5px;
	padding-bottom: 10px;
	display: block;
	padding-left: 30px;
	margin-left: 30px;
}

.bluearrow {
	background: url(../images/arrow_blue.gif) no-repeat left 5px;
	padding-bottom: 10px;
	display: block;
	padding-left: 10px;
	margin-left: 30px;
}

.noarrow {
	margin-left: 40px;
}

.greybox .noarrow {
	padding-bottom: 5px;
	margin-left: 28px;
}

/*---------------------CENTRAL COLUMN----------------------*/

#mainquote {
	color: #666;
	width: 410px;
	margin-top: 40px;
	font-size: 24pt;
	line-height: 28pt;
}

.indent {
	padding-left: 40px;
}

.indentNumber {
	padding-left: 50px;
	text-indent: -13px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.indentOrange {
	padding-left: 40px;
	font-size: 14pt;
	line-height: 18pt;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
}

.indentBlue {
	padding-left: 40px;
	font-size: 14pt;
	line-height: 18pt;
	color: #00a0db;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
}

.whitetext {
	color: #000000;
}

.quoteitalic {
	text-align: right;
	font-size: 20pt;
	font-style:italic;
	color: #fff;
}

.author {
	font-style: italic;
	font-size: 10pt;
	text-indent: 100px;
}

.orangeBold {
	color: #999999;
	font-weight: bold;
}

.blackBold {
	font-weight: bold;
}

.blackBoldBig {
	font-size: 10pt;
	font-weight: bold;
}

.cyanBold {
	color: #666666;
	font-weight: bold;
}

.leader {
	font-variant: small-caps;
	color: #666666;
}

.leaderttle {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCCCCC;
}

.leadermore {
	display: none;
}

.leadermore a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: none;
}

.downloadbttn {
	margin-bottom: 20px;
}

.contactblog {
	margin-top: 10px;
	width: 300px;
}
.contactrss {
	text-align: right;
	border-bottom: 1px dotted #e87b02;
	margin-top: -18px;
	padding-bottom: 5px;
}
.phone {
	color: #000;
	font-size: 13pt;
}

.testimonial {
	font-size: 12pt;
	line-height: 20pt;
	color: #333333;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 20px;
}

.testimonialclient {
	margin-left: 20px;
	color: #666666;
	font-style: italic;
	border-bottom: 1px dotted #999;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#articlefooter {
	font-style: italic;
	border-top: 1px dotted #00a0db;
	padding-top: 10px;
	margin-top: 10px;
}

#articlefooter p:first-line{
	font-weight: bold;
}

/*--------------------------PROJECTS STYLES--------------------------------*/


.projecttle {
	color: #666666;
	font-size: 12pt;
	margin-top: 50px;
	margin-bottom: 10px;
	border-top: 1px dotted #999999;
	padding-top: 5px;
	margin-right: 100px;
	text-transform: uppercase;
	padding-right: 10px;
}

.projecttlefirst {
	color: #666666;
	font-size: 12pt;
	margin-bottom: 10px;
	border-top: 1px dotted #999999;
	padding-top: 5px;
	margin-right: 100px;
	text-transform: uppercase;
	padding-right: 10px;
}



/*--------------------------FAQ STYLES--------------------------------*/

#faq {
}

.question {
	color: #666666;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}


/*--------------------CONTACT FORM STYLES-----------------------------*/
.required {
	color: #e87b02;
	text-align: right;
	border-bottom: 1px dotted #e87b02;
	margin-top: 10px;
	padding-bottom: 5px;
}

#contactform {
	margin-top: 10px;
	margin-bottom: 20px;
}

#contactform td, tr {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.rulecyan {
	border-bottom: 1px dotted #999;
	margin-top: 20px;
	margin-bottom: 10px;
}

#contactform .image {
	margin-right: 20px;
}


/*-----------------------------GREY BOX-----------------------------*/
.greybox, .greyboxred {
	margin-top: 25px;
	margin-bottom: 25px;
}

.greybox h1 {
	font-size: 14pt;
	margin-bottom: 4px;
	text-transform: uppercase;
}

h1 .greyboxcaps {
	font-size: 14pt;
	text-transform: uppercase;
	color: #00a0db;
	margin-top: 10px;
	font-weight: bold;
}

.greybox h2 {
	font-size: 12pt;
	font-style: italic;
	margin-top: -4px;
	margin-bottom: 4px;
}

.greybox h3 {
	font-size: 11pt;
	margin-bottom: 4px;
}

.greybox .header {
	color: #000;
	margin-left: 12pt;
	margin-top: 10px;
}

.greyboxred .header {
	color: #000;
	margin-left: 12pt;
	margin-top: 10px;
}

.greyboxnotop {
	margin: 0px 0px 25px;
}

.greyboxnotop h1 {
	font-size: 14pt;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.greyboxnotop h2 {
	font-size: 12pt;
	font-style: italic;
	margin-top: -4px;
	margin-bottom: 4px;
}

.greyboxnotop h3 {
	font-size: 11pt;
	margin-bottom: 4px;
}

.greyboxsubscribe {
	text-align: right;
	text-transform: uppercase;
	font-size: 10pt;
	margin-top: 4px;
	border-bottom: 1px dotted #e87b02;
	margin-bottom: 20px;
	display: none;
}

.greyboxsubscribe a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	border-bottom: none;
}

.greyboxemail {
	text-align: left;
	font-size: 10pt;
	margin-bottom: 10px;
	color: #e87b02;
	margin-top: 10px;
	display: none;
}

.greyboxemail a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	border-bottom: none;
}

.greyboxlearnmore {
	text-align: right;
	text-transform: uppercase;
	font-size: 10pt;
	margin-top: 4px;
	border-bottom: 1px dotted #666;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.greyboxlearnmore a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	border-bottom: none;
}

/*------OUTLINES COLORS FOR INSIDE BOXES-----------*/

.blueoutline .greenoutline .purpleoutline .pinkoutline .yellowoutline .redoutline {
	border: 1px solid #999;
}



/*---------------------TABLE SEMINARS STYLES--------------------------*/

.seminars {
		
}

.seminars td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.seminars tr.bluerow {
	background-color: #999999;
}

.seminars tr.bluelightrow {
	background-color: #CCCCCC;
}

/*---------------------TABLE MODERN MEDIA CLASSES STYLES--------------------------*/

.schedule {
	border-collapse: collapse;	
}

.schedule td {	
	border-right: 1px dotted #fff;
	padding: 5px;
}

tr.bluerow {
	background: #CCCCCC;
}

tr.bluelightrow {
	background-color: #FFFFFF;
}


/*--------------------------DROP DOWNS--------------------------------*/

#dropdown {
	background-color: #f8f8f8;
	margin-top: 25px;
}

#dropdown a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: none;
}

.dropheaders {
	color: #666666;
	margin-left: 25px;
	margin-top: 10px;
}

.name {
	margin-left: 25px;
	margin-top: 10px;
	width: 300px;
	margin-bottom: 10px;
}

#ver1, #ver2, #ver3, #ver4, #ver5, #ver6, #ver7, #ver8, #ver9, #ver10, #ver11, #ver12, #ver13, #ver14, #ver15, #ver16, #ver17, #ver18, #ver19, #ver20 {
	display: none;
}


.dropdefinition {
	margin-left: 30px;
	margin-right: 20px;
	color: #000;
	margin-bottom: 20px;
}

.dropclose {
	display: none;
}

#locales3 {
	display: block;
}

 /*-----------------------------IMAGES STYLES----------------------*/
 
.arrowbttn {
	margin-left: 10px;
}
.topofpage {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*-----------------------------QUIZ STYLES-----------------------------*/
.quizquestion {
	border-top: 1px dotted #e87b02;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #e87b02;
	padding-top: 5px;
	margin-left: -40px;
}

.quizquestionfirst {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #e87b02;
	margin-left: -40px;
}


.quiztable {
	margin-left: 40px;
}


#quizsendbttn {
	margin-left: 30px;
}

.buttonSend {
	width: 80px;
	color: #ac5b01;
	background-color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #ac5b01;
	margin: 20px;
	padding: 1px 5px 2px;
}

.buttonReset {
	width: 80px;
	color: #00a0db;
	background-color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #00a0db;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin: 20px;
}

.quiztable table {
	border: none;
}
.quiztable td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

