/*  
Theme Name: Trinter
Theme URI: 
Description: 
Author: ICM - Jesus Martinez
Author URI: http://www.icm.es
Version: 0.1
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */
/*
*background: #f00;  IE 7 and below
_background: #f60;  IE 6 and below
*/


html
{
	height:				100%;
}

body
{
	background:			#fff url(images/bgbody.jpg) repeat-x fixed 0 0;
	min-height:			100%;
}

#languages
{
	display:			inline;
	float:				right;
	margin:				0 0 0 300px;
	width:				240px;
}

#languages li
{
	float:				left;
	padding:			8px 5px 2px 5px;
}

#languages li.selected
{
	background-color:	#0242B3;
}

#languages li a
{
	text-decoration:	none;
	color:				#666;
	font-size:			11px;

}

#languages li.selected a
{
	color:				#fff;
}

#languages li a:hover
{
	text-decoration:	underline;
}

#main
{
	padding:			10px 0 0 0;
	margin-bottom:		10px;
	background:			#e5ebef url(images/bgbody.jpg) repeat-x;
}

#header
{
	background:			#fff repeat-x;
	padding:			0 20px;
	height:				73px;
}

#logo
{
	display:			block;
	float:				left;
	padding-top:		6px;
}

.separated
{
	background:			#fff url(images/separator.gif) top right no-repeat;
	padding-right:		5px;
}

#clients
{
	float:				right;
	margin-top:			-34px;
	*margin-top:		-25px;
	_margin-left:		380px;
}

#clients legend
{
	font:				bold 100% helvetica,arial;
	color:				#006fb9;
}

#clients label
{
	*margin-left:		8px;
}

#clients fieldset
{
	font:				normal 85% helvetica,arial;
}

input.image
{
	margin-bottom:		-6px;
	margin-right:		0;
}

input
{
	margin-right:		10px;
}

#blog-holder
{
	margin:				12px 0 0 300px;
}

#image-head
{
	border-top:			3px solid #dde1e5;
}

#contentwrapper
{
	background:			#fff url(images/bgcontent.gif) repeat-x;
	padding:			20px;
	margin-top:			-3px;
}

.breadcrumb
{
	color:				#204361;
	font:				bold 200% arial;
	word-spacing:		normal;
	text-align:			left;
	letter-spacing:		0;
	line-height:		1.2em;
	padding-bottom:		10px;
}

.breadcrumb a
{
	color:				#0e7dc7;
	font:				bold 15px helvetica, arial;
	text-decoration:	none;
}

h1
{
	color:				#204361;
	font:				bold 116% helvetica, arial;
	word-spacing:		normal;
	text-align:			left;
	letter-spacing:		0;
	line-height:		1.2em;
}

p
{
	font:				normal 100% helvetica,arial;			
}

.topContent ul.menuholder
{
	margin:				0;
	border:				0;
	background:			none;
}

ul.menuholder li
{
	width:				340px;
	float:				left;
	padding:			18px 0;
	list-style-type:	none;
	list-style-position: outside;
}

ul.menuholder li img
{
	float:				left;
}

.menuholder-content
{
	float:			right;
	display:		inline;
	width:			290px;
	padding-right:	5px;
}

.menuholder-content a
{
	color:				#0e7dc7;
	font:				bold 15px helvetica, arial;
	text-decoration:	none;
}

a.simple-link
{
	color:				#0e7dc7;
	font:				normal 12px helvetica, arial;
	text-decoration:	none;
}

a.simple-link:hover
{
	color:				#0e7dc7;
	text-decoration:	underline;
}

.menuholder-content a:hover
{
	text-decoration:	underline;
}

.bordered
{
	border-right:		1px dotted #ccc;
}

.centered
{
	text-align:			center;
}

#blog-entries
{

}

#blog-entries li
{
	width:				335px;
	float:				left;
	padding-right:		10px;
}

.blog-link
{
	color:				#0e7dc7;
	font:				bold 100% helvetica, arial;
	text-decoration:	none;
}

.blog-link:hover
{
	text-decoration:	underline;
}

h2
{
	color:				#0e7dc7;
	font:				bold 123.1% helvetica, arial;
	padding:			15px 0;
}

h3
{
	color:				#0e7dc7;
	font:				bold 123.1% helvetica, arial;
	padding:			15px 0;
}

div.hr {
	clear:				both;
	border-bottom:		1px dotted #ccc;
	width:				95%;
}

div.hr hr {
  display: none;
}

