﻿body 
{
	background-image:url(bgimages/bgweb.gif);
	background-repeat:repeat-x;
	background-color:#92d051;
	margin:0; text-align:center;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}

input
{
  border:solid 1px gray;}


.tdcabecera
{
	background-image:url(bgimages/bgcabecera.jpg);
}

.contenido
{
	width:800px;
	filter:;
	filter: alpha(opacity=75); 
	opacity: .85;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=75)progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=8); 
	border:solid 1px gray; background-color:white;
}

a.linkgris
{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a.linkverde
{
	font-family:Verdana;
	font-size:10px;
	color:#94c151;
	font-weight:bold;
	text-decoration:none;
}


/* Rounded Corners*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/* Rounded Corners*/
