/* --- One Page Responsive theme for GetSimple CMS by Frixel Solutions --- www.frixelsolutions.com --- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700 );

/* General Styles */

* {
  font-family: 'Open Sans', sans-serif;
}

html {
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

.anuncio {
 border-radius: 10px; margin:5px;
 padding:10px; box-shadow: 10px 10px 4px rgba(0, 0, 0, .5);
}


.clear {
  clear: both;
}

/* Header and Navigation */

#header {
	position: fixed;
	--top: 30px;
	background: #F0F0F0;
	z-index: 5;
	width: 100%;
}

#encabezado {
    margin-top: 50px !important;
    z-index: -5;
}

#main .main-content {
    --margin-top: 30px !important; 
}

.header1 {
	padding-top: 20px;
	height: 100px;
}

.header2 {
	--height: 50px;
}

.hdrtagline h1 {
	font-style: italic;
	text-align: right;
	font-family: 'Helvetica', sans-serif;
	font-size: 18pt;
	color: #D74B4B;
}

.hdrlogo {
	color: #1C1C1C;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.hdrlink {
	color: #1C1C1C;
	text-decoration: none;
}

.hdrlink a,a:hover,a:active,a:visited {
  color: #1C1C1C;
  text-decoration: none !important;
}

.navbar {
  color: white;
  border: none;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}

.navbar-hdr ul li a {
  font-size: 13.6pt;
}

.navbar-inverse .navbar-nav li a {
  color: #FFFFFF;
}

.dropdown-menu li a {
  color: #333333 !important;
}

/* Content and Pages */

.content-area {
	position: absolute; 
	margin-top: 170px;
	z-index: 3;
	width: 100%;
	background: #FFFFFF;
}

.title-container {
	width: 100%;
	height: 60px;
}

.page-title {
	color: #D74B4B;
	font-size: 2em;
	font-weight: bold;
}

/* Footer */

.footer {
  width: 100%;
  background: #D74B4B;
  z-index: 3;
  border-top: 1px solid #C3C4C0;
  padding-top: 10px;
  text-align: center;
  font-size: 10pt;
}

.footer p {
	color: #FFFFFF;
}

.footer a,a:active,a:visited {
  text-decoration: none !important;
}

.footer a:hover {
  text-decoration: underline !important;
}

th.contenido{
  font-size: small;
}

th.contenido strong{
  color:blue;
}