/* 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, 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 {
	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 */

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

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

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

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

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

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

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

 .boton2 { 
background: transparent url('img/bgboton2.png') no-repeat;
margin-left: 0;
}

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

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