/*
============================================
general
============================================
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0 auto;
	padding: 10;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img { 
	border: 0;
}
body {
	font-family: 'Helvetica', "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
ul, ol {
	margin-bottom: 18px;
}
a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
h1 {
	font-size: 1px;
	color: #FFFFFF;
	line-height: 1px;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 18px;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: normal;
}

/*
============================================
body
============================================
*/
body {
	/*
    background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
    */
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Page {
	width: 814px;
	position: relative;
	top: 0px;
    /*
	background-image: url(../img/fondo.jpg);
	background-color: #fff;
	background-repeat: repeat-y;
    */
}
#Header {
	width: 750px;
	height: 265px;
}
#Content {
	padding-top: 0px;
	width: 750px;
	position: relative;
    /*
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
    */
}
#screenshot1 {
	display: block;
	width: 255px;
	height: 570px;
	float: left;
	position: relative;
	background-image: url(../img/1.jpg);
	background-repeat: no-repeat;
}
#screenshot2 {
	display: block;
	width: 255px;
	height: 570px;
	float: left;
	position: relative;
	background-image: url(../img/2.jpg);
	background-repeat: no-repeat;
}
#screenshot3 {
	display: block;
	width: 240px;
	height: 570px;
	float: left;
	position: relative;
	background-image: url(../img/3.jpg);
	background-repeat: no-repeat;
}
#screenshottxt {
	display: block;
	float: right;
	position: relative;
	padding-top: 20px;
	padding-bottom: 120px;
	width: 130px;
	padding-right: 20px;
}
#screenshotcorreo {
	overflow: visible;
	padding-top: -50px;
	width: 400px;
}
#screenshotfondo {
	background-image: url(../img/fondo_caja.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: auto;
}
#Footer {
	background-image: url(../img/Footer.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 40px;
	background-position: bottom;
	position: relative;
	overflow: 1;
	visibility: visible;
	z-index: auto;
}
