@charset "utf-8";
/* CSS Document */

body {
    background-color: #FFFFFF;
    font-size:12px;
    font-family:Arial,Verdana,  Helvetica, sans-serif;
	margin:0px;
}

div#content{
	background: #FFFFFF url(images/bg_header.jpg) repeat-x;
	width:100%;
	align:center;
}

div#outer {
	width:1090px;
	background-color:#FFFFFF;
}

div#header {
    padding: 0px;
    margin: 0px;
}

div#main {
	text-align:left;
	margin: 0px;   
}

div#menu {
	text-align:left;
	margin: 0px;
	height:47px;
}

div#footer {
    margin: 0px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#005e0b;
	margin:-1px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#363636;
	margin:-1px;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#b80016;
	margin:-1px;
}

h4 {
	font-size:18px;
	font-weight:bold;
	color:#b8a80d;
	margin:-1px;
}

.title {
	font-size:12px;
	color:#b80016;
}

span#fecha {
	font-size:12px;
	color:#363636;
}

.leermas {
	font-size:12px;
	color:#b80016;
}

.leermasblog{
	font-size:12px;
	color:#007d0f;

}

.blanco{
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

p {
	font-size:12px;
	color:363636;
	font-weight:400;
}

span#title{
	font-size:18px;
	font-weight: bolder;
}

#chatea {
	margin-top:5px;
}

#csc {
  background : #d1d1d2 url(images/csc_tl.png) no-repeat;
  width : 150px;
  height : auto;
  position : relative;
  padding : 10px 25px;
}

.tl, .tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

.tr {
  background : transparent url(images/csc_tr.png) no-repeat;
  top : 0;
  right : 0;
}

.bl {
  background : transparent url(images/csc_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

.br {
  background : transparent url(images/csc_br.png) no-repeat;
  right : 0;
  bottom : 0;
}

input.btn { 
	  color:#050; 
	  background-color: #fed; 
} 