/* Formulario de contacto*/


	.rowContainer
        {
        	width:100%;
        	overflow:hidden;
        	padding-bottom:5px;
        	height:50px;
    }
     .rowContainer label
        {
			margin-left: 20px;
			color: #9a4267;
        	width:140px;
        	float:left;
        	font-weight:bold;
    }

    .tooltipContainer{
        	height:18px;
        	font-size:12px;
        	color: #333333;
        	display:none;
        	float:none;
        	background-repeat:no-repeat;
        	background-position:left center;
        	padding:0px 20px;
			margin-left: 20px;
      }
    .info{
        	background-image:url('../images/info.gif');
        }
    .error {
        	background-image:url('../images/error.gif');
        	color: #990000;
     }

/* Seccion noticias */

.noticias p{
	text-align:justify;
	text-justify:inter-word;
	/* padding: 0px 190px 0px 190px; */
	/* margin-top: -150px; */
	float: left;
}

.noticias h2{
/*	padding: 0px 190px 0px 190px;*/
}

.noticias h1{
  font: 110% arial, sans;
  text-decoration: none;
  color: #000000;
  margin-right: 5px;
	padding: 0px 190px 0px 190px;
}
.noticias h1 span{
  font: 110% arial, sans;
  text-decoration: none;
  color: #AE0055;
  margin-right: 5px;
}

.noticias img {
	float: left;
	padding-right: 10px;
}
.noticias h3 {
	margin-left:20px
}
.fecha{
	padding: 0px 190px 0px 0px;
}

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: #4A4E44;*/
  color: #403838;
}

p { 
  padding: 10px 10px 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  font: normal 170% arial, sans-serif;
  color: #444;
  margin: 0;
  padding: 5px 0 5px 0;
}

h1 { 
  color: #333;
  font: 400% arial, sans-serif;
}

h2 { 
  font: normal 120% arial, sans-serif;
  color: #9A4267;  
  margin: 5px 0 0 0;
  padding: 0 0 8px 0;
}

h3 { 
  font: normal 200% arial, sans-serif;
  color: #AE0055;
  }
  

h4, h5, h6 { 
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% arial, sans-serif;
  color: #B60000;
  line-height: 1.5em;
}

h5, h6 { 
  font: italic 95% arial, sans-serif;
  color: #888;
  padding-bottom: 15px;
}

h6 { 
  color: #362C20;
}

a, a:hover { 
  background: transparent;
  outline: none;
  text-decoration: underline;
  color: #AE0055;
}

a:hover { 
  text-decoration: none;
  color: #403838;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 2px;
}

ul li span{
	color: #AE0055;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, header, #logo, nav, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main { 
  width: 1000px;
  margin: 0px auto;
}

#header { 
  width: 1000px;
  height: 150px;
}

#logo { 
  width: 1000px;
  position: relative;
  height: 160px;
  background: #AE0055;
  background: url(../images/bg_logo.png) repeat-x;
}

#areaprivada{
  width: 115px;
  position: absolute;
  margin-top:-150px;
  margin-left:860px;
  height: 40px;
}

#logo h1 {
  float: left;
  width: 50%;
  font: normal 700% arial, sans-serif;
}

#logo h1 a {
  text-decoration: none;
  color: #FFF;
}

#logo h1 a .logo_colour { 
  color: #F70676;
}

#logo a:hover .logo_colour { 
  color: #FFF;
  text-decoration: none;
}

nav { 
  float: left;
/*  height: 50px; modificado lgp */
  height: 30px;
  width: 1000px;
  margin: 1px auto 0 auto;
  background: url(../images/transparent.png);
} 

#site_content { 
  width: 1000px;
  min-height: 320px;
  overflow: hidden;
/*  margin: 44px auto 0 auto; */
  margin: 0px auto 0 auto;
  padding: 0px 0px 0px 0px;
  background: #FFF url(../images/site_content.png) repeat-y;
  border-top: 0;
  border-bottom: 0;
}
#site_content_agenda { 
  width: 1000px;
  min-height: 320px;
  overflow: hidden;
