/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
/***,table, caption, tbody, tfoot, thead, tr, th, td ***/
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }



/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

div, img, form, ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ededee;
	font-family:"Myriad Pro";
	font-size:13px;
	color:#8A8C8E;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:18px;
	margin-bottom:5px;
}

ul {
	margin-left:15px;
}

#wrapper {
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	margin-top:30px;
	background-color:#FFFFFF;
}

#header {
	height:115px;
	background:url(/images/header.jpg) right no-repeat;
}

#barra {
	margin-left:3px;
	margin-right:3px;
	height:4px;
	background-color:#DBDCDD;
}

#wrapper2 {
	margin-left:5px;
	margin-right:5px;
}

#menu {
	margin-left:25px;
	margin-top:35px;
	width:135px;
	float:left;
	background:url(/images/menu-bg.jpg) left top no-repeat;
}

#menu a {
	padding:5px;
	margin-top:5px;
}

#menu a:hover, #menu .selected {
	background-color:#EB008B;
	color:#FFFFFF;
	text-decoration:none;
}

#contenido {
    margin-top:10px;
	margin-right:20px;
	float:right;
	width:500px;
}

.pink {
	color:#EB008B;
}

.black {
	color:#000000;
}

.white {
	color:#FFFFFF;
}