/*************** Fixes y Bugs *******************/
.FloatContainer:after{
content: "."; 
display: block; 
height: 0; 
font-size:0;	
clear: both; 
visibility:hidden;
}
.FloatContainer{display: inline-block;} 

/* Hides from IE Mac \*/
* html .FloatContainer {height: 1%;}
   .FloatContainer{display:block;}
/* End Hack */ 


/*ONLY FOR IE*/

.FloatContainer2{display: inline-block;} 
/* Hides from IE Mac \*/
* html .FloatContainer2 {height: 1%;}
.FloatContainer2{display:block;}
/* End Hack */

/* \*/
* html .Layout { height: 1%; }/* */
/*********END Fixes y Bugs ****************/

.Clear{
	clear:both
}

body
{
	color: #747679;
	margin: 4px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}
img
{
	border: 0;
}

table
{
	border: none;
}
p
{
	padding-top:4px;
	font-size: 12px;
	margin: 4px;
	line-height: 16px;
}
ul
{
	font-size: 12px;
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 17px;
	list-style-type: square;
}

li
{
	margin: 0px 0px 4px 0px;
}

a, a:visited {
	font-weight: normal;
	color: #747679;
	text-decoration:underline;
}

a:hover {
	color: #E0218A;
	text-decoration:underline;
}


h1
{
	font-size: 20px;
	font-weight: normal;
	color: #E0218A;
	margin: 15px 0px 15px 0px;
	width: 385px;
	padding: 0px;
	float:left;
}
* html h1
{
	margin-right: 0px;
}

h1 span.Subtitulo { 
  font-size: 14px;
  float:left;
}
h2 {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
	border-bottom:1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	background-color:transparent!important;
	padding:0px;
	width:100%;
	float:left;
	display: inline
}


h3
{
	margin:0px;
	padding:0px 3px;
	font-size:13px

}
h4{
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px 12px 13px;
	color: #595959;
}
form
{
	margin: 0px 0px 0px 0px;
}
fieldset
{   border:0px solid #F3F3F3;
	padding: 0px;
	margin:0px;
}
legend
{ 
	margin: 0px;
	padding: 0px
}

label { 
	background-color: #ffffff;
	color:#707276;
	padding: 5px;
	margin-top:4px;
	display: block;
	font-weight:bold;
}
textarea
{
	font-family: Arial;
	font-size: 12px;
	border: solid 1px #B0B1B3;
	width: 200px;
	height: 80px;
	overflow: auto;
}
input
{
	vertical-align: middle;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	color:#003366
}
select
{
	vertical-align: middle; 
	border: solid 1px #B0B1B3;
	font-family: Arial;
	font-size: 13px;
	width: 138px;
}
abbr
{
	text-decoration: none;
	border-bottom: none;
}
input.Text
{
	border: solid 1px #B0B1B3;
	padding:2px;
}

input.Error
{
	border: solid 1px #E0218A;
}

input.File {
	position: relative;
	border: solid 1px #B0B1B3;
	padding:2px;
	height:20px
}


#Container
{
	margin: 0px auto 0px auto;
	width: 989px;
	/* para quitar el border general borrar "border" y "padding"*/
	border: 0px solid #A6A6A6;
	padding: 4px;
	background-color: #ffffff;
}

#ContentPanel
{
	margin: 0px 0px 0px 0px;
	
}	

#ContentPanel2
{
	margin: 0px 0px 0px 0px;
	

}	

#Content
{
	float: left;
	width: 589px;
	margin: 0px 0px 0px 21px;
	
}

* html #Content
{
	margin: 0px 0px 0px 18px;
	
}

/*#ContentFixed
{
	float: left;
	width: 589px;
	margin: 0px 0px 0px 21px;
}
* html #ContentFixed
{
	/*Fix Internet explorer 6 o menor: 3px de margenes inventados*/
	/*margin-left: 194px;*/
	/*margin: 0px 0px 0px 18px; 
}*/

#ContentFull
{
	float: left;
	width: 770px;
	margin: 0px 0px 20px 21px;
}
* html #ContentFull
{
	/*Fix Internet explorer 6 o menor: 3px de margenes inventados*/
	/*margin-left: 194px;*/
	margin: 0px 0px 0px 18px;
}

#Feed a.Boton {
	
}

#Feed #Access {
	float:right; 
	width:200px;
	text-align:right;
	margin:5px 0px 5px 0px;
	padding-top:4px;
	background-image:url(../images/UsserAccess.gif);
	background-repeat:no-repeat;
	background-position:65px;
	height:20px;
}

#Feed #Access a{
  color:#E0218A;
  text-decoration:none;
  font-weight:bold;
}

