﻿/*----------------------------------------------------------
Tema :	105_2.css
Layout:	105
Width:	980px - 940px
Fonts:	Merriweather Sans
Colors: Rojo: #e10 | Gris: 456969 | Azúl: 02bccd
----------------------------------------------------------*/

/* -- General -- */
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic); /*Elements*/
@import url(http://fonts.googleapis.com/css?family=Audiowide); /* Logo */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:200,300); /* Menú */
@import url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/redmond/jquery-ui.css);

* { font-family:'Lato', Tahoma, sans-serif; } 
body { font-family:'Lato', Tahoma, sans-serif; font-size:15px; }

/* -- Elementos -- */
a			{ color:#40609b; }
h1, h2, h3	{ color:#0d95da; }
ul.ul_normal li:before { color:#e10; }

/* -- Layout -- */
#lay_body		{ border-top:8px solid #e10; }

#lay_logo *		{ color:#e10; font-family: 'Audiowide'; }
#lay_logo span	{ display:inline-block; margin-right:4px; border:3px solid #e10; background-color:#f7f9fb; }
#lay_logo div	{ color:#0d95da; }
#lay_logo a, a:hover { text-decoration:none; }

#lay_logo_lt		{ color:#e10; font-family: 'Audiowide'; }
#lay_logo_lt span	{ color:#e10; font-family: 'Audiowide'; border:1px solid #e10; background-color:#f7f9fb; display:inline-block; margin-right:2px; }

#lay_social			{ background-color:#e10; }

#lay_footer		{ border-top:1px solid #e10; }
#lay_footer .menu a { font-family:'Lato'; color:#808080; }

#lay_MapIn		{ border:1px solid #e10; }

#lay_menu *			{ font-family:'Titillium Web', 'sans-serif'; font-weight:lighter; }
#lay_menu a			{ font-weight:300 !important; }
#lay_menu a:hover	{ color:#e10; }
.menu_nav a.sel		{ color:#e10 !important; }

#menu_main .menu_drop li a			{ color:#40609b; }
#menu_main .menu_drop li a:hover	{ color:#0d95da; }

/* -- Bloques -- */
.box		{ background-color:#f7f0eb; border:1px dotted #ddd; }
.adw		{ background-color:#f7f0eb; border:1px dotted #ddd; }

.adw h3		 { color:#40609b; }
.adw a:hover { text-decoration:underline; }

.adw_bg2	{ background-color:#ffcd48; }
.adw_bg3	{ background-color:#40609b; }
.adw_bg4	{ background-color:#ffffcc; }

.adw_bg2 *	{ color:#000 !important; }	
.adw_bg3 *	{ color:#fff !important; }

.adw_bg2 ul	li:before { color:#000; }
.adw_bg3 ul	li:before { color:#fff; }
.adw_bg4 ul	li:before { color:#000; }

.adw_bg2 h3		{ color:#fab700; }
.adw_bg2 h3 > a	{ color:#fab700; }

.blk_header	{ border-bottom:1px solid #e10; }
.blk_header strong { display:block; color:#0d95da; margin-bottom:.2em; font-size:28px; font-weight:normal; }

