﻿/**********************************
**     SERCOGUA GROUP © 2008     **
** Todos los derechos reservados **
**     Powered by Pop Studios    **
**********************************/


body {
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,sans-seriff;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
h3{
	font-size: 14px;
	border-bottom: 1px dashed #ce2e2e;
	margin: 5px 0px;
	font-weight: bold;
	color: #ce2e2e;
}
h2{
	font-size: 16px;
	border-bottom: 1px dashed #ce2e2e;
	margin: 5px 0px;
	font-weight: bold;
	color: #ce2e2e;
}
a{
	color: #ce2e2e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.an{
	color: #323f93;
	text-decoration:none;
}
a.an:hover{
	text-decoration:underline;
}
p{
	text-align: justify;
	margin: 5px 0px; 
}
#content td{
	height:30px;
}
#content td.req{
	color:#ce2e2e;
}
#wrap{
	width: 900px;
	margin: 10px auto;
}
#languages{
	text-align:right;
	height: 20px;
}
#header{
	width: 900px;
	height: 225px;
	margin: 0px 0px 10px 0px;
}
#image{
	margin: 0px 0px 10px 0px;
	width: 228px;
	border: 0px;
	float: left;
}
#content{
	margin: 0px 0px 10px 0px;
	width: 652px;
	padding: 10px;
	float: right;
	/*height: 385px;
	overflow: auto;*/
}
#rcolumn{
	width: 214px;
	margin: 0px 0px 0px 22px;
	float:right;
}
#lcolumn{
	width: 664px;
	float: left;
}
#box{
	border-top: 1px solid #ce2e2e;
	margin: 10px 0px;
}
#loginbox{
	border-top: 1px solid #ce2e2e;
	margin: 10px 0px;
	font-size: 11px;
}
#footer{
	width: 900px;
	padding: 5px 0px;
	border-top: 1px solid #ce2e2e;
	font-size: 10px;
	text-align: center;
}
#newsBoxes a{
	color:#999999;
}
.textfield{
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 170px;
	font-size:12px
}
.textfieldd{
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 20px;
	font-size:12px
}
.textfieldre{
	border: 1px solid #C2E2E2;
	height: 15px;
	width: 170px;
	font-size:12px
}
.textfieldb{
	border: 1px solid #CCCCCC;
	height: 50px;
	width: 170px;
	font-family: Verdana,Arial,Helvetica,sans-seriff;
	font-size: 12px;
	overflow: auto;
}
.textfieldbre{
	border: 1px solid #C2E2E2;
	height: 50px;
	width: 170px;
	font-family: Verdana,Arial,Helvetica,sans-seriff;
	font-size: 12px;
	overflow: auto;
}
.selectbox{
	border: 1px solid #C2E2E2;
	height: 20px;
	width: 170px;
	font-size: 11px;
}
.selectboxd{
	border: 1px solid #C2E2E2;
	height: 20px;
	width: 90px;
	font-size: 11px;
}
.btnd{
	background-image: url(img/submit_disabled.gif);
	height: 21px;
	width: 55px;
	border:0px;
	font-size:10px;
}
.btna{
	color: #000000;
	background-image: url(img/submit.gif);
	height: 21px;
	width: 55px;
	border:0px;
	font-size:10px;
}
.btna:hover{
	color: #666666;
	background-image: url(img/submit.gif);
	height: 21px;
	width: 55px;
	border:0px;
	font-size:10px;
}