

@import url('reset.css');

@charset "utf-8";
/* CSS Document */


/***** Redefinición etiquetas *****/
html
{
	font-family: trebuchet, Arial, Helvetica, sans-serif;
}

body
{
	font-size: 0.8em;
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	margin: 0;
}
a
{
	color: #420000;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #E30D0D;
	text-decoration: underline;
}
strong
{
	font-weight: bold;
}

.info,
.error
{
	border: 1px solid #999;
	color: #666;
	display: block;
	padding:10px;
	font-weight: bold;
	margin: 0 auto 20px 100px;
	text-align:center;
	width:300px;
}
img.right
{
	float: right;
	padding-left: 5px;
}
img.left
{
	float: left;
	padding-right: 5px;
}
blockquote
{
	font-style: italic;
	margin: 5px 0;
	padding: 5px 5px 5px 15px;
	quotes: "\201C" "\201D";
}
blockquote:before
{
	content: open-quote;
	font-weight: bold;
}
blockquote:after
{
	content: close-quote;
	font-weight: bold;
}
cite
{
	color:#888888;
	font-style:italic;
}
abbr,
acronym
{
	border-bottom: 1px dotted #999;
}
sup
{
	font-size: 0.7em;
	line-height:0.7em;	
	vertical-align: top;
}
sub
{
	font-size: 0.7em;
	line-height:0.7em;
	vertical-align: bottom;
}





/***** Cabecera *****/
#header
{
	height: 155px;
	margin: 0 auto;
	width: 998px;	
}
#header h1 
{
	float: left;
	margin: 25px 0 0 100px;
}
#header h1 a
{
	background: transparent url(../img/logo.gif) no-repeat scroll left top;
	display: block;
	height: 72px;
	text-indent: -900em;
	width: 98px;
}
#header ul
{
	overflow: auto;	
}
#header li
{
	display: inline;
}

/* enlaces destacados arriba */
#header #shortcuts
{
	float: right;
	margin:5px 20px 0 0;
	width:482px;
}
#header #shortcuts li
{
	color: #000;
	display: inline;
}
#header #shortcuts li a
{
	color: #999;
	font-weight: bold;
	line-height: 18px;
}
#header #shortcuts .clients_area
{
	background: transparent url(../img/lock-clients.gif) no-repeat scroll right center;
	margin: 0 30px 0 0;
	padding: 0 16px 0 0;
}
/* menu */
#header #menu
{
	float: left;
	margin: 45px 0 0 98px;
	width: 670px;
}
#header #menu a
{
	background: transparent url(../img/menu.gif) no-repeat scroll -55px -15px;
	height: 15px;
	margin: 0 22px 0 0;
	text-indent: -900em;
	width: 62px;
	display: block;
	float: left;
}
#header #menu a:hover,
#header #menu a:active,
#header #menu a.active
{
	background-position: -55px top;
}
#header #menu .news a
{
	background-position: -130px -15px;
	width: 58px;
}
#header #menu .news a:hover,
#header #menu .news a:active,
#header #menu .news a.active
{
	background-position: -130px top;
}

#header #menu .index a
{
	background: transparent url(../img/menu.gif) no-repeat scroll left -15px;
	width: 42px;
}
#header #menu .index a:hover,
#header #menu .index a:active,
#header #menu .index a.active
{
	background-position: left top;
}
#header #menu .clients a
{
	background-position: -200px -15px;
	width: 58px;
}
#header #menu .clients a:hover,
#header #menu .clients a:active,
#header #menu .clients a.active
{
	background-position: -200px top;
}
#header #menu .solutions a
{
	background-position: -270px -15px;
	width: 74px;
}
#header #menu .solutions a:hover,
#header #menu .solutions a:active,
#header #menu .solutions a.active
{
	background-position: -270px top;
}
#header #menu .services a
{
	background-position: -355px -15px;
	width: 64px;
}
#header #menu .services a:hover,
#header #menu .services a:active,
#header #menu .services a.active
{
	background-position: -355px top;
}
#header #menu .contact a
{
	background-position: -432px -15px;
	width: 62px;
}
#header #menu .contact a:hover,
#header #menu .contact a:active,
#header #menu .contact a.active
{
	background-position: -432px top;
}
#header #menu .blog a
{
	background-position: -506px -15px;
	width: 38px;
}
#header #menu .blog a:hover,
#header #menu .blog a:active,
#header #menu .blog a.active
{
	background-position: -506px top;
}




