﻿@charset "utf-8";

#col-1 { float:left; width:593px; margin-right:25px; }
#col-1 h4 { font-family:Arial Rounded MT Bold,Arial; font-size:1.5em; font-weight:normal; border-bottom:dotted 1px black; }
#franja-titulo { height:3px; background-color:#ededed; }

#info { float:left; width:230px; margin-top:30px; margin-right:20px; }
#contenido { width:580px; margin-top:30px; }
#contenido p { font-size:0.8em; text-align:justify; }
#contenido .titulo { font-size:1em; text-align:justify; color:#c00040; font-weight:bold; }

#contenido form { font-size:0.8em; }
#contenido input, #contenido textarea { margin-bottom:2px; }
#contenido input.texto { width:412px; border:solid 1px #CCC; }
#contenido textarea { width:412px; height:100px; border:solid 1px #CCC; }
#contenido form .campo1 { float:left; width:150px; margin-right:10px; text-align:right; }
#contenido input.btnSubmit { display:block; width:88px; height:23px; background:url(../img/btnSubmit.gif) no-repeat; color:white; font-weight:bold; font-size:0.8em; border:none; }
#contenido label { font-size:0.85em; }

#col-2 { float:right; width:290px; padding:20px; background-color:#e1d4d8; }
#col-2 h4 { font-family:Arial Rounded MT Bold, Arial; font-size:1.3em; font-weight:bold; border-bottom:dotted 1px #c00040; color:#c00040; }
.noticia { margin-top:30px; }
.foto-noticia { float:left; width:107px; margin-right:10px; }
.foto-noticia img { border:solid 1px black; }
.contenido-noticia { float:right; width:170px; }
.titulo-noticia h5 { font-size:0.7em; font-weight:bold; color:#c00040; }
.texto-noticia { margin-top:6px; font-size:0.7em; }
.vermas { margin-top:6px; font-size:0.7em; }
.vermas a { color:blue; }
.rojo { color:red; }