html {
	position: relative;
	min-height: 100%;
}

body {
	/* always show vertical scroll, to avoid center jumps*/
	overflow-y: scroll;
	font-family: 'Roboto', serif;
	/*
	http://stackoverflow.com/questions/19288546/how-can-i-prevent-body-scrollbar-and-shifting-when-twitter-bootstrap-modal-dialo
	*/
	padding-right: 0px !important;
	margin-right: 0px !important;
}

.btn-responsive-text {
	white-space: normal !important;
	word-wrap: break-word !important;
	word-break: normal !important;
}

/* small screen , condensed menu*/
#my-tabs {
	margin-top: 40px;
}

/* medium screen, two lines menu */
@media ( min-width :768px) {
	#my-tabs {
		margin-top: 170px;
	}
}

/* big screen, one lines menu*/
@media ( min-width :1200px ) {
	#my-tabs {
		margin-top: 50px;
	}
}

#proyectos img {
	margin-right: 15px;
}

#redes-sociales img {
	margin-right: 15px;
}



.modal-open {
	/*
	http://stackoverflow.com/questions/19960162/bootstrap-3-modal-fires-and-causes-page-to-shift-to-the-left-momentarily-brows
	*/
	overflow-y: scroll;
}


.show {
	display: block;
}
.page-header {
	border-bottom-width: 0px;
	margin-bottom: 1px;
}

#small-screen-menu {
	margin-top: 26px!important;
}

.small-picture {
	width: 68px;
	height: 51px;
}

.footer {
	position: static;
	bottom: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.footer .container {
	background-color: #f5f5f5;
}

.extra-space-bottom {
	margin-bottom: 20px;
}

.extra-space-top {
	margin-bottom: 20px;
}

li {
	margin: 15px;
}

p code {
	display: block;
	width: 600px;
}

#iframe-modal {
	width: 100%;
	height: 100%;
	border: none;
}

.modal-body {
	height: 550px;
}

#windowstatus {
	text-align: left;
}

.modal-backdrop {
	/* fixing a bug in cosmo=metro*/
	z-index: -1 !important;
}

a[ng-click]{
	/* so links without href do not have a text cursor*/
    cursor: pointer;
}