﻿/** HTML ELEMENTS **/
body {
font-size: 18px;
color: #000000;
background-color: #FFFFFF;
font-family: Verdana;
margin:0 0 0 0;
}

h1 {}
h2 {}
h3 {}
a  {}
a:visited {}
a:hover {}
p {}


/** CUSTOM CLASSES **/
#container {
width: fixed;
width: 900px;
margin:0 auto 0 auto;}

#header {
height: 150px;
text-align: center;
background-color: #282121;
border-bottom: solid 1px #000000;
}



#main_content {
color: #000000;
text-align: left;
background-color: #FFFFFF;
}

#footer 
{
	padding-top:30px;
height: 140px;
text-align: center;
background-color: #FFFFFF;
border-top: solid 1px #282121;
}

.textSingleRow 
{
	font-size:18px;
	color: #4F4F4F;
	height: 30px;
	width: 250px;
	border: solid 1px #D6D6D6;
}

textarea.textMultiRow 
{
	font-size:12px;
	color: #4F4F4F;
	height: 150px;
	width: 400px;
	border: solid 1px #D6D6D6;
}

.borderTop
{
	border-top: solid 1px #D6D6D6;	
}

.borderBottom
{
	border-left:none 0% #000000;
	border-top:none 0% #000000;
	border-right:none 0px #000000;
	border-bottom: solid 1px #D6D6D6;	
}

.borderBottomHead
{
	border-left:none 0% #000000;
	border-top:none 0% #000000;
	border-right:none 0px #000000;
	border-bottom: solid 1px #D6D6D6;	
	font-size: 14px;
	font-weight:bold;
}

.stepAcceso
{
	color: #E6E6E6;
	font-weight: bold;
	font-size: 16px;
	background-color: #282121;
	display:block;
	height:35px;
	padding-top:10px;
}

.stepSpento
{
	color: #282121;
	font-size: 16px;
	background-color: #E6E6E6;
	display:block;
	height:35px;
	padding-top:10px;
}

select.data
{
	font-size:18px;
	color: #4F4F4F;
	height: 30px;
	width: 150px;
	border: solid 1px #D6D6D6;
}

select.num
{
	font-size:18px;
	color: #4F4F4F;
	height: 25px;
	width: 60px;
	border: solid 1px #AAAAAA;
}

.btn
{
	font-size:18px;
	color: #275787;
	height: 35px;
	width: 100px;
	border: solid 1px #AAAAAA;	
}

.btn:hover
{
	text-decoration: underline;
	}
	
.btn:disabled
{
	text-decoration: none;
	color: #A1C0E0;
}

.textInfo
{
	font-size: 12px;
}