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

* {
	margin: 0;
}

html, body {
	height: 100%;	
}

html{
	min-width: 943px; /*antidesplazamiento del background 1 px menos que en el body*/
}

h1{
	font-size:14px;
}

h2{
	font-size:20px;
}

img{
	border: 0px;
	
}

body{
	margin: 0px;
	padding: 0px;
	overflow-x: auto;	
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	*overflow-x: none !important; /*Para IE7*/
	*background-attachment: scroll !important; /*Para IE7*/
	background-color: #070709;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
	min-width: 944px; /*antidesplazamiento del background*/
}

div { 
	 behavior: url(css/iepngfix.htc);
}

#cabgeneral{
	height: 446px;
	width: 100%;
	background-image: url(../images/cabgen.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#cabcentral{
	height: 222px;
	width: 944px;
}

#floatclear{
	clear:both;
}

#buttons{
	height: 27px;
	width: 445px;
	float: right;
	margin-top: 38px;
}

#frasecab{
	height: 53px;
	width: 704px;
	float: right;
	padding-right: 19px; 
	margin-top: 36px;
	color: #7a7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}

#bajocabecera{
	height: 224px;
	width: 944px;
}

#tarjeta{
	height: 160px;
	width: 200px;
	float: left;
	margin-left: 60px;
}

#servicios{
	height: 98px;
	width: 558px;
	float: right;
	margin-top: 70px;
}

#servicont{
	text-align:left;
	width: 255px;
	float: left;
}

#centraconten{
	width: 944px;
}

#contenvacio{
	height: 37px;
	width: 241px;
	float: left;
}

#contenizq{
	width: 385px;
	float: left;
	text-align: left;
}

#contender{
	width: 255px;
	float: left;
	margin-left: 20px;
	text-align: left;
}

#encabezadoizq{
	height: 26px;
	background-image:url(../images/encabezizq.jpg);
	background-repeat: no-repeat;
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 4px;
}

#encabezadoder{
	height: 26px;
	background-image:url(../images/encabezder.jpg);
	background-repeat: no-repeat;
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 4px;
}

#textoizq{
	width: 357px;
	margin-left: 13px;
	text-align: justify;
}

#textoder{
	width: 229px;
	margin-left: 13px;
	text-align: justify;
}

#contengener{
	width: 660px;
	float: left;
}

#portfolioizq{
	width: 416px;
	float: left;
	text-align: left;
}

#portfolioder{
	width: 217px;		
	margin-left: 14px;
	text-align: left;
	float: left;
}

#textoportizq{
	width: 408px;
	margin-left: 8px;
	text-align: left;
}

#naranja{
	color: #ff5c00;
}

#negro{
	color: #000000;
}

#subrayado{
	text-decoration: underline;	
}

#flotaizq{
	float: left;
}

#flotaderecha{
	float: right;
}

#footercentr{
	width: 944px;
	height: 37px;
	text-align: left;	
}

#textfooter{
	color: #B0B0B0;
	width: 400px;
	height: 27px;
	padding-top: 55px;
	text-align: left;
	float: left;
}

#logos{
	width: 285px;
	height: 27px;
	padding-top: 55px;
	float: left;
}

.contenglobal {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -83px; /* el margen bottom es el valor negativo del height de footer y tope */
}

.tope{	
	height: 83px; 
	clear: both;
}

.footer {
	background-image: url(../images/pie.jpg);
	background-position: center;
	height: 83px; 
}


