/*------------------------------------------
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, form { /*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;
}


.clear {
	clear:both;
	margin:0;
	padding:0;
	border:0;
	font-size:1%;
	line-height:0.01em;
}

/********************************************
Contenedor
--------------------------------------------*/
.wrapper_ma { /* Contenedor My Account */
	 margin:auto;
	 width:983px;
	 padding:0 10px 0 10px;
	 text-align:left;
	 background-color:#fff;
}

/********************************************
Header // Cabecera
--------------------------------------------*/
.header { /* Cabecera Registro Standard */
	width:572px;
	height:54px;
	padding:0;
	margin:0 0 5px 0;
	background: url(../images/header.jpg);
	background-repeat:no-repeat;
}

.header_pre {  /* Cabecera Registro Premium */
	width:572px;
	height:54px;
	padding:0;
	margin:0 0 4px 0;
	background: url(../images/header_pre.jpg);
	background-repeat:no-repeat;
}

.header_dan {  /* Cabecera Descarga Danzed */
	width:572px;
	height:54px;
	padding:0;
	margin:0 0 4px 0;
	background: url(../images/header_dan.jpg);
	background-repeat:no-repeat;
}

.header_ma { /* Cabecera My Account */
	width:100%;
	height:71px;
	margin:0;
	padding:0;
	background: url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	}
	.header_ma_col1 {
		float:left;
		width:556px;
		}
	.header_ma_col2 {
		float:left;
		width:329px;
		margin-left:20px;
		height:61px;
		padding-bottom:10px;
		}
.header_ma_w { /*Cabecera ventana modal de My Account*/
	width:572px;
	padding:0;
	margin:0 0 4px 0;
}

/********************************************
Content // Contenido
--------------------------------------------*/
.reg_content { /* Contenido Registro */
	width:552px;
	background-color:#e4e4e4;
	margin:0;
	padding:0;
	padding:10px 10px 10px 10px;
}

.content_ma { /*Contenido "My Account"*/
	width:100%;
	background-color:#fff;
	margin:0 0 5px 0;
	padding:0px;
}
	.content_ma_left { /*Contenido "My Account"* parte izquierda // formulario de registro */
		background-color:#e4e4e4;
		width:616px;
		padding:15px;
		margin:0;
		float:left;
	}
	.content_ma_right { /*Contenido "My Account"* parte derecha // banners / info */
		width:328px;
		padding:0 0 0 8px;
		margin:0;
		float:left;
	}

/********************************************
Footer
--------------------------------------------*/
.footer_ma { /* 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;
}