/* Start of CMSMS style sheet 'caf - general' */
a {
  color: #696969;
}

#pagewrapper {
  clear: both;

  height: 185px;
  width: 768px;
  
  color: black;
  background-color: white;

  margin-left: auto;
  margin-right: auto;
}

#header {
  display: block;

  background-image: url("images/caf/caf_header.jpg");
  height: 185px;
  width: 768px;

  text-indent: -999em;  /* this hides the text */
}

#mainwrapper {
  clear: both;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

#leftbar {
  float: left;

  background-image: url("images/caf/bar_header_bg.png");
  background-repeat: no-repeat;
  width: 190px;
  padding-top: 30px;
}

#rightbar {
  float: right;

  background-image: url("images/caf/bar_header_bg.png");
  background-repeat: no-repeat;
  width: 190px;
  padding-top: 30px;
}
/* Estilos del contenido principal de la pagina */
#contenido {
  float: left; display: inline;
  margin-left: 5px; margin-right: 5px;
  width: 358px;
  padding-left: 10px;
  padding-right: 10px;

  font-weight: normal;
  font-size: 11px;
  color: #696969;
  line-height: normal;
  font-family: Arial,Helvetica,sans-serif;
}

#contenido h1 {
  background-color: #e3e3e3;
  color: #9c9c9c;

  height: 30px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;

  padding-left: 5px;
  padding-right: 5px;

  margin-left: -10px;
  margin-right: -10px;

  margin-bottom: 20px;
}

#contenido p {
	margin-bottom: 5px;
}

/* Formulario de Newsletter */
div.formbuilderform {
  background-color: #e3e3e3;
  color: #9c9c9c;
  font-color: black;

  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.formbuilderform input {
  width: 160px;
}

div.formbuilderform div {
  margin-bottom: 5px;
}
span.fb_error {
  color: red;
}
div.error_message {
  display: none;
}
div.titulo {
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 10px;
}

div.formbuilderform label {
  font-size: 11px;
  font-weight: normal;
}

#rightbar {
	padding-top: 35px;
}

#rightbar p {
	padding-bottom: 10px;
	border-bottom: 1px black dotted;
	margin-bottom: 10px;
  text-align: center;
}

#rightbar p.ultimo {
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* End of 'caf - general' */

/* Start of CMSMS style sheet 'caf - horizontal menu' */
#horizontal_menu {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#horizontal_menu li {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	color: gray;
}
#horizontal_menu li a {
	color: #242b4f;
	text-decoration: none;
}
#horizontal_menu li a:hover {
	text-decoration: underline;
}
#horizontal_menu dfn {
	display: none;
}
/* End of 'caf - horizontal menu' */

/* Start of CMSMS style sheet 'caf - novedades' */
.NewsSummary {
	float: left;
width: 358px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.NewsSummary img.imagen_nota {
	float: left;
	
	margin-right: 10px;
	margin-bottom: 10px;
}

.NewsSummary  .NewsSummaryLink {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.NewsSummary  .NewsSummaryLink a {
	text-decoration: none;
	color: #696969;
}

.NewsSummary  .NewsSummarySummary a {
  color: #696969;
}

.NewsSummary  .NewsSummaryLink a {
  text-decoration: none;
  color: #696969;
}
/* End of 'caf - novedades' */

