/*
Theme Name: Maria-Ester Brandan's Personal Site
Theme URI: http://www.fisica.unam.mx/personales/brandan
Description: Personal Website 
Version: 1.0
Author: GOZ
*/

/* Website Structure */

body {
    background-color: #FFF;
    margin-top: 0px;   
}

#wrapper {
    width: 1000px;
    margin: auto;
    /*border: dotted 2px gray;*/
}

#header {
    background: url(img/header.png) no-repeat #FFF;
    width: 1000px;
    height: 139px;
    float: left;
    /* border: solid 2px green; */
}

#main_content {
    margin-top: 0px;
    width: 1000px;
    float: left;
    text-align: justify;
    border-color: #4e1c28;
    border-width: 1px;
    border-style: hidden hidden hidden solid;
}

#left_content {
    margin-top: 0px;
    width: 217px;
    float: left;
    text-align: justify;
}

#center_content {
    margin-top: 0px;
    padding: 0px 15px 0px 15px;
    width: 451px;
    float: left;
    text-align: justify;
    border-color: #4e1c28;
    border-width: 1px;
    border-style: hidden solid hidden solid;
}

#right_content {
    margin-top: 0px;
    width: 296px;
    float: left;
    text-align: justify;
}

#footer {
    background-color: #af211f;
    width: 1000px;
    height: 25px;
    float: left;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
}

/* Text Styles */

h1 {
    font-size: 23px;
    text-decoration: none;
    font-weight: bold;
    color: #6a3e3b;
}

.maintitle {
    font-size: 23px;
    text-decoration: none;
    font-weight: bold;
    color: #6a3e3b;
}

.rmenu {
    font-size: 12px;
    color: #5d5d5d;
    margin-top: 25px;
    margin-left: 25px;
}

.subtitle {
    font-size: 14px;
    color: #2d525a;
    font-weight: bold;
}

.rmenu a {
    font-size: 12px;
    color: #2d525a;
    text-decoration: none;
}

.rmenu a:hover {
    font-size: 12px;
    color: #547773;
}

.rmenu ul {
    list-style-image: url(img/mybullet.png);
    padding-left: 15px;
    margin-top: 1px;
}

.rmenu li {
    margin-bottom: 3px;
}

.link a {
    font-size: 12px;
    color: #972228;
    text-decoration: none;
}

.link a:hover {
    font-size: 12px;
    color: #ff2229;
}

.resume {
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
}

.resume2 {
    font-size: 12px;
}

.resume2 a {
    font-size: 12px;
    color: #2d525a;
    text-decoration: none;
}

.info {
    font-size: 13px;
    text-decoration: none;
    margin-top: 25px;
}

.info2 {
    margin-left: 15px;
}

.info3 {
    font-size: 13px;
    text-decoration: none;
    margin-top: 25px;
    text-align: left;
}

.minifooter {
    font-size: 11px;
    color:#ffffff;
}

.menutable {
    width: 451px;
    margin-top: 25px;
}

.menutable td {
    border: solid 1px #972228;
    text-align:center;
    background-color: #af211f;
}

.menutable td a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
}

/* Other styles*/

.clear {
clear: both;
} 

/* Menu Styles*/
#center_content .menu_list {	
	width: 457px;
}

#center_content .menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:2px;
        font-weight:bold;
        background: #f2f1ef center right no-repeat;
	font-size: 14px;
	color: #825250;	
}

#center_content .menu_body {
        display:none;
	font-size: 12px;
	color: black;	
}

#center_content .menu_body a{
  	color:#2d525a;
	font-size: 13px;
  	background-color:#ffffff;
  	font-weight:bold;
  	text-decoration:none;
}

#center_content .menu_body a:hover{
  	color: #000000;
  	text-decoration:underline;
}	
