html {
	background: white url(images/pie-ondas.jpg) repeat-x 54px bottom;
	overflow-x:hidden;
	padding-bottom: 35px
}

body{
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

#banner {
	height: 118px;
	background: white url(images/bg_r_n.jpg) repeat-x 0 bottom;
	min-width: 778px;
	width: 120%;
}

#banner h1 {
	display: none;
}

#banner img {
	padding: 0;
	margin: 0;
}


#contenido {
	position: relative;
	top: 0px;
	background: white url(images/bg_rainbow.jpg) repeat-y 620px top;

}

#principal
{
	background-color: white;
	width: 580px;
	min-height: 500px;
}

#columna {
	width: 200px;
	position: absolute;
	left: 604px;
	top:  0px;
	display: block;
}

#pie {
	clear: both;
	height: 138px;
}

#pie img{
	padding: 0px 0px 0px 64px;
	margin: 0;
}


#pie p {
	color: silver;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.1em;
	position: relative;
	top: -20px;
	left:  85px;
}

#cuadro1 {
	width: 128px;
	padding: 0;
	margin: 30px 0 0 0;
	background: url(images/cuadro_azul_mid.jpg) repeat-y center top;
}

#cuadro1 #titulo1 {
	width: 128px;
	height: 39px;
	padding: 0;
	margin: 0;
	background: url(images/cuadro_azul_top.jpg) no-repeat center top;
}

#cuadro1 #contenido1 p, #cuadro2 #contenido2 p, #cuadro3 #contenido3 p {
	font-size: 10px;
	padding: 6px 12px 3px 12px;
}

#cuadro1 #pie1 {
	width: 128px;
	height: 16px;
	padding: 0;
	margin: 0;
	background: url(images/cuadro_azul_bot.jpg) no-repeat center bottom;
}

#cuadro2 {
	width: 128px;
	padding: 0;
	margin: 30px 0 0 0;
	background: url(images/cuadro_verde_mid.jpg) repeat-y center top;
}

#cuadro2 #titulo2 {
	width: 128px;
	height: 39px;
	padding: 0;
	margin: 0;
	background: url(images/cuadro_verde_top.jpg) no-repeat center top;
}


#cuadro2 #pie2 {
	width: 128px;
	height: 16px;
	padding: 0;
	margin: 0;
	background: url(images/cuadro_verde_bot.jpg) no-repeat center bottom;
}

#cuadro3 {
	width: 128px;
	padding: 0;
	margin: 30px 0 0 0;
	background: url(images/cuadro_rojo_mid.jpg) repeat-y center top;
}

#cuadro3 #titulo3 {
	width: 128px;
	height: 39px;
	padding: 0;
	margin: 0;
	background: url(images/cuadro_rojo_top.jpg) no-repeat center top;
}


#cuadro3 #pie3 {
	width: 128px;
	height: 16px;
	padding: 0;
	margin: 0;
	background: url(images/cuadro_rojo_bot.jpg) no-repeat center bottom;
}

.post {
	padding: 30px 40px 20px 40px;
}

.encabezado {
	width: 510px;
	padding-bottom: 10px;
}


.titulo, .fechaycat {
	padding: 0 0 0 30px;
}

.fechaycat {
	font-size: 10px;
	padding-top: 2px;
}

.titulo a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


.post img, .post a img {
	margin: 0;
	padding: 5px;
	border-style: none;
	border-width: 0;
}

.post-cont {
	width: 510px;	
	padding-bottom: 7px;
}

.post-cont p
{
	font-size: 13px;
	line-height: 22px;
}

.post-cont strong
{
font-weight: bold;
}

.post-cont em
{
font-style: italic;
}


.post .post-cont a img {position:relative; top: 4px}

/* Por colores */

.post.rojo .encabezado{
	background: url(images/ficha_roja.jpg) no-repeat left 2px;
	
}

.post.rojo .titulo a {
	color: red;

}

.post.rojo img {
	background-color: red;
}


.post.rojo .post-cont a
{
	color: red;
	text-decoration: none;
}

.post.rojo .post-cont a:hover
{
	border-bottom: 1px solid red;
}

.post.verde .encabezado{
	background: url(images/ficha_verde.jpg) no-repeat left 2px;
	
}

.post.verde .titulo a {
	color: #339900;
}

.post.verde img {
	background-color: #339900;
}

.post.verde .post-cont a
{
	color: #339900;
	text-decoration: none;
}

