/* RESET CSS */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	color: #242424;
	background: #000000;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
/* GENERALES */
	
body {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	}
a {
	text-decoration:none;
	color: #ffffff;
	}
a:hover {
	text-decoration:underline;
	color: #4effc0;
	}
h1, h2, h3, h4 {
	font-weight:normal;
	}
legend{
	display:none;
	}
html, body {
	height: 100%;
	min-height: 650px;
	color: #242424;
	background: #000000;
	}
td {
	padding-right: 4px;
	}

#home {
	color: #242424;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	}
	
p {
	padding-bottom: 5px;
	}
	
/* LOGO */
	
#logo {
	padding: 33px 0px 0px 35px;
	display: block;
	width: 400px;
	}
	
#logo_imago a {
	float: left;
	background: url(http://www.serialcut.com/css/css_img/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 113px;
	height: 69px;
	}

#logo_imago a:hover {
	background-position: 0px -69px;
	}
	
#logo_claim {
	float: left;
	background: url(http://www.serialcut.com/css/css_img/logo_claim.png) no-repeat top left;
	text-indent: -9999px;
	width: 106px;
	height: 69px;
	margin-left: 10px;
	}

/* PARTICULAR */

#titular {
	clear: both;
	padding: 70px 0px 0px 35px;
	}
	
#contenido {
	clear: both;
	padding: 16px 0px 0px 38px;
	}
	
#info-copyright {
	clear: both;
	width: 978px;
	padding: 26px 24px 5px 36px;
	margin: 0px;
	color: #242424;
	font-size: 10px;
	line-height: 12px;
	}

/* PIE PAGINA */

#info-copyright p{
	padding-bottom: 15px;
	}
	
/* NEWSLETTER */
#newsletter {
	height: 30px;
	}
	
#newsletter .input_newsletter {
	float: left;
	background: url(http://www.serialcut.com/css/css_img/input_newsletter.gif) no-repeat top left;
	border: 0px solid;
	width: 159px;
	height: 14px;
	padding: 0px 5px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 10px;
	}

#newsletter #newsletter_form {
	float: left;
	padding: 0px 8px 0px 0px;
	}

#newsletter .suscribe_newsletter {
	float: left;
	display: block;
	margin-left: 4px;
	background: url(http://www.serialcut.com/css/css_img/info_subscribe.gif) no-repeat 0 0;
	width: 61px;
	height: 14px;
	text-indent: -9999px;
	}
	
#newsletter .suscribe_newsletter:hover {
	background-position:0px -14px
	}

#newsletter .unsuscribe_newsletter {
	float: left;
	display: block;
	margin-left: 4px;
	background: url(http://www.serialcut.com/css/css_img/info_unsubscribe.gif) no-repeat 0 0;
	width: 75px;
	height: 14px;
	text-indent: -9999px;
	}
	
#newsletter .unsuscribe_newsletter:hover {
	background-position:0px -14px
	}
	
#newsletter .message_newsletter {
	float: left;
	}
