body {
	font-family: Verdana, Geneva, sans-serif;
	color:#18395A;
	background-color:#7B9DC6;
	/*background-color:#A7CBEB;
	background-color:#497cc3;*/
	top: 0px;
	line-height: 150%;
}

table, tr, td {
    vertical-align:top;
	margin: 0px;
	padding: 0px;
}

p {
	font-weight: lighter;
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h1 {
	font-family: 'Rock Salt', verdana, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h2 {
	font-size: 16px;
	line-height: 150%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h3 {
	font-size: 10px;
	font-weight: lighter;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h4 {
	font-size: 14px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h5 {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #18395A;
	text-decoration: none;
	margin: 0px;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
}
a:visited {
	color: #18395A;
	text-decoration: none;
}
li {
	padding-right: 15px;
	line-height: 150%;
}

ul, ol {
	font-size: 14px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 28px;
	margin-left: 25px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

/*clases*/
.info {
	font-size: 10px;
	color: #FFFFFF;
}

.info a {
	color:#FFFFFF;
	}

.blanco{
	vertical-align:top;
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.linea_verde{
	width:80%;
	height:2px;
	background-color:#8ABA78;
	/*background-color:#E89745; anaranjado
	background-color:#99FF00; verde chillon*/
	overflow: hidden;
	margin-right: 5px;
	margin-left: 20px;
}

.rtop, .rbottom {
	display:block;
}

.rtop *, .rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color:#ffffff;
}
	
.barra_nav {
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	}

.barra_nav_solicitudes {
	font-size: 12px;
	line-height:20px;
	text-decoration: none;
	margin-left: 20px;
	background-image:url(images/salvavidas.jpg);
	background-repeat:no-repeat;
	}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}



#container{
	width:220px;
	padding-right: 5px;
	padding-left: 5px;
}

.top_menu {
	float:left;
	font-size:10px;
	width:120px;
	margin-right: 20px;
	text-align:center;
	top: 0px;
	padding: 0px;
}

.top_menu a {
}

.top_menu a:hover {
	color: #FF9900;		
}

.in {
	background-color: #eCeCeC;
}

.table_border {
	width: 920px;
	background-color: #000066;
}

.rtop_in, .rbottom_in{
	display:block;
}

.rtop_in *, .rbottom_in * {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color:#eCeCeC;
}

.message {
	font-size:10px;
}

.title { 
	font-size:11px;
}

.botones_demo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99FF00;
	padding: 5px;
}

.dos {
	width: 100%;
	display: inline;
}

.uno {
	width: 33%;
	float: left;
	text-align: center;
}
.cambios {
	color: #FFF;
	background-color:#F00;
}
.boton-celeste a {
	width: 140px;
	height: 34px;
	padding-top: 7px;
	padding-bottom: 14px;
	/*padding-left: 33px;
	padding-right: 33px;*/
	background-image: url(images/boton-celeste.png);
	background-repeat:no-repeat;
	margin-bottom: 20px;
	vertical-align: middle;
	text-align:center;
	font-size:11px;
}
.boton-celeste a:hover {
	width: 140px;
	height: 34px;
	background-image: url(images/boton-celeste-hover.png);
	background-repeat:no-repeat;
}

/*------------- owl */

/* css only show/hide

 */

html { background: white }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

figure {
    margin: 0 0 1.3rem 0;
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

figure img {
    max-width: 100%;
    height: auto;
}

body {
    /*max-width: 480px;
    width: 90%;
    margin: 3em auto;*/
    font-size: 75%;
    line-height: 1.3rem;
    /*font-family: sans-serif;
    position: relative;*/
    *zoom: 1;
}

body:before, body:after {
    content: "";
    display: table;
}

body:after { clear: both }

/*p { margin-bottom: 1.3rem }*/

article {
    margin-bottom: 3rem;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article figure {
    float: left;
    width: 32.5%;
}

article section:first-of-type {
    float: right;
    width: 62.5%;
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more"] {
    position: absolute;
    /*bottom: -3rem;*/
    left: 0;
	top:0;
    width: 100%;
    text-align: center;
    padding: .65rem;
	background-color: rgba(74, 148, 157, 0.2);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset -1px -1px rgba(0, 0, 0, 0.5);
}

[for="read_more2"] {
    position: absolute;
    /*bottom: -3rem;*/
    left: 0;
	top:0;
    width: 100%;
    text-align: center;
    padding: .65rem;
    background-color: rgba(74, 148, 157, 0.4);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset -1px -1px rgba(74, 148, 157, 0.5);
}

[for="read_more3"] {
    position: absolute;
     /*bottom: -3rem;*/
    left: 0;
	top:0;
    width: 100%;
    text-align: center;
    padding: .65rem;
    background-color: rgba(74, 148, 157, 0.6);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset -1px -1px rgba(74, 148, 157, 0.5);
}

[for="read_more4"] {
    position: absolute;
     /*bottom: -3rem;*/
    left: 0;
	top:0;
    width: 100%;
    text-align: center;
    padding: .65rem;
    background-color: rgba(74, 148, 157, 0.8);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset -1px -1px rgba(74, 148, 157, 0.5);
}

[for="read_more"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more2"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more3"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more4"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}

[for="read_more2"] span:last-of-type {
    display: none;
    visibility: hidden;
}

[for="read_more3"] span:last-of-type {
    display: none;
    visibility: hidden;
}

[for="read_more4"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more2"] span:first-of-type {
    display: none;
    visibility: hidden;
}
input[type=checkbox]:checked ~ [for="read_more3"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more4"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}

input[type=checkbox]:checked ~ [for="read_more2"] span:last-of-type {
    display: block;
    visibility: visible;
}

input[type=checkbox]:checked ~ [for="read_more3"] span:last-of-type {
    display: block;
    visibility: visible;
}

input[type=checkbox]:checked ~ [for="read_more4"] span:last-of-type {
    display: block;
    visibility: visible;
}

/* las animaciones del index 

.container {
  margin: auto;
  width:550px;
  height:284px;
  overflow:hidden;*/
  /*border:1px solid #18395A;*/
  /*position:relative;
}

.photo {
  position:absolute;
  animation:round 18s infinite;
  opacity:0;
}

.containerh1 {
  padding-top: 25px;
  padding-bottom: 35px;
  margin: auto;
  width:100%;
  height: 80px;
  position:relative;
  text-align: center;
  left: -250px;
}

.photoh1 {
  position:absolute;
  animation:round 18s infinite;
  opacity:0;
  font-size:24px;
  font-family: font-family: 'Ubuntu', verdana, sans-serif;
  line-height:30px;
}

@keyframes round{   
  33%{opacity:1;}
  40%{opacity:0;}
} 

img:nth-child(3){animation-delay:0s;}
img:nth-child(2){animation-delay:6s;}
img:nth-child(1){animation-delay:12s;}

span:nth-child(3){animation-delay:0s;}
span:nth-child(2){animation-delay:6s;}
span:nth-child(1){animation-delay:12s;}*/

@keyframes slidy {
0% { left: 0%; }
28% { left: 0%; }
33% { left: -100%; }
61% { left: -100%; }
66% { left: -200%; }
95% { left: -200%; }
100% { left: -300%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 33.3%; float: left; }
div#slider figure { 
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 21s slidy infinite; 
}