/* - - - - - - - - - - - - - - - - - - - - -

Título		: Intune Consulting 
Autor		: Juanma Teixidó
Creado 		: 11 de Enero, 2008
Modificado	: 11 de Enero, 2008

- - - - - - - - - - - - - - - - - - - - - */

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

body {

	background: #323232 url('../gfx/backgrounds/back_body.jpg') repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
	}

* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/

}

body,td,th {
	font-family: "Trebuchet MS", serif;
	color: #fff;
}

#wraper { 
	width: 770px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************/
/* RESETTERS AND GLOBAL SETTINGS               		 */
/***************************************************/

h1, h2, h3, h4 { 
	margin-top: 0px;
	margin-bottom: 15px;
	color: #2ec3f4;
	font-weight: normal;
}
h1 { 
	font: 190% Georgia, serif;
	line-height: 110%;
}
h2 { 
	font: 160% Georgia, serif;
}
h3 { 
	font: 140% Georgia, serif;
	
}
small { 
	margin: 0;
	color: #666;
	font-size: 95%;
}
p { 
	margin-top: 0;
	text-align: justify;
}
a img { 
	border: 0;
}
p img { 
	border: 1px dotted #1d1b33;
	padding: 7px;
	background-color: white;
}
img.float_left { 
	float: left;
	border: 1px dotted #1d1b33;
	padding: 7px;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.float_right { 
	float: right;
	border: 1px dotted #1d1b33;
	padding: 7px;
	margin-left: 15px;
	margin-bottom: 10px;
}

input, textarea { 
	border:1px solid #618ec5;
}

input.newsletter { 
	width: 120px;
	margin-right: 10px;
}

input.boton_1 { 
	color: #fff;
	background-color: #999;
	border: 1px solid #666;
}
input.boton_1:hover { 
	background-color: #2ec3f4;
	color: #fff;
}

/*****************************************************/
/* TYPOGRAPHY                               		 */
/***************************************************/

p.resaltado { 
	font-size: 120%;
	color: #2ec3f4;
}
p.back_to_homepage { 
	background: url('../gfx/iconos/i_back.gif') no-repeat top left;
	padding-left: 25px;
}
p.read_more { 
	background: url('../gfx/iconos/i_read_more.gif') no-repeat center right;
	padding-right: 22px;
	text-align: right;
	color: #999;
}
p.intro { 
	font-size: 125%;
	line-height: 140%;
}

/*****************************************************/
/* A, LINKS                                 		 */
/***************************************************/

a { 
	color: white;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
	color: #b5ec2f;
}
h1 a:hover { 
	color: #b5ec2f;
	text-decoration: none;
}

p.read_more a { 
	color: #999;
}
p.read_more a:hover { 
	color: #b5ec2f;
}

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

#cabecera { 
	width: 770px;
}

#imagen_principal { 
	background-color: #ccc;
	width: 770px;
}
#contenido { 
	clear: both;
	line-height: 150%;
	width: 770px;
	float: left;
	margin-bottom: 15px;
	background: url(../gfx/backgrounds/back_dotted_line_pattern.gif) 519px repeat-y;
}
#columna_1 { 
	width: 490px;
	float: left;
	padding-right: 30px;

}

#columna_2 { 
	width: 220px;
	float: left;
	padding-left: 30px;
}

div.hr { 
	background: url('../gfx/backgrounds/back_dotted_line_pattern.gif') repeat-x;
	height: 30px;
	margin-top: 30px;
	clear: both;
}
div.hr hr { 
	display: none;
}

#footer { 
	clear: both;
	width: 770px;
	background: url(../gfx/backgrounds/back_footer.gif) no-repeat;
	height: 27px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 30px;
}


/*****************************************************/
/* MENU			                              		 */
/***************************************************/

#menu { 
	width: 770px;
	height: 30px;
	background: #3ebff9 url(../gfx/backgrounds/back_menu.jpg) repeat-x;
	margin-bottom: 30px;
	margin-top: 2px;
/*	float: left;*/
	font-family: Georgia, serif;
}

body#home li#boton_home a,
body#services li#boton_services a,
body#about li#boton_about a,
body#news li#boton_news a,
body#contact li#boton_contact a  { 
	color: white;
	text-decoration: none;
}
body#services li#boton_services ul li a { 
	color: #2ec3f4;
}	
	
#nav, #nav ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block; 
	background: url(../gfx/backgrounds/back_botones.jpg) top right no-repeat;
	padding: 7px 17px 5px 15px;
	color: #91dbf9;
}
#nav a:hover { 
	color: white;
	text-decoration: none;
}
#nav a.sub_menu { 
	background: #fff;
	width: 250px;
	color: #2ec3f4;
	background: white url(../gfx/backgrounds/back_dotted_line_pattern_light_blue.gif) bottom repeat-x;
}
#nav a:hover.sub_menu { 
	background: #e6e6e6 url(../gfx/backgrounds/back_dotted_line_pattern_light_blue.gif) bottom repeat-x;
	color: #666;
}

#nav li {
	float: left;
	font-size: 15px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
