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

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

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

#cabecera {
	width: 1000px;
	height: 80px;
	margin:auto;
}

#menus {
	width: 100%;
}

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

#piecera{
	width: 100%;
	height: 220px;
	background: #f30 url("./i/piecera.jpg") repeat-x top;
	min-width: 1000px;
	margin-top: 50px;
}

#colcon {   /* La columna central queda de 640 pixeles exactos ya con margen */
	width: 747px;
	float: left;
} 

#colder {
	width: 253px;
	float: right;
	text-align:left;
	overflow: hidden;
} 

#colizq {
	float:left;
	width: 120px;
}

#colcen {
	width:618px;
	float:right;
	word-wrap: break-word;
	overflow: hidden;
	padding-right: 5px;
	font-family: Verdana;
}

/* BARRA SUPERIOR LOGIN DE USUARIOS Y REGISTRO DE USUARIOS 
//////////////////////////////////////////////////////////////////////////////////////////////////*/

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

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

#tucuenta {
	float:right;
	width:160px;
	height:30px;
	vertical-align:center;
	text-align:right;
	font-family:Verdana;
	font-size:11px;
	padding: 4px 8px 0 4px;
	letter-spacing: 3px;
}

.tucuenta {
	background-color:#fff;
	filter: alpha(opacity=70);
	opacity: .7;
	}

#tucuenta a:link, #tucuenta a:visited {
	color:#fff;
	text-decoration:underline;
}

#tucuenta a:hover {
	color:#0f0;
}

#tucuenta .boton, .googleboton {
	height: 18px;
	font-size: 9px;
	border: 1px solid #369;
	margin: 0px;
	padding: 0px;
	color: #369;
	font-weight: bold;
	background-color:#fff;
}

#tucuenta input, .googleinput {
	height: 16px;
	font-size: 10px;
	border: 1px solid #369;
	margin: 0px;
	padding: 0px;
	color: #369;
	line-height: 16px;
	font-weight: bold;
	background: #fff url(./i/boton.gif) repeat-x;
	width: 70px;
}

.accesos {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* MENU PRINCIPAL DE LAS SECCIONES DEL PORTAL TAMBIEN SUBMENU
///////////////////////////////////////////////////////////////////////////////////////////////////*/

#menus {
	width:100%;
}

#menucon {
    height: 32px;
    width: 100%;
    margin:auto;
    background: transparent url('./i/menufo.jpg') bottom repeat-x;
}

div#menu
		{
		width:1000px;
		margin: auto;
		padding: 0px;
		}

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

div#menu li
		{
		display: inline;
		}

div#menu a:link, div#menu a:visited
		{
 		float: left;
		font-family: Arial;
		font-size: 12px;
		font-weight:bold;
		text-decoration: none;
		padding: 0;
		margin: 0;
		margin-left: 5px;
		}

/**********************************************************************************************
 Aqui cambiar cuando haya mas opciones de menu y no alcanze en la barra.
 Los valores iniciales:
 div#menu a NO lleva margin-left
 div#menu span usa un padding lateral de 7px
*/

div#menu span {
		float:left;
		display:block;
		padding: 11px 6px 0px 6px;
		color:#fff;
		cursor:pointer;
}

div#menu a:hover {
		background: transparent url('./i/menuov.jpg') bottom repeat-x;
}

div#menu a:hover span {
		color:#fff;
		padding: 11px 6px 6px 6px;
}

div#menu a#activo {
		background: #143D55 url('./i/menuac.jpg') bottom repeat-x;
}

div#menu a#activo span{
		color:#fff;
		padding: 10px 12px 7px 12px;
}

#submenucon {
		height: 28px;
		width:100%;
		margin:auto;
		color: #fff;
		margin-top: 0px;
		background-color: #143D55;
		background: transparent url('./i/smenufo.jpg') bottom repeat-x;
}

div#submenu
		{
		width: 600px;
		float:left;
		margin: auto;
		line-height:28px;
		}

div#submenu ul
		{
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0px 5px;
		}

div#submenu li
		{
		display: inline;
		}

div#submenu a:link, div#submenu a:visited
		{
		color: #fff;
 		float: left;
		font: 12px Arial;
		font-weight:bold;
		text-decoration: none;
		padding: 0px 10px;
		line-height: 28px;
		}

div#submenu a:hover {
		text-decoration:underline;
		background-color: #345D75;
		background: transparent url('./i/smenuov.jpg') bottom repeat-x;
}

div#submenu a#acti {
		text-decoration: none;
		background-color: #fff;
		color:#003366;
}

.googlemenu {
		margin: 7px 0 0 7px;
}

#busqueda {
		float:right;
		width:240px;
		margin-top: 5px;
}

#busqueda form {
		margin: 0;
		padding: 0;
}

#busqueda img {
		border: 0;
		padding-top: 3px;
}

.botonbusca {
	background: #fff url('./i/buscar.gif') no-repeat;
	width:73px;
	height:20px;
	padding-right: 2px;
}

.textobusca {
	margin:0;
	padding:0;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	width: 170px;
}