/***** Contenido *****/
#content
{
	clear: both;
	margin: 0 auto;
	width: 998px;
}
#column_one
{
	float: left;
	padding: 0 10px 0 90px;
	width: 195px;
}
#column_two
{
	float: left;
	width: 614px;
}
#column_one li
{
	margin: 0 0 20px 0;
}
#column_one a,
#column_one .active ul a
{
	background: transparent url(../img/back-dots.gif) no-repeat scroll left -49px;
	color: #999;
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 0 15px;
}
#column_one a:hover,
#column_one a:active,
#column_one .active a,
#column_one .active ul a:hover,
#column_one .active ul a:active,
#column_one .active ul .active a
{
	background: transparent url(../img/back-dots.gif) no-repeat scroll left 1px;
	color: #E20916;
	text-decoration: none;
}
#column_one ul ul a,
#column_one .active ul a
{
	background: transparent url(../img/back-dotsmini.gif) no-repeat scroll left 3px;
	display: block;
	padding: 0 0 0 10px;
}
#column_one ul ul a:hover,
#column_one ul ul a:active,
#column_one .active ul a:hover,
#column_one .active ul a:active,
#column_one .active ul .active a
{
	background: transparent url(../img/back-dotsmini.gif) no-repeat scroll left -42px;
}

#column_two p
{
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 0 10px 10px 10px;
	text-align: justify;
}
#column_two h2
{
	background: transparent url(../img/back-title.gif) no-repeat scroll center top;
	color: #CCC;
	height: 48px;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 auto 20px auto;
	padding: 0 0 0 10px;
	width: 604px;
}
#column_two h2 span
{
	color: #000;
	display: block;
	font-size: 0.65em;
	line-height: 12px;
	font-weight: bold;
}
#column_two h3
{
	/*background:transparent url(../img/back-title.gif) no-repeat scroll center top;*/
	color: #420000;
	font-size: 1.1em;
	font-weight:bold;
	padding:10px;
	margin: 5px 0;
}
#column_two h4
{
	font-weight: bold;
	padding: 10px;
}
#column_two .images
{
	float: right;
	width: 200px;
}
#column_two .text
{
	/*float: left;*/
	width: 614px;
}
#column_two ul,
#column_two ol
{
	font-size: 0.95em;
	padding: 0 0 0 20px;
}
#column_two ul li
{
	line-height: 1.5em;
	padding: 0 0 5px 0;
}


/***** Pie de página *****/
#footer
{
	background: #FFF url(../img/footer.gif) no-repeat scroll center 30px;
	clear: both;
	color: #CCC;
	height: 22px;
	padding: 65px 0 0 0;
	text-align: center;
	margin: 0 auto;
	width: 998px;
}
#footer ul
{
	margin: 0 auto;
	width: 320px;
}
#footer li
{
	border-right: 1px solid #CCC;
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 16px;
	padding: 0 5px;
}
#footer li a
{
	color: #CCC;
}
#footer .bittia
{
	border: 0;
	display: none;
	margin: 0 0 0 -36px;
}
#footer .bittia a
{
	background: transparent url(../img/bittia-logo.png) no-repeat scroll left top;
	height: 10px;
	display: block;
	float: right;
	margin: -13px 0 0 40px;
	text-indent: -900em;
	width: 35px;
}
#footer .right_reserved
{
	border: 0;
}
	


