/*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;
}


#contenido {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
#menu #sup-dech   {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*FIN RESET*/




/*ESTILOS*/

body {
	background-color: #999;
}

#global {
	width: 960px;
	margin-top:150px;
	padding:0;
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#global #texto {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 900px;
	height:350px;
	background-color: #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    behavior: url(http://mdsc.eu/css/PIE.htc);
	position:relative;
}
#texto h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #633;
	font-size: 28px;
	width: 900px;
	letter-spacing: 1px;
	padding-top: 50px;
	font-weight: bold;
	text-align: center;
}
#texto h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	color: #633;
	padding-top: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}
#texto h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}
#texto #site {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 65px;
}

#texto p {
	font-size: 11px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
}

#texto p a {
	color: #333;
	text-decoration: underline;
	padding-left: 2px;
}