/* menu styles */
#nav
{	
	float:				right;
	margin:				10px 0 0 0;
	padding:			0;
	width:				460px;
}

	#nav li
	{	
		float:				left;
		list-style:			none;
		font:				bold 13px Arial;
		background:			#fff url(images/menu-separator.gif) right no-repeat;
	}

	#nav li a
	{	
		display:			block;
		padding:			7px 6px 8px;
		text-decoration:	 none;
		white-space:		nowrap;
		color:				#666;
	}

	#nav li a:visited
	{
		color:				#666;
	}

	#nav li a:hover
	{	
		/*background:			#fff url(images/bgmenu-hover.gif) bottom repeat-x;*/
		text-decoration:		underline;
	}
		
		#nav li ul
		{	
			border-top:		3px solid #899198;
			position:		absolute;
			display:		none;
			margin-top:		0px;
			padding:		10px 0 20px 0;
			background:		#000;
			list-style:		disc outside;
			background:		url(images/bgmenu-options.png) bottom repeat-x;
		}
		
			#nav li ul li
			{	
				float:			none;
				display:		block;
				background:		#000;
				color:			#487196;
				border-bottom:	1px dotted #666;
				margin:			0;
				padding:		0 10px;
			}
			
			#nav li ul li a
			{	
				width:			auto;
				color:			#91d1fc;
				font:			bold 11px helvetica, arial;
				margin:			0;
				padding:		4px 0;
			}
			
			#nav li ul li a:visited
			{	
				color:			#91d1fc;
			}

			#nav li ul li a:hover
			{	
				color:			#fff;
				background:		#000;;
			}


#footer
{
	background:				none;
}

.copyright
{
	float:				left;
	text-align:			left;
	margin:				auto;
	color:				#565e5e;
	font-size:			10px;
	margin-top:			10px;
	padding-right:		10px;
}

.aviso-legal
{
	color:				#565e5e;
	font-size:			10px;
}

.aviso-legal a
{
	text-decoration:	none;
	color:				#565e5e;
}

.aviso-legal a:hover
{
	text-decoration:	underline;
}

.topContent ul
{
	margin:			20px;
	background-color:	#efefef;
	/*border:				1px solid #ccc;*/
}

.topContent li
{
	list-style-position:	inside;
	list-style-type:		circle;
	padding:				5px;
}

.topContent p
{
	padding:				0 5px 10px 0;
	line-height:			15px;
}

#contacto fieldset
{
	background-color:		#EFEFEF;
	/*border:					1px solid #CCCCCC;*/
	margin:				10px;
}

#contacto label
{
	margin:				8px;
	color:				#204361;
	float:				left;
}

#contacto input
{
	color:				#204361;
}

.clearer
{
	width:				100%;
	visibility:			hidden;
	clear:				both;
}

#oficinas
{
	margin-top:			10px;
	background-color:	#cbcbcb;
	padding-bottom:		1px;
	margin-left:		9px;
}

#oficinas p
{
	color:				#204361;
	font-weight:		bold;
	padding:			4px 0;
}

#oficinas a
{
	color:				#0242B3;
	text-decoration:	none;
}

#oficinas a:hover
{
	color:				#0242B3;
	text-decoration:	underline;
}


#oficinas li
{
	background-color:	#e9e9e9;
	text-align:			left;
	margin:				1px;
	padding:			5px;
	font-size:			12px;
	color:				#333333;
}

#oficinas li strong
{
	font-weight:		bold;
}

.alignleft 
{
	float:				left;
	margin:				0 5px 5px 0;
}

.yui-u fieldset
{
	background-color:		#EEEEEE;
	margin:					10px;
	padding:				5px;
}

.result
{
	background-color:		#EEEEEE;
	margin:					10px;
	padding:				5px;
	display:				block;
}

p.url {
	padding:				10px 0;
	font-weight:			bold;
	color:					green;
}

div.lang {
	color:					#666;
	font-size:				10px;
	text-align:				right;
	padding-top:			15px;
	padding-right:			5px;
}

div.lang a {
	color:					#666;
	text-decoration:		none;
	font-weight:			bold;
}

div.lang a:hover {
	color:					#666;
	text-decoration:		underline;
}

.topMeta
{
	font-style:				italic;
}

.topContent
{
	padding:				5px 5px 40px 5px;
}

.topMeta a
{
	text-decoration:		none;
	color:					#0E7DC7;
}

.topMeta a:hover
{
	text-decoration:		underline;
}

.topContent a
{
	text-decoration:		none;
	color:					#0E7DC7;
}

.topContent a:hover
{
	text-decoration:		underline;
}

.topTitle a
{
	text-decoration:		none;
	color:					#0E7DC7;
}

.topTitle a:hover
{
	text-decoration:		underline;
}

.aligncenter
{
	text-align:				center;
}

#sidebar h2
{
	color:					#204361;
	padding:			0;
}

#sidebar ul
{
	padding:				5px 0 15px 0;
}

#sidebar a
{
	color:					#0E7DC7;
	text-decoration:		none;
}

#sidebar a:hover
{
	text-decoration:		underline;
}

.telf
{
	font-size:				10px;
}

.mar {
	background:			#fff url(images/mar.gif) top left no-repeat;
	color:				#0242B3;
	padding-left:		20px;
	font-weight:		bold;
}

.tierra {
	background:			#fff url(images/tierra.gif) top left no-repeat;
	color:				#0242B3;
	padding-left:		20px;
	font-weight:		bold;
}

.aire {
	background:			#fff url(images/aire.gif) top left no-repeat;
	color:				#0242B3;
	padding-left:		20px;
	font-weight:		bold;
}

