/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING      
*************************************************************************************/
body {
	background: #fff;
	font: .81em/150% Verdana, Geneva, sans-serif;
	color: #000;
}
a {
	text-decoration: none;
	outline: none;
	COLOR: #134370;
}
a:hover {
	text-decoration: underline;
}
a.cambio{
        color : #fff;
        font-weight: bold;
}
p {
	margin: 0 0 0.6em; 
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .2em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color: #800;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 2em;
	color: #FEC;
}

span.parpadea {
  color: #008;
  animation-name: parpadeo;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 2.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 2.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 2.0; }
}

span.color_rojo2 {
  color: #800;
  font-weight: bold;
}
span.color_azul {
  color: #008;
  font-weight: bold;
}
span.color_rojo1 {
  color: #800;
}

img.centrado{
  vertical-align: middle;
}

.encabezado{
padding-top: 5px;
padding-bottom: 5px;
background-color: #bf0f0f;   /* rojo fuerte */
color: #FFFFFF;
text-align: left;
font-weight: bold;
}

.tabla_sencilla {
width: 100%;
border-spacing:0px;
/*background-color: rgb(248,231,194); */
}
.tabla_sencilla th{
padding-top: 5px;
padding-bottom: 5px;
background-color: #bf0f0f;   /* rojo fuerte */
color: #FFFFFF;
text-align: left;
}
.tabla_sencilla td{
padding-top: 3px;
padding-bottom: 3px;
color: #000000;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 800px;
	margin: 0 auto;
	background: #fafafa;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 30px;
}
/************************************************************************************
CONTENT
*************************************************************************************/
#menu {
        background-color: #fafafa;
	margin: 5px;
	padding: 5px;
	width: 48%;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}


/************************************************************************************
SIDEBAR
*************************************************************************************/
#derecha {
	width: 48%;
	float: right;
	margin: 5px;
}
.contenido {
        background-color: #fafafa;
	padding: 5px;
/*	line-height: 1.8; */

	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.colorfondo{
  background-color: #f1f1f1;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #F00;
	font-size: 85%;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


 @media screen and (max-width: 800px) {

        #menu {
      float: none;
      width: 50%;
      margin-left: 15%;
      margin-right: 15%;
	}
        #derecha {
      float: none;
      width: 51%;
      margin-left: 15%;
      margin-right: 15%;
	}

}
 @media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;

	}
        #menu {
      float: none;
      width: 50%;
      margin: 10px 0px;
	}
        #derecha {
      float: none;
      width: 51%;
      margin: 10px 0px;
	}

}