#Feed #Access a:hover{
  color:#E0218A;
  text-decoration:underline;
  font-weight:bold;
}

#Feed #Logado {
	float:right; 
	width:200px;
	text-align:right;
	margin:20px 0px 15px 0px;
}

#Feed div.Error {
	border: 1px dotted #E0218A;
	margin: 10px;
	padding: 4px 4px 4px 80px;
	background-image:url(../images/IconError.gif);
	background-repeat:no-repeat;
	background-position: 6px 6px;
	min-height:65px;
}

#Feed div.Error h2 {
	background-color:#fff;
	color:#E0218A;
	border:0px solid #C0C0C0;
	margin: 0px 0px 4px 0px;
	width:99%
}

#Feed div#Gracias {
	border:1px dotted #F3F3F3; 
	padding:10px; 
	width:490px; 
	margin:20px 0px 20px 75px
}

#Feed div#Recuerda {
	border:1px dotted #F3F3F3; 
	background-image:url(../images/IcoRecuerda.gif); 
	background-repeat:no-repeat; 
	min-height:69px; 
	padding:6px 10px 6px 60px; 
	width:490px; 
	margin:20px 0px 20px 75px
}


#Feed div.Error span {
	color:#E0218A;
	font-weight:bold;
}


#Feed #LeftContainers {
	float:left; 
	width:520px;
	min-height:600px;
	
}

*html #Feed #LeftContainers {
	height:600px;
}

#Feed #RightContainers {
	float:right; 
	width:250px
}


#Feed div.instrucciones {
	margin-top: 20px;
	width:640px;
	padding: 10px;
	border: 1px dotted #C0C0C0;
	margin-left:40px
}

#Feed .Introduccion {
	margin-top: 20px;
	margin-bottom:20px;
}

#Feed .Module { 
	border:1px solid #C9CACB; 
	width:222px;
	float:right;
	padding: 4px 4px 4px 4px;
	margin-bottom:20px;
	background-color:#fff;
}
#Feed .Module h3 {
	background-color:#F3F3F3;
	margin-top:0px; 
	color:#003E81;
	padding:4px;
	font-size:12px;
}
#Feed .Module p { 
	width:205px;
}

#Feed .Module h3.AfinaBusqueda {
	background-image:url(../images/IcoAfinaBusqueda.gif);
	background-repeat:no-repeat;
	background-position:186px 3px;
}

#Feed .Module h3.Redefine {
	height:22px;
	padding-top:10px
}

#Feed .Module form {
	margin-top:0px
}
#Feed .Module form fieldset div.Field select {
	width:214px;
}

#Feed .Module form fieldset div.Field input {
	width:208px;
}


#Feed .Module fieldset div.Field input { /* por modificaciones de la posición de la etiqueta form */
	width:208px;
}


#Feed .Module form fieldset div label { 
	width:207px;
}


#Feed .Module form fieldset div.FormBoton { 
	padding-right:7px
}

#Feed .Module h3.RSS {
	background-image:url(../images/IcoRSS.gif);
	background-repeat:no-repeat;
	background-position:186px 3px;
	padding-top:11px;
	padding-bottom:11px;
}


#Feed div.Paginacion {
	margin: 0px 8px 0px 8px;
	color:#262626;
	font-weight:bold;
	margin-right:10px;
	padding:10px 0pt;
	text-align:right;
}
#Feed div.Paginacion div.Infopagina {
	float:left; 
	width:150px; 
	text-align:left
}


#Feed div.Paginacion div.Enlaces {
	float:right; 
	width:350px
}
#Feed div.Paginacion ul {
		display: inline;
		margin:0px;
		padding:0px;
}
#Feed div.Paginacion li  { 	
	background-image: url(../images/blank.gif);
	display: inline;
	margin:0px 0px 0px 5px;
	padding:0px;
}
#Feed div.Paginacion li a { 
	background:#F7F7F7 none repeat scroll 0%;
	border:1px solid #003E81;
	color:#003E81;
	padding:2px 5px;
}

#Feed div.Paginacion li a:hover { 
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #F35712;
	color:#F35712;
	padding:2px 5px;
}


.Destacado { 
	color: #E0218A;
	font-weight:bold;
}

.DestacadoA { 
	color: #003E81;;
}



#Feed ul {
	margin: 8px;
	list-style-type: none;
}
#Feed ul li {
	margin-bottom: 10px;
	padding-left:12px!important;
	background-image:url(../images/ListArrow.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
#Feed div #Estadisticas { 
	text-align:center;
	clear:both;
	margin-top:20px;
}
#Feed form {
	margin-top: 20px;
}

