/*  
Theme Name: ICM
Theme URI: 
Description: 
Author: Jesus Martinez
Author URI: http://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:			#e5ebef url(images/bgbody.jpg) repeat-x fixed 0 0;
	min-height:			100%;
}

#doc4
{
}

#main
{
	padding:			10px 0 0 0;
	margin-bottom:		10px;
	background:			#e5ebef url(images/bgbody.jpg) repeat-x;
}

#header
{
	background:			#fff url(images/bghead.gif) repeat-x;
	padding:			10px 20px;
	height:				73px;
}

#logo
{
	display:			block;
	float:				left;
}

.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 116% helvetica, 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:				15px 0 0 0;
	width:				540px;
}

	#nav li
	{	
		float:				left;
		list-style:			none;
		font:				bold 15px Helvetica,Arial;
		background:			#fff url(images/menu-separator.gif) right no-repeat;
	}

	#nav li a
	{	
		display:			block;
		padding:			7px 5px 8px;
		text-decoration:	 none;
		/*border-right:		1px solid white;*/
		/*width:				70px;*/
		white-space:		nowrap;
		color:				#006fb9;
	}

	#nav li a:visited
	{
		color:				#006fb9;
	}

	#nav li a:hover
	{	
		background:			#fff url(images/bgmenu-hover.gif) bottom repeat-x;
	}
		
		#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;
	height:					100px;
}

.copyright
{
	float:				left;
	text-align:			left;
	margin:				auto;
	color:				#565e5e;
	font-size:			10px;
	margin-top:			10px;
	padding-right:		10px;
}

.copyright a
{
	color:				#565e5e;
}

.aviso-legal
{
	float:				right;
	text-align:			right;
	color:				#565e5e;
	font-size:			10px;
	*margin-top:			-40px;
	padding-right:		10px;
}

.aviso-legal a
{
	text-decoration:	none;
	color:				#565e5e;
}

.aviso-legal a:hover
{
	text-decoration:	underline;
}

.topContent ul
{
	margin:			20px;
	background-color:	#eee;
	border:				1px solid #ccc;
}

.topContent li
{
	list-style-position:	inside;
	list-style-type:		square;
	padding:				5px;
}

.topContent p
{
	padding:				0 5px 10px 0;
}

#contacto fieldset
{
	background-color:		#EEEEEE;
	/*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;
}

/* Clientes destacados */
#clientes-destacados
{
	margin-top:			30px;
	background-color:	#cbcbcb;
	padding-bottom:		10px;
}

#clientes-destacados p
{
	color:				#204361;
	font-weight:		bold;
	padding:			4px 0;
}

#clientes-destacados ul
{
	width:				100%;
	background-color:	#e9e9e9;
}

#clientes-destacados li
{
	padding:			5px;
}

.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;
}

.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;
}

#casos-exito
{
	margin-left:			50px;
}

	#casos-exito li
	{
		float:				left;
		margin:				0 1px;
		padding:			0;
	}

	#casos-exito img
	{
		margin:				0;
		padding:			0;
	}

	#casos-exito .links
	{
		display:			none;
	}

	#casos-exito .links li
	{
		float:				none;

	}

	#casos-exito .links li a
	{
		text-decoration:	none;
		color:				#0E7DC7;
	}

	#casos-exito .links li a:hover
	{
		text-decoration:	underline;
	}

        .popup {
        	position: absolute;
			width:	200px;
			top:	-20px;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

.topContent strong {
	font-weight:		bold;
}