body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #5d5d5d;
	background: url(../images/sombra.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	position: relative;
	margin:auto;
	width:900px;
	height:135px;
	z-index:10;
}
#logo {
	position:absolute;
	width:285px;
	height:61px;
	z-index:1;
	left: -10px;
	top: 40px;
}
#menu {
	position:absolute;
	right:-10px;
	top:50px;
	font-family:Signika;
	width:auto;
	height:50px;
	z-index:100001;
}
#slider {
	position: relative;
	margin:auto;
	width:980px;
	height:auto;
	z-index:2;
	left: 0px;
	top: 0px;
}
h1{
	font-family: Signika;
	color: #5d5d5d;
	font-size:18px;
	font-weight:normal
}
#contenido_index {
	position: relative;
	margin:auto;
	width:900px;
	height:auto;
	z-index:1;
}
#contenido {
	position: relative;
	margin:auto;
	width:100%;
	min-width:900px;
	height:auto;
	z-index:1;
	background:#e6e6e6;
}
#contenido_info {
	position: relative;
	margin:auto;
	width:900px;
	height:auto;
	z-index:1;
}
#footer {
	position: relative;
	margin:auto;
	width:100%;
	min-width:900px;
	height:auto;
	z-index:1;
	background:#333333;
}
#footer_info {
	position: relative;
	margin:auto;
	width:900px;
	height:auto;
	z-index:1;
	color:#CCCCCC;
}
#result {
	width:auto;
	margin:auto;
	text-align:center;
}
#result2 {
}
/*** Clases ***/
.titulo{
	color:#d71820;
	font-size:14px;
	font-weight:bold;
}
.titulares{
	background: url(../images/Titulares.jpg) center top; width:200px; height:75px; padding-right:22px;
}
.subtitle{
	font-size:13px;
	font-weight:bold;
}
.obligatorio{
	color:#d71820;
}
.cliente{
	display:inline-block;
	background:url(../images/clientes.jpg);
	width:203px;
	height:112px;
	text-align:center;
	margin:3px;
	padding:1px 0px 0px 0px;
}
.cliente-text{
	padding:6px;
	font-weight:bold
}
.cliente-group{
	margin:8px; text-align:left; display:inline-block; vertical-align:top;
}

.portafolio{
	display:inline-block;
	background: url(../images/Trazo_Imagenes_Portafolio.jpg) no-repeat;
	width:267px;
	height:225px;
	text-align:center;
	margin:13px;
	padding:4px 0px 0px 0px;
}
.portafolio-text{
	padding:6px 12px;
	font-weight:bold
}
.portafolio-group{
	margin:3px; text-align:left; display:inline-block; vertical-align:top;
}

.botones{
	border:0px;
	width:86px;
	height:35px;
	background: url(../images/Boton_Interior.jpg) no-repeat center top;
	cursor:pointer;
	color:#FFFFFF;
	padding:10px 5px 0px 5px;
	cursor: pointer
}

/****** FORMULARIO *****/
.form_text{
	width:220px;
	border:1px solid #BBBBBB;
	background:#FFFFFF;
	color:#777777;
	padding:7px
}
.form_textarea{
	width:220px;
	border:1px solid #BBBBBB;
	background:#FFFFFF;
	color:#777777;
	padding:7px
}
.form_submit{
	border:0px;
	width:66px;
	height:35px;
	background:url(../images/Enviar_Boton.jpg) no-repeat center top;
	cursor:pointer;
	color:#FFFFFF;
	padding:10px 5px 0px 5px;
	cursor: pointer
}

.form_text_footer{
	width:180px;
	border:0px;
	background:#555555;
	color:#CCCCCC;
	padding:4px
}
.form_textarea_footer{
	width:180px;
	border:0px;
	background:#555555;
	color:#CCCCCC;
	padding:4px
}
.form_submit_footer{
	border:0px;
	background:#222222;
	cursor:pointer;
	color:#BBBBBB;
	padding:4px 6px;
}
/****** HOVER IMAGE ************/
a.linkopacity img {
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        -khtml-opacity: 0.5;
}
 
a.linkopacity:hover img {
        filter:alpha(opacity=100);  
        -moz-opacity: 1.0;  
        opacity: 1.0;
        -khtml-opacity: 1.0; 
}
/*********** styles tags **************/
h1{
	color:#d71820;
	font-size:16px;
	font-weight: 600;
	margin:0px;
	padding:0px;
}
