/*------------------------------------------
Version 1.0
Author: zed.com
Website: zed.com
Proyect: Registro Unico
--------------------------------------------
Estructura General
********************************************/


/********************************************
Normalizar estilos XHTML de diferentes navegadores
--------------------------------------------*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,div,body,html,p,blockquote,fieldset,input { /*Evitar la asignación inconsistente de márgenes y rellenos a diferentes elementos HTML*/
	margin:0;
	padding:0; 
}
ul,ol {/* Eliminamos las viñetas de las listas */
	list-style:none 
}
h1,h2,h3,h4,h5,h6,pre,code {/* Evitar el tamaño inconsistente de los diferentes encabezados y también etiquetas <pre> y <code> */
	font-size:1em; 
}
a img,:link img,:visited img {/* Evitar el borde azul en imágenes que son links */
	border:none 
}

/********************************************
Personalizar etiquetas
--------------------------------------------*/
body {
	margin:0;
	padding:0;
	background-color:#dddddd;
}


.clear {
	clear:both;
	margin:0;
	padding:0;
	border:0;
	font-size:1%;
	line-height:0.01em;
}

/********************************************
Contenedor
--------------------------------------------*/
.wrapper_w { /* Contenedor My Account */
	 margin:auto;
	 width:983px;
	 padding:0 10px 0 10px;
	 text-align:left;
	 background-color:#fff;
	}

/********************************************
Header // Cabecera
--------------------------------------------*/
.header_h { /* Cabecera zesd statiOn */
	width:100%;
	height:71px;
	margin:0;
	padding:0;
	background: url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	}
	.header_h_col1 {
		float:left;
		width:556px;
		}
	.header_h_col2 {
		float:left;
		width:329px;
		margin-left:20px;
		height:61px;
		padding-bottom:10px;
		}


/********************************************
Content // Contenido
--------------------------------------------*/
.content_c { /*Contenido home zed-statiOn*/
	width:100%;
	background-color:#fff;
	margin:0 0 40px 0;
	padding:0px;
	background-image:url(../images/bg_content_st.jpg);
	background-repeat:no-repeat;
	background-position: left 31px;
}
.content_c_addons { /*Contenido "Addons" zed-statiOn*/
	width:100%;
	background-color:#fff;
	margin:0 0 40px 0;
	padding:0px;
}

/********************************************
Footer
--------------------------------------------*/
.footer_f { /* Footer My Account */
	width:930px;
	margin:0;
    padding:16px 11px 20px 41px;
    background-image:url(../images/bg_footer.gif);
    background-repeat:no-repeat;
    background-color:#333;
    text-align:left;
    clear:both;
}
