/* Esteban Rao */

/* @group Main */

#div_test {
	text-align: left;
	background-color: #9cffba;
	border: 2px solid #7ac894;
	overflow: hidden;
	width: 200px;
	padding: 5px;
	margin: 0 auto;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
}

a img {
	border: none;
}

#top-panel {
	background:#FFFFFF;
	text-align:center;
	width: 100%;
	padding: 20px 0;
}

#bg-deg {
	background: url(images/bg_main_deg.png) repeat-x;
	width: 100%;
	height: 300px;
	text-align: center;
}

#main-logo {
	height: 100px;
	text-align: center;
}

#bottom {
	height: 200px;
	text-align: center;
	vertical-align: bottom;	
}

#design-over {
	width: 100%;
	text-align: center;
	position: relative;
	top: -70px;
	/*visibility: hidden;*/
}

/* @end */

/* @group Texto */

.gris_bor {
	color: #4f4f4f;
	border-bottom: 1px dotted #4f4f4f;
	cursor: help;
	font-size: 1.1em;
}

.gris {
	color: #4f4f4f;
	font-size: 1.1em;
}

.azul {
	color: #187a9a;
	font-size: 1.1em;
}

.verde {
	color: #0b760b;
	font-size: 1.1em;
}

/* @end */
