@charset "UTF-8";
@import url("reset.css");


body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.detalle a, .descCliente a {
	color: #064F86;
	border-bottom: 1px dotted #064F86;
	font-weight: bold;
}
.detalle a.enlaceexterno, .descCliente a.enlaceexterno {
	background-image: url(../img/icon_enlaceexterno.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 23px;
	height: 20px;
	display: block;
}

.detalle a:hover, .descCliente a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.detalle ul {
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.detalle ul ul {
	font-size: inherit;
	margin-top: 1.2em;
	margin-bottom: 20px;
}
*+ html .detalle ul ul {
	font-size: 1em;
}
* html .detalle ul ul {
	font-size: 1em;
}
.detalle ul li {
	background-image: url(../img/bullet1.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 16px;
	margin-bottom: 1em;
	line-height: 1.6em;
}
.detalle ul ul li {
	background-image: url(../img/bullet2.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #EBF1FB;
	padding: 3px;
	color: #054E84;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #054E84;
}

/****************************************************************
CONTENEDORES
****************************************************************/
#fondoTop {
	width: 100%;
	height: 100%;
	background-image: url(../img/fondo_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#fondoBottom {
	width: 100%;
	min-height: 100%;
	background-image: url(../img/fondo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
* html #fondoBottom {
	height: 100%;
}
#tapry {
	width: 890px;
	border-left: 1px solid #054e84;
	border-right: 1px solid #054e84;
	border-bottom: 1px solid #054e84;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
/****************************************************************
CABECERA
****************************************************************/
.cabecera {
	background-image: url(../img/cabecera_fondo.jpg);
	background-repeat: no-repeat;
	height: 232px;
	position: relative;
}
.cabecera h1 {
	position: absolute;
	left: 31px;
	top: 60px;
}
.cabecera h1 a {
	width: 239px;
	height: 94px;
	display: block;
	background-image: url(../img/logotipo_sicero.png);
	background-repeat: no-repeat;
}
.cabecera h1 a span {
	display: none;
}
.cabecera .frases {
	margin-left: 296px;
}
.cabecera form {
	position: absolute;
	left: 30px;
	top: 200px;
}
.cabecera input {
	border: 1px solid #878787;	
	width: 93px;	
	color: #878787;
	font-size: 1em;
	padding: 2px;
	margin-right: 10px;
}
.cabecera input.submit {
	width: auto;
	border: none;
	vertical-align: middle;
}
* html .cabecera input.submit {
	vertical-align: text-bottom;
}
*+ html .cabecera input.submit {
	vertical-align: inherit;
}
/****************************************************************
MAINNAV
****************************************************************/
.mainnav {}
.mainnav ul {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e77200;
	margin: 10px 10px 0px 10px;
}
.mainnav ul li {
	display: inline;
}
.mainnav ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 117px;
	float: left;
	margin-right: 32px;
}
.mainnav ul li a:hover {
	background-position: left bottom;
}
.mainnav ul li a span {
	display: none;
}
.mainnav ul li a.soluciones {
	background-image: url(../img/b_soluciones.png);
}
.mainnav ul li a.clientes {
	background-image: url(../img/b_clientes.png);
}
.mainnav ul li a.partners {
	background-image: url(../img/b_partners.png);
}
.mainnav ul li a.demo {
	background-image: url(../img/b_demo.png);
}
.mainnav ul li a.contacto {
	background-image: url(../img/b_contacto.png);
	margin-right: 0px;
	float: right;
}
/*.mainnav ul li a.noticias {
	background-image: url(../img/b_noticias.png);
	margin-right: 0px;
	float: right;
}*/
.mainnav ul li a.activado {
	background-position: left bottom !important;
}
/****************************************************************
MAINCONTENT
****************************************************************/
.maincontent {
	min-height: 240px;
	background-image: url(../img/maincontent_fondo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 0px 0px 0px;
}
* html .maincontent {
	height: 240px;
}
/****************************************************************
FOOTER
****************************************************************/
.footer {
	height: 40px;
	background-color: #054e84;
	margin: 10px 10px 0px 10px;
	background-image: url(../img/footer_left.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	padding-left: 30px;
}
.footer strong {
	font-size: 1.2em;
	margin-right: 12px;
}
.footer ul.submenu {
	padding-top: 14px;
	float: left;
}
.footer ul.submenu li {
	font-size: 1.1em;
	display: block;
	float: left;
	border-right: 1px solid #FFFFFF;
}
.footer .right {
	float: right;
	height: 40px;
	background-image: url(../img/footer_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 140px;
}
.footer .right span {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../img/icon_phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
	float: left;
	margin-top: 13px;
}
.footer a {
	color: #FFFFFF;
	margin: 0px 12px;
}
.footer a:hover {
	text-decoration: underline;
}
/****************************************************************
SEPARADORES
****************************************************************/
div.ancho {
	background-image: url(../img/hr_ancho.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	margin: 25px 0px 15px 0px;
}
div.medio {
	background-image: url(../img/hr_medio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	margin: 15px 0px 5px 0px;
}
