@charset "utf-8";
/*
Theme Name: Observatorio Virtual
URI: http://observatoriovirtual.com
Description: Obervatorio Virtual's Theme
Version: 4.4.2
Author: SecuenciaFi
Author URI: http://www.secuenciafi.com
*/
/* CSS Document */



.IndexBackground{
	background-image:url(../images/IndexBackground.jpg);
	background-size:cover;
	background-position:top;
}
.IndexTitle{
	color:#FFF;
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}
.Shadow{
	background-image:url(../images/shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.Subtitles{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size:24px;
}
.Date{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:16px;
}
.acotaciones{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:16px;
}
.no-pad{
	padding:0;
}
.Enfasis{
	color: #1b4e69;
	font-weight:600;
	font-family: 'Roboro', sans-serif;
}
.Body{
	color:#FFF;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.titulos{
	color:#000;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	font-size:40px;
}
.cuerpo{
	color:#000;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.datos{
	width:100%;
	padding: 4px 4px;
	background-color: #15374a;
	color:#FFF;
	border: none;
	transition-property:background-color;
	transition-duration: .2s;
	transition-timing-function: ease-in;
}
.datos:focus{
	background-color:#215F82;
}
.enviar{
	background-color:#6fc028;
	border: none;
	padding:2px 2px;
	color:#FFF;
	font-size:20px;
	transition-property:background-color;
	transition-duration: .2s;
	transition-timing-function: ease-in;
}
.enviar:hover{
	background-color: #15374a;
}
.contact{
	background-image:url(../images/ContactBG.png);
	background-position:center;
	background-size:cover;
}

.buttonpad{
	padding-top:6px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;
}
.dropdownpad{
	padding-top:6px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;

}
.dropdownpad2{
	padding-top:6px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;
}
.dropdownpad3{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:1px;
	padding-right:1px;
}

.menu{
	color:#FFF;
	background:#236f96;
	border:none;
	padding:4px;
	font-size:1px;
	margin-left:auto;
	margin-right:auto;
	transition-property:background;
	transition-duration: .2s;
	transition-timing-function: ease-in;
	width:90%;
}
.menu:hover{
	background: #36AAE5;
}

.footer{
	color:#b3b3b3;
	padding:10px;
	font-size:12px;
	font-weight:700;
	position: bottom;
}
.woops{
	color:#FFF;
	font-size:48px;
}
.error{
	color:#FFF;
}
.white{
	color:#FFF;
}
.transparente{
	background-image:url(http://www.observatoriovirtual.com/images/Transparente.png);
	padding:2px;
}
.transparente2{
	background-image:url(http://www.observatoriovirtual.com/images/Transparente.png);
	padding:2px;
}
.PostTitle{
	color:#000;
	font-weight: 700;
	font-size:36px;
	background-color:#FFF;
	font-family: 'Roboto', sans-serif;
}
.PostTitle:Link{
	color:#000;
	font-weight: 700;
	font-size:36px;
	background-color:#FFF;
	font-family: 'Roboto', sans-serif;
}
.PostTitle:Hover{
	color:#000;
	font-weight: 700;
	font-size:36px;
	background-color:#FFF;
	font-family: 'Roboto', sans-serif;

}
.NavigationPost{
	color:#FFF;
}
.PrevNext:link{
color:#594CFF;
}
.PrevNext:hover{
	color:#4FFF33;
}
.widget_search{
	color:#FFF;
}
.searchform{
	border-color:#CFC;
}
.widgettitle{

}
.widget_recent_entries{
	color:#FFF;
}
.widget_archive{
	color:#FFF;
}
.widget_categories{
	color:#FFF;
}
.widget:link{
	color:#FFF;
}
.widget_categories:link{
	color:#FFF;
}
.widget:hover{
	color:#FFF;
}
#s{
	background-color: #15374a;
	transition-property:background-color;
	transition-duration: .2s;
	transition-timing-function: ease-in;
	border: none;
	padding:5px;
}
#s:focus{
	background-color:#215F82;

}
#searchsubmit{
	background-color:#6fc028;
	border: none;
	padding:5px 10px;
	color:#FFF;
	transition-property:background-color;
	transition-duration: .2s;
	transition-timing-function: ease-in;

}
#searchsubmit:hover{
background-color: #15374a;
}