/***** Portada *****/
#index h2
{
	background: transparent url(../img/soluciones-hsm-soft.gif) no-repeat scroll left top;
	text-indent: -900em;
	height: 16px;
	margin: 0 0 20px 505px;
	width: 173px;
}
#index h5 a
{
	background: transparent url(../img/garantia-velneo.gif) no-repeat scroll left top;
	clear: both;
	display: block;
	text-indent: -900em;
	height: 59px;
	margin: 0 auto;
	width: 130px;
}
#index .products
{
	background: transparent url(../img/back-content.gif) repeat-y scroll center top;
	margin: 0 auto 20px auto;
	overflow: auto;
	padding:70px 0 50px 40px;
	position: relative;
	width: 958px;
}
#index .products li
{
	float: left;
	margin: 0 30px 0 0;
	height: 180px;
	position: relative;
	width: 150px;
}
#index .products .item_1
{
	background: transparent url(../img/back-product-1.gif) no-repeat scroll left top;
}
#index .products .item_2
{
	background: transparent url(../img/back-product-2.gif) no-repeat scroll left top;
}
#index .products .item_3
{
	background: transparent url(../img/back-product-3.gif) no-repeat scroll left top;
	border-right: 1px dotted #111;
	padding: 0 40px 0 0;
	margin: 0 40px 0 0;
}
#index .products .item_4
{
	background: transparent url(../img/back-product-4.gif) no-repeat scroll left top;
}
#index .products .item_5
{
	background: transparent url(../img/back-product-5.gif) no-repeat scroll left top;
	margin: 0;
}
#index .products .products_title,
#index .products .services_title
{
	background: transparent url(../img/productos_hsm.png) no-repeat scroll left top;
	left: 244px;
	margin: 0;
	position: absolute;
	text-indent: -900em;
	top: 20px;
	height: 25px;
	width: 105px;
}
#index .products .services_title
{
	background: transparent url(../img/servicios_hsm.png) no-repeat scroll left top;
	left: 750px;
}

#index .products h3
{
	height: 84px;
	text-indent: -900em;
}
#index .products h3 a
{
	display:block;
	height:85px;
}
#index .products h4
{
	font-weight:bold;
	font-size: 0.9em;
	position: absolute;
	top: 160px;
	text-align:center;
	width: 150px;
}
#index .products p
{
	color: #CCC;
	font-size: 0.9em;
	padding: 0 12px 5px 12px;
}
#index #last_news
{
	float:left;
	margin:0 0 30px 80px;
	width:340px;
}
#index #last_blog
{
	float: left;
	margin: 0 0 30px 40px;
	width: 510px;
}
#index #last_news h4,
#index #last_blog h4
{
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	height:32px;
	padding:0;
	text-indent: -900em;
}
#index #last_blog h4
{
	background: transparent url(../img/entradas-blog.png) no-repeat scroll left top;
}
#index #last_news h4
{
	background: transparent url(../img/ultimas-noticias.png) no-repeat scroll left top;
	height: 38px;
}
#index #last_news li,
#index #last_blog li
{
	margin: 0 0 6px 0;
	font-size: 0.9em;
}
#index #last_news .date,
#index #last_blog .date
{
	color: #999;
	padding: 0 2px 0 0;
}
#index #last_news a,
#index #last_blog a
{
	color: #666;
	font-weight: bold;
}
#index #last_news .more,
#index #last_blog .more
{
	color: #323232;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 4px 0 0 0;
}





/***** Contacto *****/
#contact #map
{
	border: 1px solid #999;
	height: 350px;
	width: 550px;
}
#contact form
{
	background: transparent url(../img/back-contact.gif) no-repeat scroll left top;
	height:338px;
	margin: 0 auto 0 30px;
	padding:30px 40px;
	width:387px;
}
#contact form legend,
#contact form h3
{
	display: none
}
#contact form div
{
	clear: both;
	margin: 0 0 20px 0;
	overflow: auto;
}
#contact label
{
	color: #CCC;
	float: left;
	font-weight: bold;
	line-height:1.4em;
	padding:0 5px 0 0;	
	width: 100px;
	text-align: right;
}
#contact input,
#contact textarea
{
	background-color: #f0f0f0;
	border: 1px solid #CCC;
	float: left;
	font-size: 0.9em;
	width: 250px;
}
#contact textarea
{
	font-size: 1.2em;
}
#contact button
{
	line-height: 1.5em;
	margin: 0 0 0 105px;
}
#contact #column_one li
{
	margin: 0 0 20px 0;
}
#contact #column_one a
{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
}
#column_two #map p 
{
	line-height: 1.3em;
	padding-bottom: 0;
}




