/* CSS 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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/*FIN CSS RESET*/
body {
background:#cadce8;
font-family:Arial;
}

p {
margin-bottom:8px;
}

ul, ol {
list-style:disc inside;
}

strong {
font-weight:800;
}

em {
font-style:italic;
}

#upper {
height:33px;
background:#ddecf3;
border-bottom:1px solid #c8d9e0;
}

#lower {
height:33px;
border-top:1px solid #bccfd6;
color:#546aa4;
text-align:center;
font-size:13px;
padding-top:12px;
}

#lower a {
color:#546aa4;
text-decoration:none;
}

#wrapper {
width:913px;
margin:0 auto;
}

#center {
background:#ddecf3;
padding:12px 0 40px 0;
}

#banner {
text-align:center;
}

#contenido_top {
width:913px;
height:10px;
background:url('image/contenido_top.png');
}

#contenido {
width:889px;
background:url('image/contenido_center.png');
padding:20px 17px 20px 7px;
color:#1b3043;
font-size:13px;
}

#contenido_bottom {
width:913px;
height:11px;
background:url('image/contenido_bottom.png');
}

ul.galeria li {
float: left;
width:100px;
height:100px;
margin:10px;
}

form {
margin-left:15px;
}

label {
display:block;
float:left;
width:80px;
margin-bottom:5px;
}

input, textarea {
border:1px solid #546aa4;
margin-bottom:5px;
}
