/*set defaults to zero*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
}
td{
	    margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        line-height: 1.2;
        
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
/*END set defaults to zero*/




body div{
	margin:0;
	
}
body{
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000;
	
}

h1{
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#2d506c;
}
h2{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#2d506c;
}
a{
	font-weight:bold;
	text-decoration:none;
	color:#5F7EC9;
	white-space:nowrap;
}
a:visited{
	color:#5F7EC9;
}


div#contenedorvideos3{
	overflow:auto;
	}
div#contenedorvideos3 div.unvideo{
	width:33%;float:left;background-color:#e7e8ea;
	overflow:auto;
	}
div#contenedorvideos3 p{
	padding:0 4px;
	margin:0;
	height:100%;
	padding-bottom:10px;
}
div.TD-DIV{
	margin:6px;
}
div#flashFix{
	overflow:auto;
	background-color:#d3d2d0;
}
p{
	
	margin:10px 0;
}