/*  margin: 44px auto 0 auto; */
  margin: 0px auto 0 auto;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  border-top: 0;
  border-bottom: 0;
}
#site_content_noticias { 
  width: 1000px;
  min-height: 320px;
  overflow: hidden;
/*  margin: 44px auto 0 auto; */
  margin: 0px auto 0 auto;
  padding: 0px 0px 0px 0px;
  background: #FFF url(../images/site_content2017.png) repeat-y;
  border-top: 0;
  border-bottom: 0;
}

#sidebar_container { 
  float: right;
  width: 224px;
  padding: 10px 10px 20px 10px;
  background: #F6F4F4;
}

.sidebar { 
  float: right;
  padding: 0 15px;
  width: 192px;
  margin: 0 0 20px 0;
}

.sidebar h1 { 
  padding: 5px 0 0 0;
  margin: 0;
}

#content { 
  text-align: justify;
  width: 706px;
  padding: 0;
  margin: 0;
  background: #EAE5E5;
}

#content_item { 
  width: 654px;
  padding: 10px 0 10px 25px;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
  width: 706px;
  height: 316px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
footer { 
  width: 1000px;
  font: normal 100% arial, sans-serif;
  padding: 0 0 0 0;
  text-align: center; 
  color: #FFF;
  line-height: 14px;
  height: 150px;
  background: transparent url(../images/bd_footer.png) repeat;
}

footer a{ 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: #AE0055;
  text-decoration: none;
}

footer p{
padding: 0px;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 140% arial, sans-serif; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #222; 
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}

/*  
table { 
  width:600px;
}

table tr th, table tr td { 
  background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}
  
table tr td { 
  background: #FFF;
  color: #47433F;
  border-top: 1px solid #ddd;
}
*/

table tr th, table tr td { 
/*  background: #cccccc;modificado lgp */
  padding: 7px 4px;
  text-align: center;
}

table tr td{
	text-align:left;
}

.sf-menu2 li {
	  list-style: none;
	  margin-left:-27px;
	      }
.sf-menu2 li a{
text-shadow: none;
	  font-size: 11px;
	  color: #333333
	      }
.sf-menu2 ul {
	  list-style: none;
	    float: left;

}


/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 340px;
}

html body ul.sf-menu ul ul 
{ margin: 0 0 0 220px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
/* padding: 0;modificado lgp */
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 15px;
  right: -3px;
  display: block;
  background: url(../images/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 10;
  top: 25px;
  background-position: 0 100%;
}

/* theming the menu */
ul#nav { 
  float: left;
}

ul#nav ul { 
  background: url(../images/menu_hover.png) repeat;
  padding-bottom: 15px;
}

ul#nav li a { 
  /* padding: 4px 14px 16px 15px; */
	 padding: 5px 9px 5px 9px;
  font: 120% arial, sans;
  text-shadow: 1px 1px #000;
  text-decoration: none;
  color: #FFF;
  margin-right: 10px;
}

ul#nav .lateral a{ 
  /* padding: 4px 14px 16px 15px; */
  text-shadow: none;
	 padding: 5px 12px 5px 12px;
  font: 120% arial, sans;
  text-decoration: none;
  color: #000000;
  margin-right: 10px;
}

ul#nav .lateral .activado{ 
  /* padding: 4px 14px 16px 15px; */
  text-shadow: none;
	 padding: 5px 12px 5px 12px;
  font: 120% arial, sans;
  text-decoration: none;
  color: #9a4267;
  margin-right: 10px;
}

ul#nav ul li a { 
  padding: 7px 25px 7px 25px;
}

ul#nav li a:hover,ul#nav li a:focus { 
  color: #F70676;
}

.definicion { 
  width: 1000px;
  font: normal 90% arial, sans-serif;
  height: 115px;
  color: #FFF;
  line-height: 14px;
  background: url(../images/bg_definicion.png) repeat-x;
}

