div, body, img, table, td, tr, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

body {
	background-color:#000;
	/*background-image: url(../img/bg.jpg);*/
	text-align: center;
}

.centrado {
	position:relative;
	margin:auto;
	width:800px;
	text-align:left;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:20px;
}

.colorAzul {
	color:#0077cd;
}

.titularnoticias {
	color:#0077cd;
	font-size:17px;
}

p.formulario
{
	line-height:normal;
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; }

a.enlaceBlog { color:#0361a0; }
a.enlaceBlanco { color:#fff; }

/* ESTILOS DE LOS FORMULARIOS */
input, select, textarea {
	width: 240px;
	border: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

textarea {
	vertical-align:text-top;
}

input.Entrada { width:150px; }

input.imagenEnabled, input.imagenDisabled { width: 167px; }
input.botonEnabled,  input.botonDisabled  { width: 75px; }

input.conBotonEnabled, input.conBotonDisabled { width: 260px; }

input.enabled,  input.imagenEnabled,  textarea.enabled  { background-color: #FFF; }
input.disabled, input.imagenDisabled, textarea.disabled { background-color: #ECE9D8; }

input.botonEnabled  { color: #817F84; }
input.botonDisabled { color: #D5D1D6; }
