
/*div {
	border: 1px solid Red;
}*/

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: white;
	font-size: small;
}
* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}
th {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #666;
}

td {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #666;
}

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #CCCCCC;
}

body#reel { 
	background-color: black;
}

div.wraper {
	border: 1px ridge #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
div.wraper_footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	background-color: #FFFFFF;
}

/*****************************************************/
/* TIPOGRAFIA                               		 */
/***************************************************/

/* H1, H2, H3
----------------------------------------------- */

h1 { 
	font-weight: normal;
	font-size: 195%;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
}

div.sheet_bios h1 { 
	margin-bottom: 0;
}

body#reel h1 { 
	color: white;
	font-size: 130%;
}
#main h1 { 
	color: #42719d;
	margin: 0;
	margin-bottom: 10px;
}
div.post h1 { 
	margin-top: 0px;
}
body#agency #main h1 { 
	color: #ebff7f;
}
body#works #main h1 { 
	color: #e65d01;
}
body#clients #main h1 { 
	color: #fff178;
}
body#services #main h1 { 
	color: #6c0700;
}
body#blog #main h1 { 
	color: #78eaff;
}
body#contact #main h1 { 
	color: #074978;
}
#footer h1 { 
	margin-bottom: 10px;
	margin-top: 0px;
	color: #575757;
	font-size: 160%;
}
body#reel #footer h1 { 
	color: #b8b8b8;
}

div.lista_servicio_final h1 { 
	line-height: 95%;
}

div.lista_servicio h1 { 
	line-height: 95%;
}
h2 {
	font-weight: normal;
	line-height: 130%;
	color: #666666;
}
div.bios h2 { 
	font-weight: normal;
	font-size: 150%;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
	margin-bottom: 0px;
}
span.blog_date { 
	font-weight: normal;
	font-size: 100%;
	line-height: 130%;
	margin: 0px;
	color: #292d34;
	margin-bottom: 10px;
}

h3 {
	font-weight: normal;
	font-size: 120%;
	margin-top: 0px;
	color: #000000;
	margin-bottom: 10px;
}

/* P, SPAN
----------------------------------------------- */
#main li { 
	line-height: 160%;
	margin: 0;
}
#main p { 
	line-height: 160%;
	margin: 0;
}
#columna_index_blog p {
	line-height: 160%;
}
#blog_calendar p { 
	margin: 0;
	color: #5b5950;
	line-height: 100%;
}
#blog_calendar p#mes { 
	font-size: 80%;
	margin-bottom: -1px;
		font-weight: bold;
}
#blog_calendar p#dia { 
	font-size: 120%;
	font-weight: bold;
}
body#blog p.post_date { 
	color: #42719d;
	margin: 0;
	margin-bottom: -5px;
}
body#blog p.blog_read_more { 
	font-size: 130%;
	text-align: right;
	color: #42719d;
	margin-bottom: 0;
}
body#hello p.blog_read_more {
	text-align: right;
}
body#blog p.blog_back { 
	font-size: 130%;
	color: #42719d;
	margin-bottom: 0;
}

body#works p.post_date { 
	color: #e65d01;
	margin: 0;
	margin-bottom: -5px;
}
body#works p.blog_read_more { 
	font-size: 130%;
	text-align: right;
	color: #e65d01;
}
body#works p.blog_back { 
	font-size: 130%;
	color: #e65d01;
}

small {
	font-size: 75%;
	font-style:italic;
	color:#CCCCCC;
}

/*****************************************************/
/* LINKS                               		 */
/***************************************************/

/* Links de colores para cada pagina
---------------------------------------*/
a {
	color: #808080;
}
a:hover {
	font: inherit;
	color: #000000;
	text-decoration: underline;
}
ul a:hover {
}
div.post p a { 
	border-bottom: 1px dotted #42719d;
}
div.post p a:hover {
}

/* Links agency
---------------------------------------*/
body#agency #contenido_interna p a:hover{
}
body#agency #contenido_interna li a { 
	color: #738900;
	text-decoration: none;
}
body#agency #contenido_interna li a:hover {
	color: #738900;
	text-decoration: none;
}

