@charset "utf-8";
/*
Theme Name: Whiteboard
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: Whiteboard Framework has been helping Wordpress developers cut back on their development time and improve their Wordpress powered websites since 2008.
Version: 3.2.1

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

html { 
  background: url(images/fondo.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

body { margin: 0; padding:0; font-family: 'Open Sans', sans-serif; color: #666;
	
}
img { border:0; max-width:100%;}

#menu li { display: inline-block; list-style:none; font-weight:300; font-size:22px; padding: 5px 19px; margin: 0 auto; text-align:center;  }

#menu ul {margin:0; max-width: 960px; margin:0 auto; width:100%; padding:0;}

#content { max-width: 960px; margin:0 auto; width:100%;     background-color: #fff; padding-top:15px; text-align:left;  }

#contentint { background-color:#FFF; width:960px; margin: 0 auto;  }	
	
	a, a:visited { text-decoration: none; color:#000;  }

a:hover {text-decoration: underline;}

#menu a,#menu  a:visited { text-decoration: none; color:#fff;  }

#menu a:hover {text-decoration: underline;}
	
	h1 { text-align:center; font-weight:400px; font-size: 42px; color:#FFF; }
	h2 { font-weight: 400; margin-bottom: 5px; }
	h4 {text-align:center; color:#FFF; font-size: 20px; font-weight:400; margin-top: 20px; }
	
	.notprin {  width:100%;   margin: 0 5px; }
	
	.fnaranja { background-color: #f37520; padding: 0px 10px; }
	
	.fnaranja2 { background-color: #f37520; padding:4px; }
	
	.socios { background-color: #FFE900; padding: 0px 10px;}
	.contacto  { background-color: #00B6ED; padding: 0px 10px;}
	.centro   { background-color: #84BE51; padding: 0px 10px;}
	

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left; margin: 0 30px 4px 0;
}
.alignright {
	float: right; margin: 0 0 5px 30px;
}

.post-content, .page-content { padding: 0px 40px 20px 40px; text-align:justify; line-height: 28px; font-size: 17px;}



.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */
