/* Folla de estilo xeral de Linux-Galicia */
body {
	text-align:center;
	background:#E0E9E9;
}
img {border:0px solid}
a, a:link { color: #00f; text-decoration:none;}
a:visited { color: #777; text-decoration:none;}
a:hover, a:focus { color: #fc0; }
a:active { color: #600; }
.outer {
	width:80%;
	background:#ffffff;
	margin:auto;
	text-align:center;
	/* border:1px solid #000; */
}
.inner {
	width:320px;
	height:150px;
	margin:5px; 
	border:0px solid #000;
}
.title {	
		width:70%;
		margin:auto;
		text-align:center;
		font-size : 150%;
		color : #ffffff;
		font-weight : bold;
		background : #33415D;
	}
#maintitle {	
		width:70%;
		margin:auto;
		text-align:center;
		font-size : 150%;
		color : #ffffff;
		font-weight : bold;
		background : #377CB1;
	}

* html .inner {display:inline}/* ie */
html>body #outer {display:table}/* mozilla */
html>body .inner {display:table;float:left}/* mozilla */
/* opera 7 */
/* @media all and {
html>body .inner {display:inline-block;float:none;}
}*/

/* Esquinas redondeadas */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