/* Links Works
---------------------------------------*/
a.naranja {
	color: #808080;
	font-size: 16px;
	text-decoration: none;
}
body#works #contenido_interna p a { 
	color: #e65d01;
	border-bottom: 1px dotted #e65d01;
}
a.naranja:hover {
	color: #000000;
	font-size: inherit;
}
body#works #contenido_interna p a:hover {
}
body#works #columna_interna_2 li a { 
	color: #e65d01;
}

/* Links clients
---------------------------------------*/
body#clients #contenido_interna p a{ 
	color: #e69801;
	border-bottom: 1px dotted #e69801;
}
body#clients #contenido_interna p a:hover {
}

/* Links services
---------------------------------------*/
body#clients #contenido_interna p a { 
	color: #981b1b;
	border-bottom: 1px dotted #981b1b;
}
body#clients #contenido_interna p a:hover{
}
div.post p a { 
	border-bottom: 1px dotted #42719d;
}
div.post p a:hover {
}
#footer a { 
	color: #666;
}
#columna_index_blog ul a {
}

h2 a { 
	color: #292d34;
	text-decoration: none;
}

h1 a:hover { 
	color: #292d34;
	text-decoration: none;
}

h1 a { 
	color: #292d34;
	text-decoration: none;
}

body#agency #main a { 
	color: #fbff9b;
}
body#works #main a { 
	color: #e65d01;
}
body#clients #main a { 
	color: #fff178;
}
body#services #main a { 
	color: #6c0700;
}
body#blog #main a { 
	color: #78eaff;
}
body#contact #main a { 
	color: #074978;
}
body#contact #main a:hover {
}

body#blog #main a:hover {
}

body#services #main a:hover {
}

body#clients #main a:hover {
}

body#works #main a:hover {
}

body#agency #main a:hover {
}

body#blog #columna_interna_2 ul a{ 
	color: #666;
}

body#works #columna_interna_2 ul a{ 
	color: #666;
}

/* Links Reel
---------------------------------------*/
body#reel #columna_reel_2 p a{ 
	color: #fff;
/*	border-bottom: 1px dotted #fff;*/
}
body#reel #columna_reel_2 p a:hover {
}

/*****************************************************/
/* LAYOUT    	                            		 */
/***************************************************/

/* Cabecera
----------------------------------------------- */
#cabecera {
	padding: 10px 50px 10px 50px;
	width: 670px;
	height: 157px;
	float: left;
}
#cabecera ul {
	list-style: none;
	padding-left: 0px;
}
#cabecera ul li {
	float: left;
}
#cabecera ul li a {
	text-decoration: none;
}
body#reel #cabecera li a { 
	border-right: 1px solid #000;
}
body#contact li#menu_menu_contact a { 
	cursor: default;
}
body#blog li#menu_menu_blog a { 
	cursor: default;
}
body#services li#menu_menu_services a { 
	cursor: default;
}
body#clients li#menu_menu_clients a { 
	cursor: default;
}
body#works li#menu_menu_works a { 
	cursor: default;
}
body#agency li#menu_menu_agency a { 
	cursor: default;
}
body#hello li#menu_menu_hello a { 
	cursor: default;
}
li#menu_intranet a:hover{
	color: #000000;
	font-size: 16px;
}
li#menu_hello a:hover{
	color: #000000;
	font-size: 16px;
}
body#hello li#menu_hello a{ 
	background: #0b1b28 url(../gfx/background/back_main_index.jpg) 0px -140px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
}
li#menu_agency a:hover {
	color: #000000;
	font-size: 16px;
}
body#agency li#menu_agency a { 
	background: #33CCFF url(../gfx/background/back_menu_blog.jpg);
	border-right: 1px solid #dd9624;
	border-bottom: 1px solid #dd9624;
	color: #000066;
}
li#menu_works a:hover {
	color: #000000;
	font-size: 16px;
}
body#works li#menu_works a { 
	background: #33CCFF url(../gfx/background/back_menu_blog.jpg);
	border-right: 1px solid #dd9624;
	border-bottom: 1px solid #dd9624;
	color: #000066;
}
li#menu_clients a:hover {
	color: #000000;
	font-size: 16px;
}
body#clients li#menu_clients a { 
	background: #ff9e00 url(../gfx/background/back_menu_clients.jpg);
	border-right: 1px solid #dd9624;
	border-bottom: 1px solid #dd9624;
	color: #fff178;
}
li#menu_services a:hover {
	color: #000000;
	text-align: center;
	vertical-align: super;
	font-size: 16px;
}
body#services li#menu_services a { 
	background: #d92015 url(../gfx/background/back_menu_services.jpg);
	border-right: 1px solid #a6070c;
	border-bottom: 1px solid #a6070c;
	color: #6c0700;
}
li#menu_blog a:hover {
	color: #000000;
	font-size: 15px;
}
li#menu_contact a:hover {
	color: #000000;
	font-size: 16px;
}
body#contact li#menu_contact a { 
	background: #239eca url(../gfx/background/back_menu_contact.jpg);
	border-right: 1px solid #2b8eb8;
	border-bottom: 1px solid #2b8eb8;
	color: #074978;
}
#cabecera h1 {
	clear: both;
	margin: 0px 0 0 0;
}
#logo {
	float: left;
	margin-top: 0px;
}

