body {
	margin: 0;
	padding: 0;
	background: #d8e4be url('/images2/body_gradient.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
}

.verde {
	color: #91C21D;
	font-weight: bold;
}

.resaltado {
	color: #2BA7E0;
	font-weight: bold;
}

td.resaltado {
	color: #2BA7E0;
	font-weight: bold;
	font-size: 10px;
	padding-right: 10px;
}

#main-container {
	width: 900px;
	margin: 0 auto;
}

#top-container {
	margin-top: 15px;
	height: 15px;
	background: url('/images2/border_top.jpg');
}
#middle-container {
	background: url('/images2/border_middle.jpg') repeat-y;
}
#bottom-container {
	height: 15px;
	background: url('/images2/border_bottom.jpg');
}
#header {
	height: 144px;
	background: url('/images2/logo.jpg');
}
#main-pane {
	width: 870px;
	margin-left: 15px;
	margin-right: 15px;
}

#panes {
	margin-top: 10px;
	width: 100%;
}

#left-pane p {
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
}

#right-pane {
	width: 340px;
}

#left-pane ul {
	list-style-image: url('/images2/bullet.png');
}

#left-pane li {
	margin-bottom: 10px;
}

#left-pane h1 {
	color: #074A64;
	font-size: 14px;
	font-weight: bold;
	/* background-color: #CFEFFC; */
	/* border: 1px solid #C7C7C7; */
	padding: 10px 10px 5px 10px; 
}

#footer {
	clear: both;
	padding: 10px;
	color: #171717;
	letter-spacing: 1px;
	background: #CCCCCC;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
}

#formulario {
	width: 340px;
	text-align: left;
	background: url('/images2/bg_formulario.jpg') no-repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	height: 324px;
}

#video-1 {
	width: 340px;
	text-align: left;
	background: url('/images2/bg_formulario.jpg') no-repeat;
	height: 324px;
}

#fo {
	margin-top: 20px;
	margin-left: 20px;
}

#fo .lbl {
	padding-right: 10px;
	text-align: right;
}

#fo .lbl img {
	border: 0;
	padding-top: 10px;
	margin: 0;
}

.condiciones {
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

.btnContinuar {
	font-weight: bold;
}
.btnContinuar a {
	color: #91C21D;
	text-decoration: none;
	font-size: 20px;
}

.cuestionario {
	margin-left: 20px;
}

.cuestionario select {
	border: 1px solid #2BA7E0;
	padding: 2px;
	color: #757575;
	background-color: #E3F2FB;
	margin-top: 10px;
}

#imc {
	width: 40%;
	margin-left: 20px;
}
#imc td {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#acceso-personal {
	color: #074A64;
	font-size: 14px;
	font-weight: bold;
	background-color: #CFEFFC;
	border: 1px solid #C7C7C7;
	padding: 5px 10px 5px 10px;
}

.marco form {
	display: inline;
}

.marco input {
	border: 1px solid #2BA7E0;
	padding: 2px;
	margin-top: 10px;
	color: #757575;
	background-color: #E3F2FB;
}

.acceso-personal a {
	color: #91C21D;
	font-weight: bold;
	text-decoration: none;
}

