@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#divMenu {
	position: relative;
	font-size: 12px;
	width: 850px;
	margin-left:auto;
	margin-right: auto;
}

#divEncabezado {
	position: relative;
	width: 850px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}

#divBuscador {
	position: relative;
	width: 850px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#divContenido  {
	position: relative;
	width: 850px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height:auto;
}

#divPie {
	clear:both;
	width: 850px;
	margin-top: 10px;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	font-size:12px;
}

a:link, a:visited, a:active {
	color: #990000;
}

a:hover {
	color:#FF0000;
	font-weight: bold;
}

#divContenidoIzquierda {
	float:left;
	position: relative;
	width: 640px;
}

#divContenidoDerecha {
	float:left;
	position:relative;
	width: 200px;
}

#divFormAgregar, #divContenidoIzquierda2 {
	float:left;
	width: 430px;
	margin: 10px;
}

#divAdFormAgregar, #divContenidoDerecha2 {
	float:left;
	width:400px;
}

#frmAgregarUrl1 {
	border: 1px solid #000000;
}

#frmAgregarUrl1  {
	
}

#frmAgregarUrl1 th {
	text-align: left;
	background:#CCCCCC;
	border-bottom: 1px solid #000000;
}

#frmAgregarUrl2 th  {
	text-align: right;
	background: #FFFFFF;
	border: none;
}

/* hasta aqui */

#listaSitioWeb {
}

#listaSitioWeb th {
	text-align: left;
}
#listaCategoria {
	font-size: 12px;
}


#listaSitioWeb td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;

}

#listaSitioWeb th {
  font-weight: normal;
  background-color: #FFFFCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;

}

h2, h3 {
	margin-bottom: 0px;
}
.toolbar {
	font-size: 12px;
}


.infoSitioWeb {
	border: 1px solid #CC6600;
	font-size: 13px;
	padding: 10px;
/*	background-color: #FFFFCC; */
}

#tituloCategoria {
	font-size: 24px;
}

#noticiasRecientes {
	background-color: #FFFFCC;
	border: thin inset #990000;
	font-size: 12px;
	padding: 5px;
}

/* Inicio divComentarios */
#divComentarios {
	width: 420px;
}

#divComentarios h3 {
	border-bottom: 1px solid #990000;
}

#divComentarios th {
	font-weight: normal;
	background: #FFDDCC;
}

#divComentarios td {
	border-bottom: 1px dotted #990000;
}
/* Fin divComentarios */

.rojo {
	color: #FF0000;
}

#divResultados{
	float:left;
	width: 640;
}

.verysmall{
	font-weight:lighter;
	font-size:10px;
}