/* Main
----------------------------------------------- */

#main { 
	clear: both;
	background: #fff url(../gfx/background/back_main_index.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
#featured { 
	float:left;
	width: 284px;
}
#featured_text { 
	float:left;
	width: 324px;
	background: url(../gfx/background/back_featured_dotted.gif) no-repeat right 10px;
	padding-right: 30px;
	margin-top: 60px;
	color: white;
}
#featured_text ul { 
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	margin-top: 10px;
}
#featured_text ul li { 
	float: left;
	margin-right: 30px;
}
#fresh { 
	float:left;
	width: 222px;
	padding-left: 30px;
	margin-top: 60px;
}
#fresh ul { 
	margin: 0;
	padding: 0px;
	list-style: none;
}
#fresh ul li a { 
	background: url(../gfx/icons_and_bullets/bullet_main_still_fresh.gif) no-repeat 0px 50%;
	padding-left: 20px;
	color: #fff;
}

/* Main inner pages
----------------------------------------------- */

body#agency #main { 
	clear: both;
	background: #fff url(../gfx/background/back_main_agency.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
body#works #main { 
	clear: both;
	background: #fff url(../gfx/background/back_main_works.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
body#clients #main { 
	clear: both;
	background: #fff url(../gfx/background/back_main_clients.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
body#services #main { 
	clear: both;
	background: #fff url(../gfx/background/back_main_services.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
body#blog #main { 
	clear: both;
	background: #fff url(../gfx/background/back_main_blog.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
body#contact #main { 
	clear: both;
	background: #fff url(../gfx/background/back_main_contact.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}

body#contact #inner_featured_text_2 p { 
	color: white;
}

body#contact #inner_featured_text_1 p { 
	color: white;
}

body#blog #inner_featured_text_2 p { 
	color: white;
}

body#blog #inner_featured_text_1 p { 
	color: white;
}

body#services #inner_featured_text_2 p { 
	color: white;
}

body#services #inner_featured_text_1 p { 
	color: white;
}

body#clients #inner_featured_text_2 p { 
	color: white;
}

body#clients #inner_featured_text_1 p { 
	color: white;
}

body#agency #inner_featured_text_2 p { 
	color: white;
}

body#agency #inner_featured_text_1 p { 
	color: white;
}
body#works #inner_featured_text_2  {
	color: #7d4f00;
	background-image: none;
}

body#works #inner_featured_text_1  {
	color: #7d4f00;
	background-image: none;
}

body#services #inner_featured_text_2  {
	background-image: none;
}


body#services #inner_featured_text_1  {
	background-image: none;
}


#inner_featured_text_1 { 
	float:left;
	width: 400px;
	background: url(../gfx/background/back_featured_dotted.gif) no-repeat right 10px;
	padding-right: 30px;
	margin-top: 60px;
}
#inner_featured_text_2 { 
	float:left;
	width: 400px;
	margin-top: 60px;
	margin-left: 30px;
}

/* Contenido
----------------------------------------------- */

#contenido {
	background: url("../images/back_contenido_dotted.gif") repeat-y;
	float: left;
	line-height: 160%;
	background-color: #FFFFFF;
}
FFFF;
}
#blog_calendar { 
	width: 69px;
	height: 60px;
	float: left;
	background: url(../gfx/background/back_blog_calendar.jpg) no-repeat;
	padding-top: 17px;
}
#blog_calendar_container { 
	text-align: center;
	width: 47px;
}
#blog_calendar_container { 
	text-align: center;
	width: 47px;
}
#columna_index_blog {
	width: 340px;
	margin-right: auto;
	float: left;
	margin-left: auto;
}
#columna_index_blog ul {
}
#columna_index_blog ul li {
	padding-left: 23px;
	line-height: 100%;
}
#columna_index_2 img { 
	float: right;
	margin-left: 5px;
}
#columna_index_1 img {
	float: right;
	vertical-align: top;
}
#columna_index_1 {
	width: 215px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#columna_index_2 { 
	width: 190px;
	float: left;
}

/* Contenido Reel
----------------------------------------------- */

#columna_reel_1 { 
	width: 550px;
	margin-right: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
	float: left;
}
#columna_reel_2 { 
	width: 125px;
	float: left;
	margin-top: 60px;
}
#columna_reel_texto { 
	height: 270px;
	color: #999;
}

/* Contenido interna
----------------------------------------------- */

#contenido_interna { 
	float: left;
	line-height: 160%;
}
body#services #columna_interna_full { 
	width: 860px;
	background: url(../gfx/background/back_contenido_services.gif) repeat-y 0px 15px;
	float: left;
	margin-bottom: 60px;
}
div.lista_servicio { 
	float: left;
	margin-right: 60px;
	width: 170px;
	line-height: 140%;
}
div.lista_servicio_final { 
	line-height: 140%;
	float: left;
	width: 170px;
}


body#clients #columna_interna_full { 
	width: 860px;
	background: url(../gfx/background/back_contenido_clients.gif) repeat-y 0px 15px;
	float: left;
	margin-bottom: 60px;
}
div.lista_clientes { 
	float: left;
	margin-right: 60px;
	width: 246px;
	line-height: 140%;
}
div.lista_clientes_final { 
	line-height: 140%;
	float: left;
	width: 246px;
}


#columna_interna_1 { 
	width: 400px;
	margin-right: 61px;
	float: left;
}
#columna_interna_2 { 
	width: 400px;
	float: left;
}

body#blog #columna_interna_1 { 
	width: 582px;
	margin-right: 30px;
	float: left;
	background: url(../gfx/background/back_contenido_blog.gif) repeat-y; 
}
body#works #columna_interna_1 { 
	width: 582px;
	margin-right: 30px;
	float: left;
	background: url(../gfx/background/back_contenido_works.gif) repeat-y; 
}
body#works #columna_interna_2 { 
	width: 250px;
	float: left;
}

body#blog #columna_interna_2 { 
	width: 250px;
	float: left;
}

div.post { 
	margin-bottom: 60px;
	padding-right: 30px;
}

div.sheet { 
	margin-bottom: 60px;
	float: left;
}
div.sheet_bios { 
	margin-bottom: 60px;
	float: left;
	padding-bottom:40px;
	background:  url(../gfx/background/back_bios_dotted.gif) repeat-x bottom;
}

div.sheet p img { 
	margin-top: 10px;
	margin-bottom: 10px;
}

div.sheet p img.float_right { 
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	float: right;
}
div.sheet p img.float_left { 
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
}


/* Bios para Team
----------------------------------------------- */

div.illustration { 
	float: left;
	width: 100px;
	margin-right: 10px;
}
div.bios { 
	float: left;
	width: 290px;
}
div.bios_container { 
	margin-bottom: 60px;
	float: left;

}

/* LI, LIST, Para todas las paginas
----------------------------------------------- */

