strong {
	font-weight: bold;
}
a:link {
	outline:none;
	color:#2164C9;
	text-decoration : none;
}
a:active {
	outline:none;
	color:#2164C9;
	text-decoration : none;
}
a:visited {
	outline:none;
	color:#2164C9;
	text-decoration : none;
}
a:hover {
	outline:none;
	color:#88B0EC;
	text-decoration : none;
}
img {
	border: none;
	font-size: 14px;
}
body {
	margin:0;
	padding:0;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2F5B68;
	background-color:#E4E4E4;
}
p {
	margin:0;
	padding:0;
}
div#tit_1{
	font-size:18px;
	color:#88B0EC;
	padding:10px 85px 0 40px;
	margin:0;
}
div#sub_tit{
	padding:20px 0 10px 313px;
	font-size:15px;
}
h2 {
	color:#356775; /*3F7241; */
	font-size:x-large; 
	padding:0 0 20px 0; 
	margin:0;
}
h3 {
	color:#659B48; /*3F7241; */
	font-size:x-large;
	padding:5px 0 20px 0; 
	font-weight:lighter;
	margin:0;
}
h4 {
	color:#999999; /*3F7241; */
	font-size:larger;
	margin:0;
	padding:20px 0px 5px 0px; 
}
.tit {
	width:300px;
	height:23px;
	color:#FFFFFF;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal; 
	padding: 5px 0 0 10px;
	background:url(../img/main/tit_cen.jpg);
}
div#cen_izq{
	width:300px;
	font-size:9pt;
	margin-bottom: 10px;
	padding:0 0 5px 10px;
	background:url(../img/main/cen_bg.jpg) no-repeat right bottom;
	background-color:#ededed;
	border-bottom:1px solid #CCCCCC;
}
div#main_home{
	margin:30px 15px 0 15px;
	padding:5px;
	width:830px;
	float:left;
}
div#main{
	margin:15px 15px 0 15px;
	padding:5px;
	width:655px;
	float:left;
}
div#main_int{
	margin:0px 15px 5px 15px;
	padding:5px;
	width:820px;
	float:left;
}
div#right{
	margin:10px 10px 5px 10px;
	padding:5px;
	width:135px;
	float:right;
}
div#right_int{
	margin:10px 10px 5px 10px;
	padding:5px;
	width:290px;
	float:right;
}
.muestra{
	display:block;
}
.muestra_div{
	text-align:justify;
	padding:0px 0px 15px 15px;
}
.muestra_div ul{
	margin:0;
	padding:0px 0px 15px 15px;
}
.oculta{
	display:none;
}

.titulo_paper{
	color:#666666;
	font-size:12px;
}
.autor_paper{
	color:#444444;
	font-size:11px;
	font-style:italic;
}
/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	outline:none;
}
label {
	color:#999;
	cursor:pointer;
	outline: none;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
	outline: none;
}
/*Transparent items*/
.transparent {
	/*filter:alpha(opacity=0);*/
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../img/form/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../img/form/radio.gif) no-repeat left bottom;
}
/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../img/form/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../img/form/checkbox.gif) no-repeat left bottom;
}
/*Text inputs*/
.textinput, .textinputHovered {
	width:260px;
	height:15px;
	background:url(../img/form/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}
/*Text areas*/
.textarea, .textareaHovered {
	width:260px;
	height:152px;
	/*height:72px;*/
	background:url(../img/form/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../img/form/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../img/form/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../img/form/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6FA8A7;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #548989;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#548989;
	border-color:#446F6F;
}
/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:24px;
	color:#FFF;
	padding:2px 5px;
	background:url(../img/form/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	outline:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
	outline:none;
}
.buttonSubmit2, .buttonSubmit2Hovered {
	width:25px;
	height:24px;
	color:#FFF;
	background:url(../img/form/button2.gif) no-repeat left top;
	border:none;
	outline:none;
}
.buttonSubmit2Hovered {
	background-position:left bottom;
	outline:none;
}
/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
