@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}


body {
	font-size: 1.0em;
}

#contenidos{
	float:left;
	width:815px;
	min-height: 400px;
	background-color: #FFFFFF;
	}

* html #contenidos{ /*IE only style*/
height: 400px;
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 20px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d0001b;
	font-weight: bold;
}

th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

p {
	padding: 0px 20px 0px 20px;
	line-height: 1.6em;
}
.textonormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}

.FONTBOTON
		{
			border:1px solid #7b8185;
			width:108px;
			height:18px;
			background-color:#EDE9D7;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 14px;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #7b8185;
			text-decoration: none;
			padding-left:3px;

		}
