.colorred{
   color: #931A28;
	}
.colornegro{
	color:#000;
	}
	
.logo{
    float: left!important;
    position: fixed;
    z-index: 1001;
    background: #FDFDFE;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background:url(../img/renkyperuico.png) center bottom no-repeat;
}
.navbar {
    margin-bottom: 0px;
}

input::-webkit-input-placeholder {
   color: red;
}

input:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

input:-ms-input-placeholder {  
   color: red;  
}
.h4{
	padding: 5px;
    text-align: right;
    margin: 0;
    color: #931A28;
}



#video-gallery-button,
#video-gallery-button2,
#video-gallery-button3,
#video-gallery-button4,
#video-gallery-button5{
	cursor:pointer;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}


#video-gallery-button:hover,
#video-gallery-button2:hover,
#video-gallery-button3:hover,
#video-gallery-button4:hover,
#video-gallery-button5:hover {
    margin-top: -20px;
}


@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
a {
    color: orange;
}
a:hover {
    color: lightblue;
    text-decoration: none;
}
.modal {
	overflow: auto;
	color: #333;
}