div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td,body,input,textarea
{
	margin:0;
	padding:0;
}

li
{
	list-style:none;
}

h1,h2,h3,h4,h5,h6
{
	color: #000;
	font-size:100%;
	font-weight:600;
}

q:before,q:after
{
	content:'';
}

html
{
	background:#FFF;
	height:100%;
}

body
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color:#4f4f4f;
	font-size:14px;
	height:100%;
	line-height:20px;
	text-align:center;
	width:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Android Euclid, Roboto, Helvetica, Arial, sans-serif;
}


h2
{
	color:#000;
	font-size:36px;
	line-height:48px;
}

h3
{
	font-size:25px;
	line-height:32px;
	margin:1em 0 0 0;
	text-align:left;
}

h4
{
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin:1em 0 0 0;
	text-align:left;
}

.date
{
	color:rgb(128,128,128);
	color:rgba(0,0,0,0.5);
	margin:6px 0 6px 0;
	font-size:12px;
	font-weight:500;
	text-align:left;
}

.wrap
{
	height:100%;
	margin:0 auto;
	text-align:left;
	width:1000px;
}

.usergreeting
{
	color:#000;
	font-size:14px;
	font-weight:700;
	left:500px;
	line-height:16px;
	position:absolute;
	text-align:right;
	top:10px;
	width:440px;
}

a.userlinks
{
	color:#555;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
}

a.userlinks:hover
{
	text-decoration:underline;
}

.menu
{
	background:#DDD;
	height:19px;
	margin:1px 0 0;
	text-align:center;
	width:100%;
}

.body
{
	background:#FFF;
	text-align:center;
	width:100%;
}

.content-wrapper
{
	margin:0;
	position:absolute;
	top:91px;
	width:100%;
	min-height:calc(100% - 91px);
}

.content-wrapper-admin
{
	margin:0;
	position:absolute;
	top:111px;
	width:100%;
	min-height:calc(100% - 111px);
}

a:link
{
	color:#07B;
	text-decoration:none;
}

a:visited
{
	color:#07B;
	text-decoration:none;
}

a:hover
{
	color:red;
	text-decoration:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	text-align:left;
	font-size:16px;
}

table.columns
{
	background:#FFF;
	border-collapse:separate;
	border-spacing:24px;
	empty-cells:show;
	text-align:left;
	width:100%;
}

@media only screen and (max-width: 900px) {
	table.columns
	{
		border-spacing:20px;
	}
}

input
{
	background-color:#EEE;
	border:thin solid #CCC;
	color:#000;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:16px;
}

textarea
{
	background-color:#EEE;
	border:thin solid #CCC;
	color:#000;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:16px;
	width: 100%;
}

button
{
	color:#000;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	height: 44px;
	font-size: 16px;
}

select
{
	color:#000;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	height: 44px;
	font-size: 16px;
}

hr,.hrcolor
{
	background-color:#DDD;
	border:0;
	color:#DDD;
	height:1px;
}

img
{
	border:0;
}

.code
{
	background-color:#FFF;
	border:1px solid #000;
	color:#000;
	font-family:"courier new", "times new roman", monospace;
	font-size:small;
	line-height:1.3em;
	margin:1px auto;
	max-height:24em;
	overflow:auto;
	padding:1px;
	white-space:nowrap;
	width:99%;
}

.highlight
{
	background-color:#FF0;
	color:#000;
	font-weight:700;
}

.pie
{
	background:#E0E0E0;
	background:rgba(224,224,224,0.96);
	color:#000;
	padding:4px 20px;
}

.footer
{
	background:#000;
	color:#FFF;
	margin:0;
	padding:4px 6px;
	width:100%;
}

footer
{
	position:absolute;
	width:100%;
	bottom:0;
}

.menuBar a.newmenucurrent
{
	background:#FFF;
	border:1px solid #FFF;
	color:#444;
	height:18px;
}

.menuBar a.newmenucurrent:hover
{
	background:#FFF;
	border:1px solid #FFF;
	color:#444;
	height:18px;
}