.definicion a{ 
  color: #FFF;
  text-decoration: none;
}

.definicion a:hover { 
  color: #AE0055;
  text-decoration: none;
}

.definicion p{
  vertical-align: middle;
  padding: 0px 0px 10px;
}

.definicion img{
  padding-right: 0px;
  padding-left: 0px;
}

.definicion table { 
  margin: auto auto;  
}

.definicion table tr td { 
  background: none;
  border: none;
  color: #ffffff;
  padding-left: 20px;
}

.direccion { 
  width: 1000px;
  font: normal 100% arial, sans-serif;
  color: #FFF;
  line-height: 14px;
}

.direccion a{ 
  color: #FFF;
  text-decoration: none;
}

.direccion a:hover { 
  color: #AE0055;
  text-decoration: none;
}

.direccion p{
  vertical-align: middle;
  padding: 0px 0px 10px;
}

.direccion img{
  padding-right: 5px;
  padding-left: 15px;
}

.direccion table { 
  margin-left: 150px;  
}

.direccion table tr td { 
  background: none;
  border: none;
  color: #ffffff;
  width: 55%;
  padding-left: 20px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.grid-lateral {
	width:250px;
}

.grid_1 {
	width:180px;
}

.grid_2 {
	width:196px;
	left: -200px;
}

.grid_3 {
	width:195px;
	left: -185px;
}

.grid_4 {
	width:600px;
	left:-180px;
/*	left:-200px; modificado */
	max-height: 800px;
	overflow:auto;
}
.grid_5 {
	width:180px;
	left:630px;
}

.grid_6 {
	width:600px;
	left:180px;
	max-height: 800px;
	overflow:auto;
}

.grid_7 {
	width:800px;
	left:0px;
	max-height: 800px;
	overflow:auto;
}

.grid_8 {
	width:195px;
	left: -200px;
}

.grid_9 {
	width:195px;
	left: -200px;
}
.grid_10 {
	width:195px;
	left: -200px;
}
.grid_13 {
	width:600px;
	left: -200px;
}

.grid_2 h1, .grid_3 h1, .grid_4 h1,.grid_6 h1 {
  font: 110% arial, sans;
  text-decoration: none;
  color: #000000;
  margin-right: 5px;
}

.grid_2 h1 span, .grid_3 h1 span, .grid_4 h1 span,.grid_6 h1 span {
  font: 110% arial, sans;
  text-decoration: none;
  color: #AE0055;
  margin-right: 5px;
}

.grid_2 p span, .grid_3 p span, .grid_4 p span,.grid_6 p span {
  text-decoration: none;
  color: #AE0055;
}




/* ---- Search Top ---- */

.search-top {
	float: right;
	margin-right: 8px;
	padding: .6em 0;
}

.inline-search input[type="text"],
.inline-search input[type="file"],
.inline-search input[type="password"] {
	position: relative;
    background-color: #ddd;
    border: 1px solid #d0d0d0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 10px 6px;
    width: 110px;
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	-o-transition: all .20s linear;
	transition: all .20s linear;
}

.ie8 .inline-search input[type="text"],
.ie8 .inline-search input[type="file"],
.ie8 .inline-search input[type="password"] {
	behavior: url(js/PIE.htc);
}

.inline-search input[type="text"]:hover,
.inline-search input[type="file"]:hover,
.inline-search input[type="password"]:hover {
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,.1);
	box-shadow: inset 0 0 7px rgba(0,0,0,.1);
	background-color: #f0f0f0;
}

.inline-search input[type="text"]:focus,
.inline-search input[type="file"]:focus,
.inline-search input[type="password"]:focus {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	background-color: #f8f8f8;
	border-color: #b1b0b0;
}

.inline-search input[type="password"],
.inline-search input[type="file"],
.inline-search input[type="submit"] {
    background: url(../images/submit-search.png) no-repeat;
	border: none;
    cursor: pointer;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}