/***** Clientes *****/
#clients #column_one p
{
	padding: 0 10px 10px 0;
}
#clients #column_two li
{
	float: left;
	height: 28px;
	margin: 0 0 30px 20px;
	width: 255px;
}
#clients #column_two img
{
	float: left;
	margin: -10px 10px 0 0;
	vertical-align: middle;
}
#clients #column_two span
{
}
#clients #column_two a:hover,
#clients #column_two a:active
{
	text-decoration: none;
}
#clients .last_clients
{
	padding: 25px 0 0 10px;
}



/***** Soluciones *****/
#solutions #column_one h4
{
	color: #f64d57;
	margin: 10px 0 0 14px;
	font-weight: bold;
}
#solutions #column_one .subsystems,
#solutions #column_one .sectors
{
	padding: 10px 0 1px 15px;
}
#solutions #column_one .subsystems li,
#solutions #column_one .sectors li
{
	font-size: 0.9em;
	margin: 0 0 10px 0;
}
#solutions #column_two .image
{
	padding: 5px 5px 5px 0;	
}
#solutions #column_two .file
{
	background: transparent url(../img/icons/page_white_acrobat.png) no-repeat scroll left top;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 22px;
	text-align: center;
}
#solutions #column_two .images
{
	float: left;
	text-align: center;
	width: 200px;
	padding:0 10px 0 0;	
}
#solutions #column_two .images img
{
	margin: 0 0 30px 0;
}
#solutions #column_two .text
{
	/*float: right;
	width: 410px;*/
}


/***** TinyMce *****/
#tinymce
{
	margin: 5px;
	padding: 2px;
	width: 614px;
}
#tinymce p
{
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 0 10px 10px 10px;
	text-align: justify;
}
#tinymce ul,
#tinymce ol
{
	font-size: 0.95em;
	padding: 0 0 0 20px;
}
#tinymce ul li
{
	line-height: 1.5em;
	padding: 0 0 5px 0;
}
#tinymce h3
{
	color:#420000;
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0;
	padding:10px;	
}
#tinymce h4
{
	font-weight: bold;
	padding: 10px;
}
#tinymce strong
{
	font-weight: bold;
}

/***** Noticias *****/
#news .last_news h3
{
	background: none;
	padding: 0;
}
#news .last_news .date
{
	font-size:0.9em;
	font-weight:normal;
	padding:0 5px 0 0;	
}
#news .item .date
{
/*	border-top: 1px solid #cccccc;*/
	color: #999;
	margin: 0 0 0 10px;
/*	padding: 10px 0 0 0;*/
}
#news .item .text a
{
	font-weight:bold;
}
#news .item h4
{
	color: #333;
	font-size: 1.1em;
	padding: 4px 0 8px 10px;
}
#news .item .back
{
	color: #FF0000;
	font-size: 0.9em;
	margin: 0 0 0 10px;
}
#news .last_news
{
	padding: 0;
}
#news #column_two .text,
#news #column_two .images
{
	/*width: 300px;*/
}
#news #column_one h3
{
	background: transparent url(../img/noticias-icono.gif) no-repeat scroll center top;
	height: 60px;
	text-indent: -900em;
}
#news .sections
{
	padding: 0;
	overflow: auto;
}
#news .sections .date
{
	border: 0;
	padding-top: 0;
	margin: 0;
}
#news .sections li
{
	float: left;
	width: 49.5%;
}
#news .sections li.active a
{
	color: #E30D0D;
}




/***** paginador *****/
#column_two .paginator
{
	padding: 10px 0 10px 0;
	text-align: right;
}
#column_two .paginator li
{
	display: inline;
	padding: 0 5px;
}
#column_two .paginator li a.active
{
	font-weight: bold;
}
#column_two .paginator a
{
	background: none;
	display: inline;
	padding: 0;
}
#column_two .paginator a:hover,
#column_two .paginator a:active,
#column_two .paginator a.active
{
	background: none;
	color: #E30D0D;
}