.menuBar a
{
	background:#F4F4F4 url(https://stratos-ad.com/gfx/menuBarBackground.png);
	border-bottom:1px solid #DDD;
	border-right:1px solid #C8C8C8;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#369;
	font-size:13px;
	font-weight:600;
	margin:0 0 0 1px;
	padding:1px 10px;
	line-height:17px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	height:17px;
	box-sizing:content-box;
	display:inline-block;
}

.menuBar a:hover
{
	background:#FFF8F0 url(https://stratos-ad.com/gfx/menuBarBackground.png);
	border-bottom:1px solid #E5E5E5;
	border-right:1px solid #C8C8C8;
	color:#F80;
}

.menuBarTop
{
	background:url(https://stratos-ad.com/gfx/menuBarBackground.png);
}

a.userdata
{
	font-family:wf_SegoeUI, 'Segoe UI', Segoe, 'Segoe WP', "Helvetica ", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:12px;
	margin:10px 5px 5px;
	text-decoration:none;
	color:#369;
}

a.userdata:hover
{
	color:red;
}

p.username
{
	color:#000;
	font-size:18px;
	font-weight:700;
	line-height:18px;
	margin:10px 5px 5px;
}

.lateral
{
	font-size:16px;
	line-height:22px;
	padding:8px;
	text-align:center;
}

a.gris
{
	color:#000;
	text-decoration:none;
}

a.gris:hover
{
	color:#000;
	text-decoration:underline;
}

.window
{
	border:1px solid #CCC;
	background-color:#FFF;
	border-radius:5px;
	text-align:left;
	line-height:20px;
	margin:0 0 24px 0;
}

.windowNoBorder
{
	text-align:left;
	line-height:20px;
	margin:0 0 24px 0;
}

.windowHeader
{
	color:#000;
	background:#EAEAEA url(https://stratos-ad.com/gfx/windowTitleBackground.gif);
	background-repeat:repeat-x;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-weight:400;
	line-height:22px;
	font-size:16px;
	padding:6px;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}

h3
{
	display:inline;
}

.windowHeaderBorder
{
	border:1px solid #CCC;
	background:#EAEAEA url(https://stratos-ad.com/gfx/windowTitleBackground.gif);
	background-repeat:repeat-x;
	border-radius:5px;
	font-weight:600;
	line-height:14px;
	padding:6px;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}

.windowBody
{
	border:0;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	margin:0;
	padding:8px;
}

.highlightedWindowBody
{
	background:#FF8;
	border:0;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	margin:0;
	padding:8px;
}

table.window tr
{
	background:#FFF;
	font-weight:400;
	padding:5px;
}

table.window td
{
	padding:5px;
}

table.list
{
	border:1px solid #CCC;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

table.list th
{
	background:#EAEAEA url(https://stratos-ad.com/gfx/windowTitleBackground.gif);
	background-repeat:repeat-x;
	border:1px solid #CCC;
	font-weight:400;
	line-height:22px;
	font-size:16px;
	padding:4px;
	text-transform:uppercase;
	vertical-align:middle;
	border-left:none;
	border-right:none;
}

table.list td
{
	border:1px solid #CCC;
	padding:4px;
	text-align:justify;
	vertical-align:top;
	border-left:none;
	border-right:none;
	font-size:16px;
	line-height:22px;
}

table.list tr
{
	background:#FFF;
	font-weight:400;
}

td.listHighlight
{
	background:#FF8;
	border:1px solid #EEE;
	font-weight:400;
	padding:8px;
	text-align:justify;
	vertical-align:top;
	width:auto;
	border-left:none;
	border-right:none;
}

.noticia
{
	color:#000;
	font-size:16px;
	line-height:22px;
	margin:5px 0 5px 0;
	text-align:justify;
}

p.nombres
{
	color:#5C7A3C;
	font-size:16px;
	line-height:21px;
	margin:5px;
	text-align:left;
}

.boton
{
	background-color:#DDD;
	border:#555 thin solid;
	color:#555;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:16px;
	padding:1px;
}

.banner
{
	padding:3px;
}

a.importantLink
{
	font-weight:700;
}

div#header-fixed
{
	background:#E0E0E0;
	background:rgba(224,224,224,0.96);
	height:91px;
	margin:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100000;
}

div#header-fixed-admin
{
	background:#E0E0E0;
	background:rgba(224,224,224,0.96);
	height:111px;
	margin:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100000;
}

@media only screen and (max-width: 900px) {
	div#header-fixed
	{
		height:54px;
	}

	div#header-fixed-admin
	{
		height:54px;
	}
}

.thumbnail180
{
	margin:0;
    width:199px;
    height:199px;
    background-position:center center;
    background-repeat:no-repeat;
	background-size:cover;
    overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

/* Set the image to fill its parent and make transparent */
.thumbnail180 img
{
   min-height:100%;
   min-width:100%;

   /* IE 8 */
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   /* modern browsers */
   opacity:0;
}

.smalltext
{
	font-size:16px;
	line-height:22px;
	color:#aaa;
}

/* Validation Icon Sprites */

#validationIcons
{
	position:relative;
	height:31px;
}

#validationIcons li
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}

#validationIcons li, #validationIcons a
{
	display:block;
	height:31px;
	width:88px;
}

#validHTML5
{
	left:0px;
	background:url('https://stratos-ad.com/gfx/validation-icons.png') 0 0;
}

#validCSS
{
	left:95px;
	background:url('https://stratos-ad.com/gfx/validation-icons.png') 0 -31px;
}

#validRSS
{
	left:190px;
	background:url('https://stratos-ad.com/gfx/validation-icons.png') 0 -62px;
}

@media only screen and (max-width: 900px)
{
	#validationIcons li, #validationIcons a
	{
		height:16px;
		width:44px;
	}

	#validHTML5
	{
		left:0px;
		background:url('https://stratos-ad.com/gfx/validation-icons.png') 0 0;
		background-size: 100%;
	}

	#validCSS
	{
		left:51px;
		background:url('https://stratos-ad.com/gfx/validation-icons.png') 0 -31px;
		background-size: 100%;
	}

	#validRSS
	{
		left:102px;
		background:url('https://stratos-ad.com/gfx/validation-icons.png') 0 -62px;
		background-size: 100%;
	}
}

#synchrnzrLogo
{
	background:url('https://stratos-ad.com/gfx/sprite1.png') 0 -62px;
}

#islawebLogo
{
	background:url('https://stratos-ad.com/gfx/sprite1.png') 0 -57px;
}

#communityIcons
{
	position:relative;
	margin:auto;
	width:477px;
	height:35px;
}

#communityIcons li
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}

#communityIcons li, #communityIcons a
{
	display:block;
}

#planetStratosLogo
{
	display:block;
	background:url('https://stratos-ad.com/gfx/sprite1.png') 0 -93px;
	left:327px;
	width:150px;
	height:35px
}

#dibujandoLogo
{
	display:block;
	background:url('https://stratos-ad.com/gfx/sprite1.png') 0 -57px;
	left:88px;
	width:95px;
	height:35px;
}

#comunidadgmLogo
{
	display:block;
	background:url('https://stratos-ad.com/gfx/sprite1.png') 0 -129px;
	left:199px;
	width:112px;
	height:35px;
}

#foro3DLogo
{
	display:block;
	background:url('https://stratos-ad.com/gfx/sprite1.png') 0 -165px;
	left:0px;
	width:77px;
	height:35px;
}

#planetStratosLogo a
{
	display:block;
	width:150px;
	height:35px
}

#dibujandoLogo a
{
	display:block;
	width:95px;
	height:35px;
}

#comunidadgmLogo a
{
	display:block;
	width:112px;
	height:35px;
}

#foro3DLogo a
{
	display:block;
	width:77px;
	height:35px;
}

u
{
	text-decoration:none;
}

.truncate
{
  display:block;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.black
{
	color:#000;
}

.rightSTIcons
{
	float:right;
	height:19px
}

.collaboratorContact
{
	display:block;
}

.mainTable
{
  max-width: 1234px;
  width: calc(100% - 40px);
	border-spacing:0;
	padding:0;
	border-collapse:collapse;
	height:70px;
	margin:0 auto;
}

.mainTableLogo
{
	width:250px;
	vertical-align:top;
	line-height:10px;
}

.mainTableUserCell
{
	height:40px;
	text-align:right;
	vertical-align:top;
	line-height:10px
}

.lateralSmallText
{
	font-size:11px;
}

.fullWidth
{
	width:100%;
}

.noPad
{
	padding:0;
}

.joobleBanner
{
	width:100%;
	height:60px;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

.joobleLogo
{
	border:0px;
	float:left;
	padding:9px 10px 0px 0px;
}

.centered
{
	text-align:center;
}

.leftAligned
{
	text-align:left;
}

.topAligned
{
	vertical-align:top;
}

.communityDiv
{
	text-align:center;
	height:35px;
}

.boldFont
{
	font-weight:bold;
}

.avatarCell
{
	width:50px;
	vertical-align:top;
}

.sideColumn201
{
	width:201px;
	vertical-align:top;
	text-align:center;
}	

.sideColumn280
{
	width:280px;
	vertical-align:top;
	text-align:center;
}	

.sideColumn225
{
	width:225px;
	vertical-align:top;
	text-align:center;
}	

.menuBar
{
	text-align:center;
}

@media only screen and (max-width: 900px) {
	.content-wrapper
	{
		top:54px;
		min-height:calc(100% - 54px);
	}

	.content-wrapper-admin
	{
		top:54px;
		min-height:calc(100% - 54px);
	}

	#validHTML5
	{
		display:none;
	}

	#validCSS
	{
		display:none;
	}

	#validRSS
	{
		display:none;
	}
}

@media only screen and (max-width: 1024px) {
    .sideColumn201
	{
		width:0px;
		height:0px;
		visibility:hidden;
		display: none;
	}

	.sideColumn225
	{
		width:0px;
		height:0px;
		visibility:hidden;
		display: none;
	}

	.sideColumn280
	{
		width:0px;
		height:0px;
		visibility:hidden;
		display: none;
	}

	.menuBar a
	{
		background:#F4F4F4;
	}

	.communityDiv
	{
		width:0px;
		height:0px;
		visibility:hidden;
	}
}

.mainPageTable
{
	table-layout:fixed;
	max-width:1280px;
	border-collapse:separate;
	border-spacing:24px;
	margin:0 auto;
}

.joblist ul
{
	list-style-type:circle;
	text-align:left;
}

.soundcloudFrame
{
	border:none;
	overflow:hidden;
}

.margin4px
{
	margin:4px;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.gllpMap
{
	width:400px;
	height:250px;
}

table.login
{
	border:0;
	margin-left:auto;
}

.rightAligned
{
	text-align:right;
	padding:0;
}

.dataForm
{
	text-align:left;
}

.dataFormCell
{
	padding: 16px 0;
}

.dataFormCaption
{
	color: #000;
	font-size: 18px;
	padding: 8px 0;
}

.dataFormCheckbox
{
	height: 44px;
}

input[type="text"] {
	height: 24px;
	padding: 10px;
    width: calc(100% - 20px);
}

input[type="textarea"] {
	padding: 10px;
    width: calc(100% - 20px);
}

@media only screen and (max-width: 900px) {
	.onlyDesktop {
		display: none;
	}
}

@media only screen and (min-width: 900px) {
	.onlyMobile {
		display: none;
	}
}

#avisoAdblocker {
	display: none;
	position: fixed;
	bottom: 0 !important;
	left: 50% !important;
	margin-left: -250px; /* Negative half of width. */
	/* margin-bottom: 10px; */
	padding: 20px 10px;
	background: #D30000;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 250px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgba(0.1, 0.1, 0.1, 0.85); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  transform: translate(-250px, 0);
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 8px 10px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #aaa;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ffffff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenavShown {
	transform: translate(0, 0);
}

.footerText {
	display: inline-block;
	padding: 3px 10px 0 0;
}

.joobleWrapper {
	width:172px;
	margin:auto;
	padding:2px
}