html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: normal;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	vertical-align: baseline;
}

body {
	font-size: 11px;
	color: #7f7f7f;
	background: #f2f2f2;
	text-align: center;
}

div {
	position: relative;
	text-align: left;
}

#canvas {
	border: none;
	width: 915px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #7f7f7f;
}

a:hover {
	text-decoration: underline;
}

a.back {
	padding-left: 11px;
	background: transparent url(../images/common/back.gif) 0 50% no-repeat;
}

strong {
	font-weight: bold;
}

.closeCapa {
	float:right;
	margin: 4px;
}

.closeCapa:hover {
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

#simplemodal-overlay {
	background-color:#000;
}
#simplemodal-container {
	background-color:#fff; 
	border:4px solid #fff; 
	color: #f00;
	-moz-box-shadow: 0px 2px 10px #666;
	-webkit-box-shadow: 0px 2px 10px #666;
	box-shadow: 0px 2px 10px #666;
}

#simplemodal-container p {
	background: #08085a url(../images/common/bg_dialog.jpg) repeat-x 0 0;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 125%;
	padding: 30px;
}

#simplemodal-container .simplemodal-data a {
	display: inline-block;
	background: url(../images/common/button_dialog.jpg) no-repeat 0 0;
	margin: 14px 25px;
	padding: 6px;
	height: 22px;
	line-height: 22px;
	width: 88px;
	background-color: #fff;
	text-align: center;
	color: #999;
	font-weight: bold;
	zoom: 1;
}

#simplemodal-container .simplemodal-data a:hover {
	text-decoration: none;
	color: #777;
	background-position: 0 -34px;
}

#confirma-profesional {
	display: none;
}


