/* Reset */

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, ins, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Fin del Reset*/

html {
background: #7fbd52 url('img/bgcontent.jpg') no-repeat scroll center 0;
height: 775px;
text-align: center;
font-family: Arial;
color: #333;
font-size:20px;
}

#cielo {
width: 100%;
height: 300px;
margin-bottom: -300px;
background: transparent url('img/cielo.jpg') no-repeat center 0;
z-index: 10;
}



.imagen {
display: block;
margin: 75px auto 0;
z-index: 0;
}

#mensaje {
background: transparent url('img/bgmensaje.png') no-repeat;
width:770px;
height: 260px;
margin: -60px auto;
text-align: left;
z-index: 1;
}

.noencontrado {
background: transparent url('img/h1.png') no-repeat center 30px;
height: 100px;
text-indent: -5000px; 
}

#mensaje p {
margin: 10px 30px;
}

.boton1, .boton2 {
background: transparent url('img/bgboton1.png') no-repeat;
display: block;
float: left;
height: 53px;
margin: 20px 40px;
line-height: 50px;
}

.boton2 {
background: transparent url('img/bgboton2.png') no-repeat !important;
}

.boton1 a, .boton2 a {
text-decoration: none;
color: #000;
font-weight: bold;
font-size: 16px;
padding: 0 19px;
}

.boton1 a:hover, .boton2 a:hover {
color: #222;
}

input {
background: transparent url('img/bgform.png') repeat-x;
height:40px;
width: 320px;
margin: 22px -35px 0;
border: 1px solid #ccc;
font-size: 30px;
padding-left: 5px;
color: #666;
}
