/****************CSS default.css****************/
/***********************************************/
*{
	font-family: "Lucida Sans", arial;
}

a,a:hover,a:focus
{
	text-decoration: none;
}

a
{
	color: rgba(255,89,76,1);
}

a:hover
{

}

.trs
{
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}

.trs:hover
{
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}

.tbspace
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.rlspace > li
{
	margin-right: .3em;
	margin-left: .3em;
}

html,body
{
	background: rgba(30,40,50,1) url("triangles.png") repeat;
	height: 100%;
}

body > div.well:last-child, body > div.well:first-child 
{
	border-radius: 0;
	color: #eb5d4e;
}

body > div.well:last-child > div.row > div > h2
{
	font-size: 1.1em;
	font-weight: normal;
	line-height: 6px;
}

body > div.well:last-child > div.row > div > h2:last-child
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 6px;
}

body > div.well:last-child > div.row > div > h2 > a
{
	font-weight: bold;
}

body >	div.container > div.row > a > div
{
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(255,255,255,.1);
}

body > div.container
{
	height: 100%;
	font-size: 1em;
}

body > div.container > div.row
{
	margin-top: 3em;
	margin-bottom: 3em;
}

body > div.container > div.row > div
{/*interior de la siguiente capa de la fila*/}

#logo
{
	width: auto;
	height: auto;
}

#logo > a > img
{
	width: 20%;
	height: 20%;
}

#logo > a > img:hover
{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

div.well:first-child > div.row > div > h1 {
	width: 20%;
}

#back
{
	background-color: rgba(127,128,129,0.1);
	position: absolute;
	height: 100%;
}

p
{
	font-size: 1.2em;
}

.bckgrnd-trns
{
	background-color: rgba(067,068,069,.1);
}

.bckgrnd-trns:hover
{
	background-color: rgba(067,068,069,0);
}

.30w
{
	width: 30%;
}
.70w
{
	width: 70%;
}