.post.verde .post-cont a:hover
{
	border-bottom: 1px solid #339900;
}


.post.azul .encabezado {
	background: url(images/ficha_azul.jpg) no-repeat left 2px;
	
}

.post.azul .titulo a {
	color: #00ccff;
}

.post.azul img {
	background-color: #00ccff;
}

.post.azul .post-cont a
{
	color: #00ccff;
	text-decoration: none;
}

.post.azul .post-cont a:hover
{
	border-bottom: 1px solid #00ccff;
}


.post.amarillo .encabezado {
	background: url(images/ficha_amarilla.jpg) no-repeat left 2px;
	
}

.post.amarillo .titulo a {
	color: #bbbb00;
}

.post.amarillo img {
	background-color: #cccc00;
}

.post.amarillo .post-cont a
{
	color: #bbbb00;
	text-decoration: none;
}

.post.amarillo .post-cont a:hover
{
	border-bottom: 1px solid #bbbb00;
}

#titulo1 p, #titulo2 p, #titulo3 p
{
	margin: 0;
	padding: 13px 5px 5px 10px;
	color: white;
	font-size: 12px;
}


#contenido1 {
	font-size: 10px;
	line-height: 16px;
}

#contenido1 ul {
	padding: 7px 12px 3px 13px;
}

#contenido1 ul li {
	padding-bottom: 3px;
}

#contenido1 ul li a {
	color: #666;
	text-decoration: none;
}

#contenido1 ul li a:hover {
	color: black;
}


#contenido1 ul li a strong
{
	color: #00ccff;
	font-weight: bold;
}

.lcomentarios a
{
	color: #666;
	text-decoration: none;
}

.lcomentarios a:hover
{
	color: #CC6600;
}

#contenido2 {
	font-size: 10px;
	line-height: 16px;
}

#contenido2 ul {
	padding: 7px 12px 3px 13px;
}

#contenido2 ul li {
	padding-bottom: 3px;
}

#contenido2 ul li a {
	color: #666;
	text-decoration: none;
}

#contenido2 ul li a:hover {
	color: black;
}

#contenido3 img {
	border: none;
	padding-top: 10px;
	padding-left: 12px;
}

#contenido3 img a {
	text-decoration: none;
	border: none;
}


.comentarios p, .comentarios p a
{
	padding-top:  8px;
	margin-bottom: 15px;
	padding-right: 0px;
	text-align:  right;
}

#comentarios p
{
	font-size: 11px;
	line-height: 18px;
	padding-top: 10px;
}

#comentarios p strong
{
	color:  #666666;
	font-weight: bold;
}

#comentarios p.titulo-comentarios
{
	font-size: 16px;
	font-weight: bold;
	color: red;
}

#comentarios em
{
	color: #666666;
	font-weight: normal;
	font-style: normal;
	font-size:  9px;
}




/* @group Comentarios */

#formulario {
	padding-top: 10px;
}


form.cmxform fieldset {
  margin-bottom: 10px;
  padding-left: 0px;
	border-style: none;
}

form.mailform fieldset {
  margin-bottom: 10px;
  border: none;
  padding-left: 0px;
}


form.cmxform legend {
  padding: 5px 20px 5px 0px;
  font-weight: bold;
  font-size: 14px;
  color: red;
}

form.mailform legend{
	display:  none;
}




form.cmxform label { 
  line-height: 1.8;
  vertical-align: top;
  font-size:  10px;
  text-transform: lowercase;
  width: 120px;
  float: left;
  text-align: right;
  display: block;
  padding-left: 25px;
  padding-right: 10px;
}

form.mailform label { 
  line-height: 1.8;
  vertical-align: top;
  font-size:  10px;
  text-transform: lowercase;
  float: left;
  text-align: right;
  display: block;
  padding-right: 10px;
  width: 100px;
}

form.cmxform fieldset ol, form.mailform fieldset ol {
  margin: 0;
  padding: 0;
  padding: 20px 0;
}
form.cmxform fieldset li, form.mailform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form.cmxform input, form.cmxform textarea, form.mailform input {
    color: #421407;
	background: #d9d9d9;
	border: 1px solid red;
	padding: 3px;
}

form.cmxform #enviar, form.mailform .enviar
{
    color: white;
	background: red;
	border: 1px solid #d9d9d9;
	padding: 3px;
}

form.cmxform #forenviar, form.mailform #forenviar
{	
	color: #FFF;
}


