/* INFOMEGO :: www.deportesvejer.com */
/* CONTENIDOS */
/* INICIALIZACION */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
/* ETIQUETAS */
body {
	background: #fff;
	cursor: default;
}
/* CONTENIDOS */
#contenidos {
	width: 600px;
	float: left;
	background-color: #ffffff;
	overflow: hidden;
}
#content{
	width: 550px;
	margin: 30px auto 50px auto;
}
#path{
	width: 550px;
	margin: 30px auto 0 auto;
	color:#999999;
	border-bottom: 1px dotted #999999;
	height: 20px;
	line-height: 20px;
}
#path a {
	font: 0.85em Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#999999;
}
#path a:hover {
	text-decoration: none;
	color:#999999;
}
.texto {
	width:550px;
	margin: 0 auto 30px;
	border-bottom: 1px dotted #999999;
	overflow: hidden;
}
.texto h1 {
	color:#336633;
	font: 1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
}
.texto h2 {
	margin: 0 0 20px;
	color:#336633;
	font: 1.1em Arial, Helvetica, sans-serif;	
}
.texto p {
	color: gray;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	text-align: justify;
}
.texto a {
	font: 1em Arial, Helvetica, sans-serif;
	color:#336633;
	text-decoration: none;
}
.texto a:hover {
	color:#ff9933;
}
.info {
	font: 0.75em Arial, Helvetica, sans-serif;
	color:#336633;
	text-decoration: none;
	float: right;
	margin: 0 0 10px;
	clear: both;
}
.info:hover {
	color:#ff9933;
}
.borde {
	width:550px;
	border-bottom: 1px dotted #999999;
	clear: both;
}
.texto ol{
	list-style-type: decimal;
	font: 1em Arial, Helvetica, sans-serif;
	color: gray;
	list-style-position: inside;
	margin: 0 0 10px 10px;
}
.texto ul{
	list-style-type: square;
	font: 1em Arial, Helvetica, sans-serif;
	color: gray;
	list-style-position: inside;
	margin: 0 0 10px 10px;
}
.texto .imgderecha {
	float:right;
	margin-left:25px;
	margin-bottom:25px;
}
.texto .imgcentrada {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:25px;
}
.cuadros {
	width: 250px;
	height: 150px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.cuadros h1 {
	color:#336633;
	font: 1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 30px;
}
.cuadros h2 {
	margin: 0 0 20px;
	color:#336633;
	font: 1.1em Arial, Helvetica, sans-serif;
}	
.cuadros ul{
	list-style-type: square;
	font: 1em Arial, Helvetica, sans-serif;
	color: gray;
	text-align: justify;
	list-style-position: inside;
	margin: 0 0 10px 10px;
}
.fotos {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.space {
	width: 600px;
	height: 30px;
	clear: both;
}