/* Inscripciones CSS */

body, p, input, select, textarea, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6a6a6a;
	text-align:left;
}

input  {
	border: 1px solid #7f9db9;
	width: 250px;
	height: 20px;
	margin:0px;
	padding: 2px;
}

#inputInTable {
	width: 100px;
}

textarea {
	width:250px;
	margin:0px;
	padding:2px;
}

th {

	vertical-align:top;
}

a {
	color: #6a6a6a;
	text-decoration: underline;
}

a:hover {text-decoration:underline}

textarea, select{
	border: 1px solid #7f9db9;
}

h1, h2 {
	font-size: 15px;
	font-weight: bold;
	text-align:left;
	position: relative;
	top: 25px;
	left: 70px;
	width:650px;
}

h2 {
	font-size: 12px;
	top: -5px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	text-align:left;
}

h4 {
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	margin-bottom: 25px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #6a6a6a;
	margin:0px;
	padding:0px;
	padding-top: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align:left;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	position: relative;
	top: 15px;
	left: 25px;
	width:650px;
}

#Container {
	position:relative;
	margin:0px auto;
	width:800px;
}

#button {
	cursor: pointer;
	background-color:#b3b3b3;
	border: none;
	color:#333333;
	font-size: 11px;
	width:auto;
	margin-top: 10px;
	padding: 0px;
	height:auto;
}

#button:hover {
	color: #000000;
}

#radiobutton {
	width: 13px;
	border: none;
}

#Header {
	height: 113px;
	width: 800px;
	color: #6a6a6a;
	position:relative;
	background-image:url(imatges/header.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#miniHeader {
	height: 56px;
	width: 800px;
	color: #6a6a6a;
	position:relative;
	background-image:url(imatges/miniheader.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#logo_congreso {
	text-align: left;
	margin-top: 20px;
}

#nombre_congreso {
	margin-top: 15px;
	border: 1px solid #7f9db9;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	
}