body#agency #columna_interna_2 ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

body#agency #columna_interna_1 ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

body#blog #columna_interna_1 ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

body#works #columna_interna_1 ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

#columna_interna_full ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
body#blog #columna_interna_2 ul { 
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}


body#works #columna_interna_2 ul { 
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}


#columna_interna_2 ul { 
	padding-bottom: 20px;
}

body#clients #columna_interna_full li { 
	padding-left: 17px;
	background: url(../gfx/icons_and_bullets/bullet_naranja.gif) no-repeat 0 4px;
	padding-bottom: 10px;
}
body#services #columna_interna_full li { 
	padding-left: 17px;
	background: url(../gfx/icons_and_bullets/bullet_rojo.gif) no-repeat 0 5px;
	padding-bottom: 10px;
}
body#blog #columna_interna_2 li { 
	padding-left: 17px;
	background: url("../images/bullet_azul.gif") no-repeat 0 5px;
}
body#blog #columna_interna_1 li { 
	padding-left: 17px;
	background: url("../images/bullet_azul.gif") no-repeat 0 5px;
}
body#works #columna_interna_2 li { 
	padding-left: 17px;
	background: url(../gfx/icons_and_bullets/bullet_amarillo.gif) no-repeat 0 6px;
}
body#works #columna_interna_1 li { 
	padding-left: 17px;
	background: url(../gfx/icons_and_bullets/bullet_amarillo.gif) no-repeat 0 6px;
}
body#agency #columna_interna_2 li { 
	padding-left: 17px;
	background: url(../gfx/icons_and_bullets/bullet_verde.gif) no-repeat 0 5px;
/*	padding-bottom: 10px;*/
}

body#agency #columna_interna_1 li { 
	padding-left: 17px;
	background: url(../gfx/icons_and_bullets/bullet_verde.gif) no-repeat 0 5px;
/*	padding-bottom: 10px;*/
}

/* Footer
----------------------------------------------- */

#footer { 
	clear: both;
	height: 200px;
	background: #e7e7e7 url(../gfx/background/back_footer.jpg) repeat-x top;
	padding-top: 55px;
	line-height: 140%;
}

body#reel #footer { 
	background: #151515 url(../gfx/background/back_footer_reel.jpg) repeat-x top;
}

#footer ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li { 
	float: left;
}
#our_offices { 
	background: url(../gfx/background/back_footer_dotted.gif) no-repeat 0px 10px;
	padding-left: 82px;
	float: left;
	width: 304px;
}

#our_offices li.abq { 
	width: 125px;
	margin-right: 25px;
}
#our_offices li.asu { 
	width: 120px;
}

body#reel #our_offices { 
	background: url(../gfx/background/back_footer_dotted_reel.gif) no-repeat 0px 10px;
	padding-left: 82px;
	float: left;
	width: 304px;
}
#contact_us { 
	float: left;
	width: 452px;
	padding-left: 30px;
}
div.wraperheader {
	width: 980px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
li#IS Home Page a:hover {
	color: #000000;
	font-size: 16px;
}
.ms-grid1-main {
	border-left: .75pt solid black;
	border-top: .75pt solid black;
	border-bottom: .75pt solid black;
	background-color: white;
	border: .75pt solid black;
	table-layout: auto;
}
.ms-grid1-tl {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: .75pt solid black;
	border-top-style: none;
	border-bottom-style: none;
	background-color: white;
}
.ms-grid1-left {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: .75pt solid black;
	border-top: .75pt solid black;
	border-bottom-style: none;
	background-color: white;
}
.ms-grid1-top {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: .75pt solid black;
	border-top-style: none;
	border-bottom-style: none;
	background-color: white;
}
.ms-grid1-even {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: .75pt solid black;
	border-top: .75pt solid black;
	border-bottom-style: none;
	background-color: white;
}
a.recentnews {
	color: #808080;
	font-size: 12px;
	text-decoration: none;
}
a.recentnews:hover {
	color: #000000;
	font-size: 12px;
}
a.menu {
	font-size: 13px;
	color: #808080;
}



