body {
	margin: 20px 0;
	background: url(imagenes/bg.jpg);
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3 {
	color: #333333;
	text-align:center;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
	text-align:left;
}


a {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* Boxed Style */

table.tabla {
border: dotted 1px #636363;
display: table;
border-collapse: collapse;
border-spacing: 2px;
color:#FF0000;
margin:0 10px 0 10px;
}
*/
.texto {
 border:1px dashed;
 width:295px;
 background-color:#EAEAEA;
 text-align:left;
 margin:0 10px 0 10px;
 text-transform:uppercase;
}

.txtro {
 border:1px dashed;
 width:200px;
 background-color:#EAEAEA;
 text-align:left;
 margin:0 10px 0 10px;
 text-transform:uppercase;
}


#menuv {
	border: 1px solid #000099;
	border-width: 1px 1px 0 1px;
	width: 150px;
	/*font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif; */
}
#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	border-bottom: 1px solid #000099;
}

#menuv a {
	text-decoration: none;
	color: #000000;
	background:#EEEEEE; 
	display: block;
	padding: 3px 6px;
	width: 138px;
}

#menuv a:hover {
	background: #DDDDDD;
	color: #FF0000;
}
