@CHARSET 'UTF8';
html,body{
	padding: 0;
	margin: 0;
}
html
{
	background-color:#a1caea;
}
body
{
	background: url('../img/bodyBack.png') repeat-x bottom #c3ddf1;
	font-family: Helvetica-Light, "Helvetica", Tahoma, Trebuchet MS; 
}
h1
{
	
}
p{
	
}

a
{
	
}
a img
{
	
}

#outer-wrapper
{
	
}
#header-wrapper
{
	height: 78px;
	width: 100%;
	background: url('../img/headerback.png') repeat-x;
}
#header-inner-wrapper
{
	width: 900px;
	margin: 0 auto;
}
#logo-titulo
{
	width: 385px;
	height: 27px;
	margin-top: 28px;
	margin-left: 15px;
}
#btnAcceso
{
	width: 76px;
	height: 29px;
	margin-top: 25px;
	float:right;
	margin-right: 25px;
}
#content-wrapper
{
	width: 850px;
	height: 1050px;
	padding: 20px;
	background: url('../img/panelBack.png') repeat-x bottom #fff;
	border:1px solid white;
	box-shadow: 0px 2px 4px #7bbae5;
	text-align: justify;	
	margin: 0 auto;
}
#content-wrapper h1
{
	font-size: 16pt;
	color: #008ed0;
	font-weight: normal;
	text-shadow: 0px 1px 2px #eee;
	margin: 0;
	padding: 0;
}
#content-wrapper p
{
	font-size: 10pt;
	color: #013d58;
	font-weight: normal;
	text-shadow: 0px 1px 2px #eee;
}
#main-wrapper
{

}

#sidebar-wrapper
{
	width: 208px;
	float:left;
	margin-left: 15px;
}
#main-content
{
	width: 580px;
}
.mailOftalmo
{
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	color:black;
}
.mailDr
{
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	color: #051f2a;
}
.drTexto, .drTexto a
{
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	color: #013d58;
}
.sepDiv
{
	background: url('../img/sepDiv.png');
	width: 582px;
	height: 8px;
	clear: both;
}
