/* Start of CMSMS style sheet 'Docentes' */
table.docentes {

			 font-family: Verdana, Helvetica, sans-serif;
			 table-layout: fixed;
			 width: 700px;
			 margin: 0;
			 border-spacing: 5px;
  }
	
table.docentes tr {
	
	 		overflow: hidden;
			width: 210px;
			height: 130px;
			float: left;		
	}

	
table.docentes td {

	 		/*font-size: 0.9em;*/
			text-align: left;
			overflow: hidden;
  }
	
table.docentes p.name {

		 		margin: 0;
				border:0;
				padding-top: .25em;
				padding-bottom: .75em;
				font-size: 1.3em;
				font-weight: bold;
				color: #808080;
				text-align: left;
  }
	
table.docentes p.text {

				margin: 0;
				border: 0;
				padding-top: .25em;
				padding-bottom: .5em;
 				font-size: 0.9em;
				line-height: 0.8em;

  }
	
table.docentes hr {
							 		
				border: 0;
				color: #808080;
				background-color: #808080;
				height: 1px;
				width: 200px;
									

  }

div.contactos p.name{

                                margin: 0;
				border:0;
				padding-top: .25em;
				padding-bottom: .75em;
				font-size: 1.3em;
				font-weight: bold;
				color: #808080;
				text-align: left;


}

div.contactos p.text{

                             margin-left: 20px;

}
	
/* End of 'Docentes' */

