body{
 /* 
 */
 font-family: 'Roboto', sans-serif;
 /* font-family: Enriqueta,serif;*/
  height:100%;
}

.fontxlarge{
 font-size: x-large;
}

.fontxxlarge{
 font-size: xx-large;
}

.fontlarge{
 font-size: large;
}

.fontnormal{
 font-family: 'Roboto', sans-serif;
 font-size: normal;
}


.footerlarge{
 font-family: 'Roboto', sans-serif;
 font-size: large;
 color: #2A5399;
} 

.footernormal{
 font-family: 'Roboto', sans-serif;
 font-size: normal;
 color: #8892A1;
}

.footersmall{
 font-family: 'Roboto', sans-serif;
 font-size: x-small;
 color: #8892A1;
}

.imgatt{
box-shadow: 10px 10px 5px #888888;
}

.attention{
 font-family: 'Roboto', sans-serif;
background-color: rgba(178, 23, 23, 1);
box-shadow: 10px 10px 5px #888888;
color: rgba(255,255,255,1);
width: 315px;
height: 135px;
font-size: x-large;
text-align: center;
display: table-cell;
vertical-align:middle;
font-weight:bold;
}

#map-canvas {
	width: 300px;
    height: 150px;
}

.menuitem{
background-color: rgba(42, 83, 153, 1);
box-shadow: 4px 4px 2px #888888;
cursor: pointer !important;
color: rgba(255,255,255,1);
text-align: center;
height: 50px;
font-size: large;
display: table-cell;
vertical-align: middle;
width:200px;
}

.startitem{
padding:10px;
border: 8px solid rgba(42, 83, 153, 1);
background-color: rgba(255, 255, 255, 1);
border-radius: 5px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.starttext{
color: #1C3766;
/* line-height: 0.5em; */
/*font-size: 16px;*/
text-align: justify;
/*font: normal normal normal 1.2em Enriqueta,serif;*/
font-family: 'Roboto', sans-serif;
word-wrap: break-word;
}

#slideshow_container {
    width: 974px;
    height: 425px;
	border: 10px;
}

#caption {
    width: 974px;
    height: 20px;
    padding: 2px;
    color: rgba(42, 83, 153, 1);
/*    font-family: normal normal bold 1.2em Enriqueta,serif;*/
 font-family: 'Roboto', sans-serif;

    font-size: 12pt;
}

#example_1_container {
    width:957px;
    height:425px;
}


#example_1_container .easy_slides_caption {
    width:957px;
	height:50px;
padding: 10px 0 0 10px;
position: absolute;
bottom: 100px;
}


.newstitle{
 font-family: 'Roboto', sans-serif;
/* font-family: Arial, Helvetica, sans-serif;*/
 font-size: large;
 color: #2A5399;
} 

.newsbody{
 font-family: 'Roboto', sans-serif;
 font-size: normal;
 color: #8892A1;
 text-align:justify;
}

.hidrolinfatitle{ 
 font-family: 'Roboto', sans-serif;
 font-size: x-large;
 color: #2A5399;
} 


.contacttitle{ 
 font-family: 'Roboto', sans-serif;
 font-size: x-large;
 color: #2A5399;
} 

.contactinput{
 font-family: 'Roboto', sans-serif;
 font-size: large;
 color: #8892A1;
 text-align:justify;
 width: 100%;
 height: 40px;
}


.contacttextarea{
 font-family: 'Roboto', sans-serif;
 font-size: large;
 color: #8892A1;
 text-align:justify;
 width: 100%;
 height: 120px;
}

.contactsend{
 font-family: 'Roboto', sans-serif;
 font-size: large;
 color: #8892A1;
 text-align:justify;
 height: 40px;
}