/* ESPECIFICACIONES INICIALES Y ELEMENTOS GLOBALES 
//////////////////////////////////////////////////////////////////////////////////////////////////*/

*, iframe {	
	padding:0; margin:0; border:0;
}

/* ESQUELETO PRINCIPAL 
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#principal {
	width: 990px;
	margin:auto;
}

#cabecera {
	width:100%;
	height: 70px;
	margin:auto;
}

#contenido {
	width: 100%;
	background-color:#fff;
	margin:0px auto; /*  Centrar el sitio  */
}

#colder {
	width: 180px;
        margin: 0;
        padding: 0;
        border: 0;
	overflow: hidden;
	float:right;
} 

#colizq {
	float:left;
	width: 810px;
	overflow: hidden;
}

#piecera{
	width: 100%;
	height: 70px;
	margin-top: 40px;
	border-top: 2px solid #eee;
	padding-top: 20px;
	text-align:center;
}

/* LA CABECERA. EL LOGO, PUBLI Y EL MENU... 
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#logo {
	width: 360px;
	float:left;
	outline:0;
}

#logo img {
	border:0;
	outline:0;
	margin:0;
}

#publi {
	width: 440px;
	float:right;
}

#menu {
	width: 100%;
	margin: auto;
	height: 20px;
	line-height: 20px;
}

#menu ul {
	float: right;
	list-style-type: none;
	margin: auto;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	float: left;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underlined;
	padding: 1px 4px;
	margin: 0;
	margin-left: 2px;
	color: #000;
    border: 1px solid #fff;
    background-color: #fff;
}

#menu a:hover {
        background-color: #f6f6f6;
        border: 1px solid #ccc;
}

#menu a#activo {
		background: #fff url('./imagen/menua.jpg') top repeat-x;
		color: #369;
}

/* BARRA DE RUTA 
///////////////////////////////////////////////////////////////////////////////////////////////////*/

#ruta {
	width: 100%;
	height: 25px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	font-family:Verdana;
	color: #fff;
	background: url('./imagen/menuf.jpg') repeat-x top;
}

.izqu { float:left; }
.dere { float:right; }

#ruta div select {
    margin:0;
    padding:0;
    height: 18px;
    width; 100px;
    background-color: #fafafa;
    valign: middle;
}

#ruta div { 
	padding: 3px 15px;
}

#ruta, #ruta a:link, #ruta a:visited {
	color: #fff;
}

#ruta a:hover {
	color: #FFCC00;
}

/* EL SIDEBAR O COLUMNA DERECHA 
///////////////////////////////////////////////////////////////////////////////////////////////////*/

#colder .modulo{
	width: 100%;
	background: transparent;
	padding: 0px;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
}

#colder {
	font-family:Verdana;
	font-size: 11px;
}

/* PIECERA DEL PORTAL
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#piecera {
	padding-top: 5px;
	width: 100%;
	font-size: 11px;
	font-family:Arial;
	text-align: center;
	color: #666;
	font-weight: bold;
}

#piecera a:link, #piecera a:visited {
	color:#333;
	text-decoration:underline;
	font-size:12px;
}

#piecera a:hover {
	color:#f90;
}

/* ESTILOS DE ELEMENTOS BASICOS DEL PORTAL
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

h1 {
	font-family: Georgia;
        font-style: italic;
        font-weight: bold;
	color:#369;
	font-size: 18px;
	text-transform:uppercases;
	letter-spacing: 0px;
	border: 1px dotted #abc;
	border-bottom: 2px solid #bcd;
	background: #fff url('./imagen/fondotitulo.gif') repeat-x top;
	padding: 4px 4px;
	margin: 5px 0;
}

.tips {
    font-family: Arial;
    font-weight: bold;
    color:#000;
    text-decoration: underline;
    font-size: 11px;
    text-align: center;
}

form {	margin:0;	padding:0; }

#colcen li {
	margin:0;	padding:0;
	list-style:square inside;
	color: #666;
}

textarea { 
	background: #fff url('./i/fondoarea.gif') repeat-x bottom;
	border: 1px solid #369;
	color: black;
	font-weight:bold;
	font-family: Georgia;
	margin: 5px;
	padding-left: 5px;
	height: 250px;
	width: 250px;
}

#colcen input {
	border: 1px solid #369;
	height: 30px;
	line-height: 30px;
	font-weight:bold;
	font-size: 14px;
	font-family: Georgia;
	margin: 5px;
	padding-left: 5px;
	background:#fff url('./i/fondoboton.gif') repeat-x;
}

#colcen input.error, #colcen select.error {
	padding-right: 16px;
	border: 1px solid red;
	background-color: #FFFCE2;
	background-image: url(./i/warning.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#colcen input:focus, #colcen select:focus, #colcen textarea:focus {
	border: 1px solid red; 
}

select { 
	background-color: White; 
	vertical-align: top; 
}

/* ESTILOS SUELTOS, DE TODO UN POCO...
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.smilies {
	border: 0px;
}

#error {
	font-size: 14px;
	color: #a00;
	text-align: center;
	margin: 10px 10px;
	border: 1px dotted #a00;
	font-weight: bold;
	padding: 15px;
	background-color: #fffce2; 
}

.listados {
	margin: 20px;
}

.listados td {
	border-bottom: 1px solid #ddd;
}

.listados td {
	width: 120px;
	padding: 5px 0;
}

.listados td, .listados td a:link, .listados td a:visited {
	font-family: Georgia;
        font-style: italic;
	font-size: 12px;
	color: #49c;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	padding: 3px 0;
	margin: 3px 0;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

.listados td a:hover {
	color: #f00;
	border-bottom: 2px solid #f90;
	border-top: 2px solid #f90;
}

.avisonuevo {
	width: 500px;
	padding: 5px;
	border: 2px solid #f00;
	background-color:#FFE8E9;
	margin: 3px 10px;
	color: #990000;
	font-weight:bold;
}


#enlaces, #enlaces a {
color: #fff;
}

#info {
    color: #999;
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    margin: 20px;
}