/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	background-color:transparent;
	font-family: arial;
	font-size: 13px;
}


.wrapper{
	width: 960px;
	height: 600px;
	margin:0 auto;
}

.inner{
	width: 760px;
	margin:0 auto;
}

#iconoIzq{
	float:left;
	width:153px; 
	height:120px;

}

.clear{
	clear: both;

}

#pizq{
	float:left;
	width: 320px;
}

#pder{
	float:right;
	width: 410px;

}




#titulo{
	height: 49px;
	color:#fff;
	margin:0 0 20px 0;
}

#icono{
	width: 50px;
	height: 49px;
	float:left;
}

#txt{
	font-weight: bold;
	background: #46a2a1;
	width: 270px;
	height: 100%;
	float:left;
	
}

#txt p{
	line-height: 16px;
	padding: 10px 15px;
}

#txt span{
	text-transform: uppercase;

}


label{
	width: 55px;
	color:#1f5b6c;
	font-size: 12px;
	display: inline-block;

}

input[type="text"], input[type="email"] {
	background: #d9d9d9;
	border:none;
	margin-bottom: 5px;
}

#grabadora{
	height: 136px;
	background: #d9d9d9;
	margin:20px 0;
}

#creditos{
	color:#aaa;
	font-size: 11px;
	line-height: 13px;
}


#redes{
	width: 201px;
	height: 70px;
	background: url('../img/bg_redes.png') no-repeat; 
	float: right;
	margin-right: 64px;
}

#face, #twitter, #EC{
	width: 34px;
	height: 35px;
	float: left;
	background: url('../img/logo_face.png') no-repeat; 
	margin: 16px 0 0 28px;
}

#twitter{
	background: url('../img/logo_twitter.png') no-repeat; 
	margin: 16px 0 0 23px;
}

#EC{
	background: url('../img/logo_ec.png') no-repeat; 
	margin: 16px 0 0 18px;
}