#bienvenido {
	width: 400px;
	float:right;
	margin-top:40px;
}
/* COLUMNA PRINCIPAL TODO EL CONTENIDO DEL PORTAL DENTRO
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#colcon {
	color:#000;
}

#colcon h1 {
	font-size: 22px;
	text-align: center;
	color: #369;
    border: 1px dotted #cde;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	font-family:"Trebuchet MS", Garamond, Georgia;
	background: #fff url('./i/fondotitulo.gif') repeat-x;
	letter-spacing: -2px;
}

#colcon h2 {
	font-size: 15px;
	color: #036;
}

#colcon p {
	padding: 10px 0;
}

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

#colder * {
        color: #bbb;
}

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

#colder a {
	text-decoration:none;
	font-size: 11px;
	color: #39c;
}

#colder a:hover {
	color: #c00;
}

.widget {
        margin-top: 15px;
}


#colder ul li ul li, #colizq ul li, .widget ul li {
	margin-bottom: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
	padding-left: 0px;
	list-style:inside square;
}


.lititulo, .widgettitle, #colder h6 {
	font: bold 16px verdana, sans serif;
        font-style: italic;
	margin: 5px 0 10px 0;
	letter-spacing: -1px;
        text-transform:uppercase;
}

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

#piecera div {
	padding-top: 20px;
	width: 100%;
	font-size: 10px;
	font-family:Arial;
	text-align: center;
	color: #bcd;
	font-weight: bold;
}

#piecera div a:link, #piecera div a:visited {
	font-family:Arial;
	color:#def;
	text-decoration:underline;
	font-size:13px;
}

#piecera div a:hover {
	color:#fe3;
}

#piecera h5 {
	font-size: 12px;
}

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

.ruta_tabla {
	width: 600px;
	height: 20px;
	margin: 5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	font-family:Arial;
}

.ruta_tabla, .ruta_tabla a:link, .ruta_tabla a:visited {
	color: #039;
}

.ruta_tabla a:hover {
	color: #f90;
}

#comentarios, #comentarios a:link, #comentarios a:visited {
	color: #666;
	margin-bottom: 0px;
	margin-top: 20px;
	height: 20px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	padding: 8px;
	border: 1px solid #fff;
}

#comentarios a:hover {
	background-color:#def;
	color: #666;
	border: 2px solid #69B;
}

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

h6 {
	font-size: 12px;
}

a:link, a:visited, a:active {
 	text-decoration:underline;
	color:#069;
	font-family: Verdana;
}

a:hover {
	color: #f66;
}

form {	margin:0;	padding:0; }

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

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: 50px 0;
	border: 1px dotted #a00;
	font-weight: bold;
	padding: 15px;
	background-image: #fffce2 url(./i/warning.gif) no-repeat center top; 
}

#mensaje {
	font-size: 14px;
	color: #a00;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px dotted #a00;
	font-weight: bold;
	padding: 15px;
	background-color: #FFE2FC;
}

#redireccionar {
	font-size: 12px;
	color: #369;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	padding: 15px;
}

.groserias {
	color: #f00;
}

.rojita {
	color: #f00;
}

.roja {
	color: #f00;
	font-weight:bold;
}

.verde {
	color: #393;
	font-weight:bold;
}

.azul {
	color: #369;
	font-weight:bold;
}

.normal {
	font-family: Verdana;
	font-size: 11px;
}

.numera {
	background-color: #fed;
	color: #f00;
	height: 20px;
	font-size: 10px;
	font-family: Arial;
	padding: 3px;
	border: 1px solid #f00;
	margin:4px 1px;
}

a.numera:link, a.numera:visited  {
	background-color: #def;
	color: #369;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #69B;
	margin:4px 1px;
	text-decoration:none;
}

a.numera:hover  {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

.cargando {
	border:0;
	background: #fff url(./i/cargando.gif) no-repeat center center;
}

.cargando img {
	border:0;
	background: #fff url(./i/cargando.gif) no-repeat center center;
}

.izquierda {float:left;}
.derecha {float:right;}

img.izquierda {
  /* Imagenes que se alineen a la izquierda */
  float: left;
  margin: 0 0 3px 0;
}

img.derecha {
  /* Imagenes que se alineen a la derecha */
  float: right;
  margin: 0 0 0 3px;
}

img.borde {
  border: 1px solid #93B3F5;
  padding: 5px;
  background: #f4f4f4;
}

img.centro {
  margin: 0 auto;
  display: block;
}

img.centrada {
	display: block;
	margin: auto;
}

#bloqueizq a:hover {
	background-color: #fff;
}

a.empimg:hover {
	text-decoration: none;
	background-color: #fff;
}

.empimg img {
	border: #ddd 2px solid;
	margin: 1px;
	width: 116px;
}

.empimg:hover img {
	border: #f90 2px solid;
}

.temas {
	margin:20px auto;
}

.tip {
	font:10px/12px Verdana;
	font-weight:bold;
	border:solid 1px #fff;
	width:250px;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#fff;
	background-color:#000;
	layer-background-color:#000;
	text-align: center;
	letter-spacing:0;
	width: 120px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */