@charset "utf-8";
/* CSS Document */


ul {
	list-style: square;
}
h2 {
	color: #666;
	font-size: 18px;
}

h3 {
	margin-bottom: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
  	padding-top: 20px;
	font-size: 14px;
	width: 380px;
}

h5 {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
}

#content {
	color: #000;
	margin: 20px;
}

#content li {
	margin-left: 40px;
	margin-top: 10px;
}

#content p {
	margin-top: 20px;
	text-align: justify;	
}

.menu{
	font-style: oblique;
	
}
#content img.center {
  	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.menu_opcion {
	font-style: oblique;
}

.radio {
	font-style: oblique;
}

.button {
	font-style: oblique;
}
.nota {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	background-color: #FFFFCC;
	background-image:url(idea.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content img {
    vertical-align: middle;
}

#volver {
	float: right;
	color: #000000;
	margin: 10px 10px 10px 10px;
}

#volver img {
	border: none;
	vertical-align: text-top;		
	padding-right: 5px;
}


