﻿/*
CREADO POR ING. XAVIER DURAZNO SOJOS PARA CAJAGRAFICA ECOGAS FEBRERO 2008
PROPIEDAD INTELECTUAL PROTEGIDA POR LA LEY
*/

* {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	behavior: url("iepngfix.htc");
	border: 0px;
	color:#666666;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url('../AppImages/ImgPattern.gif');
	background-position: center center;
}

#content {
	position: absolute; /*Posicionamiento absoluto*/;
	width: 696px;
	height: 480px;
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/;
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/;
	margin-top: -245px; /*Restamos la mitad de alto para centrarlo verticalmente*/;
	margin-left: -352px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/;
	padding:10px;
	background:#ffffff;
}

#contentIn {
	width: 100%;
	height: 100%; 
	background: url('../AppImages/bg.jpg') repeat-x #eeeeee;	
}

#contentIn_1 {
	width: 100%;
	height: 222px;
	background: url('../AppImages/DivCocina.jpg');
	background-position: 70px bottom;
	background-repeat: no-repeat;
}

#contentIn_2 {
	width: 644px;
	height: 165px;
	margin-left:auto;
	margin-right:auto;
}
.contentIn2_img{
	display:inline;
	margin-left:2px;
}
.contentIn2_img img{
	margin-right:0px;
}

.contentIn2_txt, .contentIn2_more{
	width: 202px;
	text-align: right;
	overflow: hidden;
	float: left;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	height:46px;
}

.contentIn2_txt b{
	font-weight:bold;
	font-size:11px;
}

.contentIn2_more{
	text-align:right;
	float:left;
	overflow:hidden;
	height:12px;
}

.contentIn2_more a{
	color:#000000;
	padding-left:8px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	background-image:url('../AppImages/ImageForMore.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

.contentIn2_more a:hover{
	color:#63AE25;
	background-image:url('../AppImages/ImageForMoreOver.gif');
	background-position:left center;
	background-repeat:no-repeat;
}


#contentIn_3 {
	width: 100%;
	height: 92px;
}

#contentIn_3_1, #contentIn_3_2, #contentIn_3_3{
	height:92px;
	float:left;
	line-height:92px;	
}

#contentIn_3_1 {
	width: 20%;
	text-align:center;
}

#contentIn_3_1 a{
	color:#666666;
	font-size:28px;
	text-decoration:none;
	font-weight:normal;
}

#contentIn_3_1 a:hover{	
	color:#63AE25;
}

#contentIn_3_2 {
	width: 60%;
	text-align:center;
}

#contentIn_3_2 img {
	margin-top:40px;
	margin-left:4px;
}

#contentIn_3_2 a{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	border-right:thin #666666 dotted;
	padding-right:4px;	
	padding-left:4px;
}

#contentIn_3_2 a:hover{
	background-color:#ffffff;
}

#contentIn_3_3 {
	width: 20%;
	background-image:url('../AppImages/FibroAceroLogo.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}
div.load{
	background:transparent url('../AppImages/indicator.white.gif') no-repeat left center;	
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
	color:#4E4628; 
	line-height:17px;
	overflow:hidden;
	display:block;
}

#LogoEcoGas {
	position:absolute;
	top: 110px; 
	left: 35%;
}

#LogoEsquinaDerecha {
	position:absolute;
	top:0%;
	right:0%;
}

div.clear60{
	clear:both; 
	height:120px;	
}
div.clear20{
	clear:both; 
	height:20px;	
}
/*  ========================================================================================== 
	=========================== CLASES PARA FORMULARIOS ==================================== */
#content_Contacts {
	width: 600px;
	height: 500px;
	background:#ffffff url( '../AppImages/bgother.jpg') repeat-x 0 0;
	font-size:small;	
}
form.cmxform{
	padding:15px;	
}
input[type="text"] {
	background:#ffffff; 
	color:#0B0B0B; 
	border:#999999 1px solid;
	width:220px;
	margin-bottom:2px;
	color:#333333;
	font-size:13px;
}

input.dataIn { /*HACK PAR IE6*/
	background:#ffffff; 
	color:#0B0B0B; 
	border:#999999 1px solid;
	width:220px;
	margin-bottom:2px;
	color:#333333;
	font-size:13px;
}

input[type="text"], input.dataIn { /*HACK PAR IE6*/
	background:#ffffff; 
	color:#0B0B0B; 
	border:#999999 1px solid;
	width:220px;
	margin-bottom:2px;
	color:#333333;
	font-size:13px;
}
input[type="text"]:focus {
	border:dotted 1px #00CC00;
}


textarea{
	background:#ffffff; 
	color:#0B0B0B; 
	border:#999999 1px solid;
	height:140px; 
	width:270px;
	font-size:small;
}

legend{
	font-size:medium;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

label
{
	color:#808080; 
	margin:0; 
	display:inline;
 	font-size:12px;
}

div.self44,div.self48{
	width:41%;
	float:left;
	padding:4px;
}

div.self48{
	width:53%;
}
div.formWrapperLabelsAndinputs{
	overflow:hidden;
	margin-bottom:1px;
}
strong{
	font-size:12px;
	font-weight:bold;	
}
form.cmxform label.error, label.error{
	color: red;
	font-size:11px;
	display:block;
	border:1px red dashed;
	padding:10px 10px 10px 25px;
	width:219px;
	background:#FFFFCC url('../AppImages/error.gif') no-repeat 4px center;
}

span.error{
	color: red;
	font-size:11px;
	display:block;
	border:1px red dashed;
	padding:10px 10px 10px 35px;
	background:#FFFFCC url('../AppImages/error.gif') no-repeat 4px center;
}
span.ok{
	color: #003399;
	font-size: 11px;
	display: block;
	border: 1px dashed #003399;
	padding: 10px 10px 10px 35px;
	background: #CCFF99 url('../AppImages/info.gif') no-repeat 4px center;
}