@charset "utf-8";
/* CSS Document */

/*reseteamos estilos*/

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

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


/*estilos propios*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#FFF;
	background-color:#999999;
	height:100%;
}

a{
	color:#fff;
}

a:hover{
	color:#ccc;
}

p{
	padding-bottom:1em;
	padding-top:1em;
}


h1{
	font-size:2em;
}

h2{
	padding-bottom:1em;
	padding-top:1em;
	color: #5F1357;
	font-size:1.1em;
}

h3{
	font-size:1em;
	padding-bottom:0.8em;
	padding-top:0.8em;
}

#contenedor{
	height:100%;
	width:100%;
	position:relative;
}

#superior{
	height:50%;
	position:relative;
	width:100%;
	background-color:#000000;
	text-align:center;
	padding:30px 0;
	color:#FFFFFF;
}

#superior a{
	color:#fff;
}

#superior a:hover{
	color:#ccc;
}

#superior #correo{
	position:absolute;
	left:50%;
	top:0;
	float:right;
	text-align:right;
	width:250px;
}

#inferior{

	position:relative;
	padding:30px 0;
	text-align:center;
	width:100%;
	color:#000000;
}

#inferior a{
	color:#000;
}

#inferior a:hover{
	color:#ccc;
}

#superioradmin{

	background-color:#000000;
	text-align:center;
	padding:10px;
	color:#FFFFFF;
	text-align:left;
}

#inferioradmin{
	position:relative;
	padding:10px;
	text-align:justify;

	color:#000000;
}

#inferioradmin ul{
	list-style:circle;
	margin-left:40px;
}

#inferiorcontenido{
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

#contacto{
	float:right;
	text-align:left;
}

#c_6a2171205a7dfeacae033027cbe0dd8b{

	float:left;

}

#despacho{
	float:right;
	margin-left:15px;
}