/* -----------------------------------------------------------------------


 Layout Aixa Corpore
 http://www.estudiorosebud.com

   * Copyright (c) 2009-Present. 

----------------------------------------------------------------------- */

/* Links
-------------------------------------------------------------- */

a[href^="http:"], a[href^="mailto:"], a[href$=".pdf"], a[href$=".PDF"], a[href^="http://es.wikipedia.org"]{
	padding: 2px 0 2px 22px;
}
a[href^="http:"] {
	background: url(../images/ExtLink_Icon_1.gif) no-repeat left;
}
a[href^="mailto:"] {
 	background: url(../images/Mail_Icon_1.gif) no-repeat left center;
}
a[href$=".pdf"], a[href$=".PDF"] {
  	background: url(../images/PDF_Icon_1.gif) no-repeat left top;
}
a[href^="http://es.wikipedia.org"] {
	background: url(../images/ExtWiki_Icon_1.gif) no-repeat left;
}
#no_img {
	background-image: none;
	padding: 0;
}
#contacto-inline {
 	background: url(../images/Mail_Icon_1.gif) no-repeat left center;
	padding: 2px 0 2px 22px;
}

/* Lists
-------------------------------------------------------------- */
li	{list-style: none;}
ul, ol {margin:0;}
ul {list-style-type:none;}
ol {list-style-type:none;}


#Content li ul, #Content li ol {margin:0 1.5em;}
#Content ul, #Content ol {margin:0 1.5em 1.5em 1.5em;}
#Content ul li  {list-style-type:square;}
#Content ol li {list-style-type:upper-alpha;}

/*
#Content ul{
	min-height: 150px;
	padding-right: 180px;
	background: url(../images/sello_1.gif) no-repeat right top;	
}
*/
#Content a, #Contacto a {color: #746025;}

dd {margin-bottom: 5px;}



/* Header
-------------------------------------------------------------- */

/* Copy
-------------------------------------------------------------- */

#Content p, #Intro p { margin-bottom: 1em; }

#Content .noticias h3 {
	font-size:1.1em;
	color: #746025;
}
.noticias hr {
	margin-top: 10px;
	color: #746025;
}
.noticias a {font-size: 1.2em; 
}
.equipo h2,.cont h3,.equipo em, .equipo p, .cont p, .cont h2, .cont strong {
	padding-left: 22px; 
}
.cont strong {
	text-transform: uppercase; 
	font-weight: normal;
	padding-bottom: 10px;
}
.equipo h2, .cont h3 {
	background: url(../images/eq_nombre2.gif) no-repeat left top;	
	margin-bottom: 0em;
}
.equipo em {
	font-size: 1.2em; 
}
.equipo hr {
	margin-top: 20px;
	color: #746025;
}
.cont hr {
	margin: 10px 0;
	color: #746025;
}
.equipo a {
	margin-bottom: 10px;
}
.cont a {
	margin-bottom: 5px;
}
/* -------------------------------- 
	Form
-------------------------------- */

fieldset {
/* 	background-color: #362616; */
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #9A8E51;
}
legend {
	padding: 0 5px;
	font-size:1em;
	font-weight:bold;
	color: #746025;
}
div#form p {
	margin-left: 0px;
	padding: 0;
}
div#form a {
	color: #FEE6C4; 
	text-decoration: underline;
	font-size: 0.9em;

}
div#form span {
	font-size: 0.9em;
}

label {
	float: left;
	width: 80px;
	color: #746025;
}
/* style form elements on focus */
input:focus, textarea:focus {
  background: #FEE6C4;
}
 input.inputIE {
  width: 300px;
}
input[type="text"], textarea {
  border: 1px solid #9A8E51;
}

input[type="checkbox"] {
  width: 20px;
}
input[type="button"] {
  width: 10em;

}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #fff;
}
textarea {
  width: 380px;
  height: 100px;
}

/* style  toggler */
a:hover .faq {
  color: #fff;
}

/* FAQ estilos */
.element {
  margin-bottom: 10px;
}

	