#Feed form fieldset div.Field {
	float:left;
	margin: 2px 0px 2px 2px;
}
#Feed form fieldset div.SubField {
	border-bottom:solid 1px #C0C0C0;
	border-top:solid 1px #C0C0C0; 
	margin:10px 0px 10px 0px;
	width:540px;
	height:16px
}

#Feed form fieldset div.SubField2 {
	border-bottom:solid 1px #C0C0C0;
	margin:10px 0px 10px 0px;
	width:540px;
	height:20px
}
#Feed form fieldset div.SubField2 span {
	background-color:#F7F7F7;
	height:12px;
	padding:4px;
	display:block;
	width:135px


}

#Feed form fieldset div.SubField span { 
	padding:4px;
	
}

#Feed form fieldset div label { 
	width:281px;
}
#Feed form fieldset div select { 
	width:278px;
	margin-top:2px;
}
#Feed form fieldset div input.Text { 
	width:274px;
	height:14px;
	margin-top:2px;
}
#Feed form div label.LabelLarge { 	
	width:576px;
}

#Feed form fieldset div input.FieldLarge { 	
	width:569px;
}

#Feed form fieldset div select.FieldLarge { 	
	width:569px;
}



#Feed form fieldset div.FormBoton { 
	float:right;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:10px;
}

#Feed .Nota { 
	font-size:12px; 
	padding-left:6px;
	font-family:Arial, Helvetica, sans-serif
}

#Feed .Aclaracion { 
	font-size:12px; 
	font-style:italic; 
	font-weight:normal
}

#Feed #ListadoDosColumnas {
	float:left;
}

#Feed #ListadoDosColumnas .Corto {
	width:515px
}

#Feed #ListadoDosColumnas ul {
	margin:20px 4px 0px 4px;
	padding:0px 0px 0px 0px;
}
#Feed #ListadoDosColumnas ul li {
	background-image:none;
	margin:0px;
	background-image:url(../../images/BgTableList.gif);
	background-position:left center;
	background-repeat:repeat-y; 
	border-bottom:1px dotted #c0c0c0;
	padding:4px 0px 1px 0px;
	float:left;
	padding-bottom:4px
}

#Feed #ListadoDosColumnas ul li div {
	line-height:13px
}

#Feed #ListadoDosColumnas ul li div a {
	
	
	line-height:13px
}

#Feed #ListadoDosColumnas ul li div.Texto1{
	float:left;
	width:305px;

}

#Feed #ListadoDosColumnas ul li div.Texto2{
	float:right;
	text-align:right;
	width:195px;

}


#Feed #ListadoDosColumnas ul li div.Texto3{
	float:left;
	width:355px;
	padding-right:10px
}


#Feed #ListadoDosColumnas ul li div.Texto4{
	float:left;
	width:315px
}


#Feed #ListadoDosColumnas ul li div.Texto5{
	float:right;
	text-align:right;
	width:80px
}

#Feed #ListadoDosColumnas ul li div.Column1{
	float:left;
	width:240px;
	padding-right:10px
}


#Feed #ListadoDosColumnas ul li div.Column2{
	float:left;
	width:120px
}


#Feed #ListadoDosColumnas ul li div.Column3{
	float:right;
	text-align:right;
	width:140px
}



#Feed div.PosicionBoton1 { 
	width:250px;
	float:left
}

#Feed div.PosicionBoton2 { 
	width:290px;
	float:right;
	text-align:right;
}

#Feed div.Module div.PosicionBoton1 { 
	width:150px;
	float:left;
	margin-top:20px;
	margin-left:10px
}

#Feed div.Module div.PosicionBoton2 { 
	width:190px;
	float:right;
	text-align:right;
	margin-top:20px;
	margin-right:10px
}

#Feed div.Panel { 
	background-color: #F7F7F7;
	color:#333333;
	padding: 5px;
	margin-top:4px;
	font-weight:bold;
	width:532px;
}

#Feed div.ErrorMessage { 
	width: 500px; 
	margin-left:60px;
	border:1px dotted #E0218A; 
	padding:10px 10px 10px 80px;
	background-image:url(../images/IconError.gif);
	background-repeat:no-repeat;
	background-position: 6px 6px;
	clear:both
}
	
#Feed div.SuccessMessage { 
	width: 500px; 
	margin-left:60px;
	border:1px dotted #B0C3D8; 
	padding:10px 10px 10px 80px;
	background-image:url(../images/IconOk.gif);
	background-repeat:no-repeat;
	background-position: 6px 6px;
	clear:both
}

#Feed div.EspacioBotones {
	padding-right:20px
}

